Admenri / rguplayer

The Universal Ruby Game Engine (URGE) Project
https://admenri.com/
BSD 2-Clause "Simplified" License
28 stars 7 forks source link

[Feature] Zig Compiler #5

Open Nathan-MV opened 7 months ago

Nathan-MV commented 7 months ago

I'm tired of using XCode for Mac builds... as it's still in development you could aim for Zig cross compiler https://medium.com/@edlyuu/zig-c-c-compiler-wtf-is-zig-c-790d9ad8d85b

Admenri commented 7 months ago

Currently, this engine has completed the Graphics and Input parts for RGSS2 and RGSS3. The Filesystem and Audio parts remain unfinished. Moreover, I have actually been using Visual Studio's solution (sln) for build management, so I plan to delegate this feature to someone else. Thank you for your suggestion.