Today I come to present you with a small ambitious project that I have been thinking about for a long time.
I decided to create a game engine with a real-time collaborative editor, for the moment, you can create game scenes, navigate between them, display and move behaviors.
I'm working on a physics system.
The engine supports Lua for the moment but I'm still listening to add languages such as Javascript.
The editor is being created on another organization on which I am a contributor: https://github.com/canvas-gm
Here is the link to the organization: http://github.com/SunWhys
You should know that there are three repositories:
- Engine: This is the source code of the engine in C++. - Sample: This is the minimum to run the game engine. - Docs: This is all the documentation for the game engine.
(Link to the documentation: https://sunwhys.netlify.app)
If you like my work, let me have a star to show me!