awesome-c icon indicating copy to clipboard operation
awesome-c copied to clipboard

Add CGL ( C Game Library)

Open Jaysmito101 opened this issue 1 year ago • 0 comments

CGL (C Graphics Library) is a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation. This has got lots and lots of utilities ranging from procedural noise api, triangulation algorithm, neural networks, path finding, data structures, logger, markov chains, high-level opengl wrapper, openal wrapper, collision detection, post processing algorithms, math library (vectors, matrices, quaternions, etc), etc. It has also got a huge collection of examples to learn the API. For a more detailed overview please check out : https://github.com/Jaysmito101/cgl/blob/main/README.md

Jaysmito101 avatar Feb 06 '23 05:02 Jaysmito101