top of page
Development console
Polytree Engine also incorporates a development console useful for running commands for actions such as opening/closing the application, debugging, etc.
Below is a video of the console in use:
Development Console in Polytree Engine
The development console is fairly simple and uses an event system to perform command executions.
Below is the implementation of the dev console available in Polytree Engine:
Some of the features the development console supports are as follows:
-
Log messages to the console
-
Run events by passing parameters to console
-
Keep a cache of commands used in order of usage
-
Using keys to toggle between previously executed commands
bottom of page