42dotmk / schism

A 2D Game Engine
GNU General Public License v3.0
5 stars 1 forks source link

Add backbone for supporting android and maybe wasm/emsrcipten #19

Open stojanov opened 3 months ago

stojanov commented 3 months ago

This would require a bit of restructure of the code in order to support platform specific windows and this should come after the bgfx integration.

Take a look at this: https://github.com/brackeen/glfm for mobile (this might not be needed and maybe we can write our own layer for event handling and input on mobile devies)