Skip to content

A templated header-only C++ vector and matrix math library.

Notifications You must be signed in to change notification settings

sangwe11/CPP-React-Math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP-React-Math

A templated header-only C++ vector and matrix math library. Simply include the header files and start using types such as vec3f, mat4f and quatf.

Build example and unit tests

Build a simple example implementing a 'transform' class and the unit tests.

git clone https://git.vfk.io/gary/CPP-React-Math.git
mkdir build && cd build
cmake ../
make
./tests/test_unit # run unit tests
./example/example # run example

About

A templated header-only C++ vector and matrix math library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published