pawbyte / Game-Pencil-Engine-Editor

Game Pencil Engine a game engine written from the ground up.
https://gamepencil.net/
MIT License
100 stars 20 forks source link

Unify File Input/Output and FileSystem Operations (using libfilesystem) #79

Open time-killer-games opened 1 year ago

time-killer-games commented 1 year ago

replace all file i/o and filesystem operations used in GPE with cross-platform solution found here:

https://github.com/time-killer-games/libfilesystem

At the very least this can be done with the IDE, but as for the games GPE creates:

Note this can also with minimal changes be compiled with web assembly via emscripten and the virtual filesystem it offers available to the web browser / web browser control; therefore can be reused in the HTML5 / electron exports of GPE.

https://emscripten.org/

nhurde commented 4 months ago

Adding to Fall 2024 due to backlog priority.

time-killer-games commented 4 months ago

Keep at it Nathan! Hope everything works out with getting a new full-time job.