A downloadable tool

Pond is a Framework for making games in C built on top of SDL2.

This project was built as part of my bachelor thesis. The idea was to create a Framework similar to the likes of PyGame, that lets you develop games in C without much setup. You just create a project with the premake file and everything is setup!

Documentation and source code is on github: Catervus/Pond

The framework is still in development and I am currently planning to port it to SDL3 and building my own rendering engine as the graphics module.