Skip to content

An Entity-Component-System library written in C++

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENCE
Unknown
LICENSE
Notifications You must be signed in to change notification settings

Praetonus/Mantra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mantra

An Entity-Component-System library written in C++. Mantra is fully statically typed and focuses on performance and modularity. The library is also built with multithreading and parallelism in mind. This is not in yet, but stay tuned.

Mantra is still in an early stage of development and things may break. Please open an issue if you encounter any problem.

Installing

Mantra is a header-only library. You can use CMake to install, or copy the library files where you want. Using Mantra in a program requires support of the C++14 standard, as well as the Boost libraries.

Documentation

You can use Doxygen to generate the library documentation. There is a CMake target named doc for this.

License

Mantra is distributed under the terms of the CeCILL-B license (akin to the MIT license). See the LICENSE file or http://www.cecill.info/index.en.html for more information.

About

An Entity-Component-System library written in C++

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENCE
Unknown
LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published