Devlog
Follow the development of Pard Engine in a visual way!
Dockable Editor Panels Development Update: Sunday 12th April 2026

In today's devlog, we introduce dockable editor panels. We'll explore the panel management system, covering user-driven rearrangement, docking mechanics, and how UI layouts persist across sessions.

Read the news
Watch on YouTube

Pard Engine Studio Development Update: Wednesday 8th April 2026

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

Open Project Tab Development Update: Saturday 25th May 2024

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

New Project Tab Development Update: Monday 6th May 2024 After days of work, part of the "New Project" Tab has been completed.
The "New Project" Tab has been designed to allow the user to create a new Pard Engine Project.
Currently, the browser is able to generate a new project based on:
1) the selected project template;
2) the name provided in the textbox;
3) the folder path provided thorugh the usage of the folder browser dialog.
The next step to do is to add the "Open Project" Tab in the Projects Browser.

Read the news
Watch on YouTube
Projects Browser Development Update: Friday 19th April 2024 After the Splash Screen, it's arrived the time to design and implement the next part of the Pard Engine Editor, the Projects Browser.
The Projects Browser has been designed to create new projects and load the existing ones.
The browser also includes a menu on the left, that should allow the user to access the various tabs of the application, like "Open Project" Tab, "New Project" Tab and so on.
The next steps to do are to design and implement the tabs just mentioned.

Read the news
Watch on YouTube