Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hapaxia/Plinth
Foundation library of helpful classes/functions
https://github.com/Hapaxia/Plinth
Last synced: about 2 months ago
JSON representation
Foundation library of helpful classes/functions
- Host: GitHub
- URL: https://github.com/Hapaxia/Plinth
- Owner: Hapaxia
- License: other
- Created: 2015-08-15T19:43:35.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T16:05:06.000Z (10 months ago)
- Last Synced: 2024-08-04T02:09:59.688Z (5 months ago)
- Language: C++
- Homepage:
- Size: 505 KB
- Stars: 22
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- AwesomeCppGameDev - Plinth
README
# Plinth
by [Hapaxia](https://github.com/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
```[Wiki]: https://github.com/Hapaxia/Plinth/wiki