Skip to content

A collection of header-only C++11 generic shape classes. (MIT)

License

Notifications You must be signed in to change notification settings

nathanruiz/Cxx11Shapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cxx11Shapes

After writing a few games using SDL, I found I was always writing a set of classes to manage various shapes. I attempted to find a library online, but unfortunately, found most were far too complicated for my normal use. So instead, I've decided to write my own implementation.

To allow users of the library to get the most flexibility out of it, templates are used to define the types for storing dimensions and coordinates. Due to the use of templates, the entire library is header-only.

I've attempted to use as many C++11 features as possible to make life easier for users. Feel free to create an issue or send a pull request if there is a feature you would like. Good luck!

About

A collection of header-only C++11 generic shape classes. (MIT)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages