oz123 / awesome-c

A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
Creative Commons Attribution Share Alike 4.0 International
9.04k stars 804 forks source link

Add CGL ( C Game Library) #275

Open Jaysmito101 opened 1 year ago

Jaysmito101 commented 1 year ago

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