m1maker / NGT

New open source game toolkit
https://ngtcode.dev/
20 stars 11 forks source link

Changes and bug fixes to NGT engine #1

Closed parker13435 closed 7 months ago

parker13435 commented 7 months ago

I have updated the engine to use SDL2 instead of the windows api, which will make your code easier to read, and SDL is a lot easier than windows api. I have also fixed play_looped() in the sound class. I have also converted most of the wide strings to narrow strings so that the user doesn't have to write L before every string.