Topic: Maratis 4x - development
The rewriting of Maratis editor for the future version 4x is starting to take a concrete shape,
so I feel more confident to share news about it :
- There is now a github repository for Maratis-4 : https://github.com/anael-seghezzi/Maratis-4
It's highly experimental and the structure of the code was reviewed.
- The build system is based on CMake instead of Scons
- System context and inputs are handled by GLFW : http://www.glfw.org/
(+ a SDL2 backend from Jurgel)
- All editor code base was rewritten to be modular and easier to maintain and extend, and is using MGui-2.
- There is Support for multiple windows, preferences for themes and shortcuts.
- Object picking and transformation was also rewritten and is now functional.
- MGui-2 text now supports UTF8 and fonts.
- Maratis engine is already functional, with some additions (per-entity material support, faster math code...).
- And there is preliminary support for syntax highlighting in lua (for in-editor script editing) :