We've reached a major milestone in Pard Engine's development!
We are now targeting the Alpha version release in late 2026/early 2027.
In this devlog, we unveil Pard Engine Studio, the editor of Pard Engine, following significant refactoring of the C++ Core Framework and Graphics Engine.
Read the news
Watch on YouTube
Finally, the "Open Project" Tab is ready.
The "Open Project" Tab has been designed to allow the user to open a Pard Engine Project created previously by means of the "New Project" Tab.
In particular, this tab is composed by a custom ListView Component that allows to list the projects.
Each item of the ListView shows various information of a particular project like Project Title and Project Folder Path.
When the user clicks on one of the various items of the listview (i.e. a project)
the browser should activate a process that, at the end, should lead to
1) the loading of the project
2) the opening of the Pard Engine Editor.
Read the news
Watch on YouTube