stuarthayhurst / ammonite-engine

A simple OpenGL based graphics engine for experiments
MIT License
3 stars 1 forks source link

Implement a command system #19

Open stuarthayhurst opened 3 months ago

stuarthayhurst commented 3 months ago

Implement some sort of command system to allow changing graphics settings at runtime, without an interface. Must be non-blocking.