Skip to content
- Added one-click desktop application packaging function, which can package the project into an independent executable file. Other users can run the game directly without installing the Python environment.
- Added line drawing object to enrich scene editing elements.
- Added move Gizmo controller to support visual drag-and-drop movement of scene objects.
- Added
get_object_by_path interface to support precise acquisition of specified objects in the scene through paths.
- Added release notes entry in the help menu bar for easy viewing of version iteration records.
- Optimized the layout of the new project window to improve operational interaction experience.
- Optimized the initial code of
main.py in the project template, with a more standardized structure and stronger usability.
- Fixed the issue of incorrect mouse pointer style display in some windows.
- Fixed the bug that project deletion failed in the Dashboard panel.
- Completed the construction of the basic visual editing interface, including core panels such as hierarchy window, asset window, scene window, console window, and inspector window.
- Supported the creation of three basic editable objects: rectangle, ellipse, and text.
- Realized support for three major operating systems: Windows, macOS, and Linux.
- Added project creation and management functions to support independent project engineering management.
- Integrated real-machine running preview function to view the project running effect in real time.
- Added interface language switching function, supporting free switching between Simplified Chinese and English.