Hello everyone I posted my game engine project under projects https://www.gamedev.net/projects/4630-ensisoft-gamestudio-2d/ but there doesn't seem to be any feedback / discussion mechanism there as far as I can tell.
I'd be excited to hear any feedback / comments on my work and also would be happy to discus any technical details if anyone wants to know. I've spent several years on this project and have built the editor, graphics, audio, game play, window integration systems myself. Using sol/Lua for scripting, Box2D for physics and a bunch of supporting libraries for other stuff. Editor is done in Qt5, the whole code base is C++ throughout.
Source code is hosted on github, https://github.com/ensisoft/gamestudio
Thanks!