AbitTheGray / AWE_Console

Simple in-game console. Used to be part of AWEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWE Console

Originally part of AWEngine, AWE Console is simple utility designed to be used similar to GoldSrc in-game Console.

Testing

Run ctest in build directory.

Executable of tests have prefix t_ (test abc would be executable t_abc). After creating new test, add it to tests/CMakeLists.txt as add_subdirectory(abc) (where abc is name of your test).

To setup tests in CLion IDE, create new Run Configuration with Name=CTest, Working Directory=$CMakeCurrentBuildDir$ and Executable pointing to your ctest executable. On Linux it will be /bin/ctest, on Windows probably C:\CMake\bin\ctest.exe

About

Simple in-game console. Used to be part of AWEngine


Languages

Language:C++ 91.4%Language:CMake 8.6%