Skip to content

Hapaxia/Plinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plinth

by Hapaxia

A fully-header-only/templated foundation library of many helpful classes and functions.
Includes an extension section of SFML-based classes and functions.

Requires a minimum of C++11. Note that some parts may required more modern versions.

For information, view the Wiki.

IMPORTANT
This library has been converted to a fully-header-only/templated library and is now available on the main branch.

MAIN BRANCH
Note also that the main branch was originally named master. To update your clone if you cloned before it was named main, run these commands from your clone:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

About

Foundation library of helpful classes/functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages