lyquid / ktpUtils

Utility functions and classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake

ktpUtils

Utility functions and classes.

Contains a Color class in RGBA format from 0 to 1 per channel.

A library to create ppm image files.

2 classes for storing arbitrary objects and improve data locality. One pool is indexed, which always tries to fill the first elements so you don't need to traverse the full pool. The other isn't.

A timer class useful for video games.

About

Utility functions and classes.

License:GNU General Public License v3.0


Languages

Language:C++ 95.1%Language:CMake 4.9%