Skip to content

lich8990/vein

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vein

game engine written in cpp

init

Please init the githooks first by the command:

# root folder
make init

test

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

About

game engine written in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.1%
  • Makefile 10.7%
  • Shell 7.3%
  • C 1.9%