Mini-devlog 2025-04-07

Mini devlog with the latest news.

  • We are experimenting with Skia for our user interface. Maybe in the future we will use it for both editor and game GUI.
  • Work continues on the scripting system:
    • There is a basic system for codegen of the scripting API.
    • There is a system for automatic compilation of scripts using MinGW and GCC.
    • Working on compilation under MSVC to support script debugging.
  • Refactoring with the way we handle file system events has been done. A new library - ESFW - was added for this purpose.