stuarthayhurst / ammonite-engine

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

Replace GLFW with a custom Wayland client #23

Open stuarthayhurst opened 5 months ago

stuarthayhurst commented 5 months ago

Target only Wayland, drop X11 support

It might be work building this as a sub-project, as this doesn't need to be engine specific.

This is probably a little over-ambitious, but this issue serves as a place to collect my thoughts on it.