Skip to content

spaceape3001/yq-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your Quill's Toolbox

This is the general utility toolbox for my Your Quill project. It's split into a separate repository so it can be used with other projects as it contains a nice meta system, math, and other miscellaneous utilities.

Additional Information

Building

Your Quill uses CMake for build management and C++20 as the language standard. On linux, the build type is determined based on the final directory name (ie build/Debug vs build/Release).

Contributing

Dependencies

  • C++ 23 compiler
  • Intel TBB (thread building blocks)
  • Log4Cpp
  • Curl (might vanish...)
  • RapidXML — bundled
  • Boost-ext UT — bundled
  • NLohmann JSON — bundled
  • Sqlite3
  • GLM

About

Basic utility library for my projects, features meta reflection, and a math library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages