Hugobros3 / chunkstories

Somewhat fancy blocky game engine written in Kotlin
http://chunkstories.xyz
Other
221 stars 10 forks source link

Game isn't running with OpenGL backend #13

Open dector opened 4 years ago

dector commented 4 years ago

Some Dispatchers are not implemented yet in OpenglGraphicsBackend.

Hugobros3 commented 4 years ago

Known issue, easy fix is either ignore those like you did in your fork, or implementing them based on their vk counterpart, and comiting to parity. Maybe I should just allow ignoring missing systems after all :P

dector commented 4 years ago

Should I make PR for ignoring unimplemented systems? :D

Hugobros3 commented 4 years ago

Mhmm I guess it's better that way ? Make it shout loudly in the console though, so I don't forget about it :p

dector commented 4 years ago

I think I'm already sending warnings to stderr output. But it's easy to lost it in other debug information. I guess opened issue is much better reminder. :smile: