With Editor 2, will it be possible to edit these parts of the engine more easily? I’ve worked with GLFW before, and there are some improvements Defold needs in regards to GLFW that I could do.
I think we use a modified version of GLFW 2. It’s not impossible that it could be extended when we finally open up for extendability, but I can’t promise at the moment. Any specific stuff you are missing?
Main things I need to publish desktop build on Steam (steamworks not required). I want to publish StarOde on there is a 100% free game when it’s ready.
Switch to and from fullscreen mode with scripting
Pick native screen resolution in fullscreen, ability to pick resolution mode with scripting - right now lowest possible default res is picked
Ability to change window size with scripting - this way I can make it easy for users to pick 1x, 2x, 3x mode for window which is important for pixel art games - and block users from schrinking the screen below 1:1 pixel size
Show mouse / hide mouse for using software mouse cursor
Correct icon used to make exes - currently the ico I have tested with was ignored - correct icon needs to be used in all places where icons are used including the window mode icon