Hacker News new | ask | show | jobs
by publicola1990 1884 days ago
So with the standard Godot binaries for Windows can I write my Godot project in C++, without having to build whole of Godot locally?
1 comments

Ahh I see what you're saying now. Yes, you can: https://docs.godotengine.org/en/stable/tutorials/plugins/gdn...

The tutorial starts with C but there is a C++ one as well.

Again though, I would recommend at least trying to compile the engine once. It's simple, reasonably fast and you can extend the engine as much as you like https://docs.godotengine.org/en/stable/development/cpp/custo...