Making a dev console in Godot
The Shaggy Dev The Shaggy Dev
16.9K subscribers
5,330 views
0

 Published On Jan 10, 2024

Here's a look at how I implemented a simple dev console in my game to speed up development. The core functionality is driven by Godot's Expression class, but I've also added a history and autocomplete system to let me work even more effectively.

Text version and code snippets: https://shaggydev.com/2024/01/09/dev-...

The Expression class: https://docs.godotengine.org/en/stabl...

More on Expressions: https://docs.godotengine.org/en/stabl...

show more

Share/Embed