FSLib Project

Goal of the project

Create C library to ease game creation.

Expected featues

● std::string-like string compatible with (some) standard C string functions (eg. printf())

● algorithms (sort, swap,...) and data structures (array, heap,...)

● linear algebra (vector, matrix, quaternion) and functionality (identity, magnitude,...))

● common rendering types (texture, sprite, mesh, shader,...) and functionality (loading,...)

"Nice to have" featues

● filesystem (directory, file) and functionality (load file, directory contents,...)

● common audio types (sound sample, audio listener,...)

● memory managment

Project lead

Mišo Forišek

Links

Project repository (GitHub)