Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

is time to pass project to c++, could be more fast in draw.

(+1)

Porting the entire project to C++ would be a massive undertaking and we would lose all the benefits we get from Godot. What we can do, however, is to use C++ with GDExtension for certain algorithms to benefit from C++'s better performance. This is planned and it will eventually happen.