Interrupt / systemshock

Shockolate - A minimalist and cross platform System Shock source port.
GNU General Public License v3.0
803 stars 62 forks source link

Use an intermediate graphics framework (like bgfx) instead of using OpenGL directly. #275

Open Interrupt opened 5 years ago

Interrupt commented 5 years ago

Instead of using OpenGL directly, we might want to port our rendering to a framework like https://github.com/bkaradzic/bgfx which would open up the door to all kinds of renderers, including Vulcan and Metal support.