gecko0307 / dagon

3D game engine for D
https://gecko0307.github.io/dagon
Other
321 stars 30 forks source link

Nuklear GUI integration #44

Closed Timu5 closed 5 years ago

Timu5 commented 5 years ago

I've integrate Nuklear GUI library to Dagon. So now one can easily create game ui or some kind of ingame editor. Its more or less one to one wrapper.

I've also made patch for dagon-demo for testing and demo nuklear-dagon-demo.patch

nuklear_screen

Timu5 commented 5 years ago

It seems like Travis CI is failing because of bug in dmd which was fixed in version 2.084.0(LDC 1.14.0)

gecko0307 commented 5 years ago

Awesome job! I did a quick test with your patch, and it worked. I've decided to remove alias this for Texture though, because I prefer to maintain compatibility with older compilers.

Timu5 commented 5 years ago

Thanks!