game engine written in cpp
Please init the githooks first by the command:
# root folder
make init
Please install google-test first.
You can install it by your own or install it with a simple script(only for mac).
You can test the corresponding module in each subfolder.
For example:
in core/math
# in test/math
# this will test all submodules in core/math
make test
# in test/math
# this will test vector2 in core/math
make test_vector2