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

Demo app - GPE base #101

Open nhurde opened 1 year ago

nhurde commented 1 year ago

Create a base project that runs entirely on gpe_base and no external modules.

This could be a simple console game and/or added with 1 module such as raylib or sdl2.

Reason:

To split the work within engine so PawGUI and Editor work can happen within seperate repositories.

nhurde commented 6 months ago

A default application would be nice to have. Hopefully once the remaining key features are made this would be easy to manage. A console module would be interesting( maybe the pixelgameengine or literally just a while looped console that takes input).

Currently the shape_test_state is meant for testing new render functions in gcanvas and gartist, but this would need to include objects and branches of many types. Possibly even multi-scened.