Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 499 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 499 Bytes

Project Title: Hot-Reloadable Graphics Simulations using Raylib

Programmer: Chaitanya Dubakula

Description:

A collection of simulations written and built purely in C using raylib. Fully hot-reloadable, meaning that the simulations can be reloaded without restarting, using a custom framework written in a single header library.

Each simulation is compiled into a shared library, which is then loaded by the main program at run-time.