Closed zacharycarter closed 7 years ago
Sorry, I'm a freelancer and I had to defend one of my clients from a Russian hack attack for his website. I've never really tested OSX compatibility. I can look at it sometime today or tomorrow. Some question though. Are you using the latest version of nim? Was bgfx built with the same compiler nim is using to build the examples? And are all the examples bad or just one?
Hey, Let me know if the examples work now. I got it running on OSX! I removed the threading I had added and let bgfx handle the rendering thread. Here is some notes on getting it working in OSX.
Let me know if it doesn't work for you.
I will do an update to nim-bgfx and get it synced to the latest version of bgfx tomorrow.
nim-bgfx is now synced up to bgfx version 3.5!
Not sure if you're actively maintaining this project or not, but either way thank you for working on it. I had to do fix a few errors in code to get the examples and bgfx.nim to compile. Also some of the bgfx header file names have changed, but once all those things were resolved, the example started up fine.
The example freezes on OSX however once BGFX initializes. I'll do some digging to see if I can't figure out why.