Hugobros3 / chunkstories

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

Make ChunkStories work on OS X #11

Closed mchorse closed 5 years ago

mchorse commented 5 years ago

Thanks to @Hugobros3's help, here are few changes that I was able to launch CS on OS X (10.11). However, since the lack of knowledge about how Kotlin works, I wasn't able to fully finish the task. I would suggest adding a command line argument, or detect manually via OsHelper to enable/disable OpenGL's debug mode and remove GL_ARB_debug_output extension from the required extension list in case of disabling it.

Hugobros3 commented 5 years ago

Neat !