Showing results for
on docs.godotengine.org...If you know how to improve this page or you can confirm
that it's up to date, feel free to open a pull...
that it's up to date, feel free to open a pull...
...Knowing when and when not to optimize is a great skill to develop.
One misleading aspect of the quote is that people tend to...
One misleading aspect of the quote is that people tend to...
...This is a classic problem in 2D map projection. Game developers often have a 2-dimensional map they want to project onto a sphere...
...In 3D, math is a little more complex than in 2D. For an introduction to the relevant math written for game developers, not mathemeticians...
...In 3D, math is a little more complex than in 2D. For an introduction to the relevant math written for game developers, not mathemeticians...
...Note
When developers mention how slow the scripting API is, it is this chain of queries they refer to. Compared to compiled C++ code...
When developers mention how slow the scripting API is, it is this chain of queries they refer to. Compared to compiled C++ code...
...in game development (which is to be expected from a guy with a funny hat). The idea of this document is to explain why...
...in game development (which is to be expected from a guy with a funny hat). The idea of this document is to explain why...
...Optimize critical parts of a game.
Adding new functionality to the engine and/or editor.
Porting an existing game.
Write a whole, new game...
Adding new functionality to the engine and/or editor.
Porting an existing game.
Write a whole, new game...
...any) changes to your Godot project.
How it works¶
Instructions come into the renderer from your game in the form of a series of...
How it works¶
Instructions come into the renderer from your game in the form of a series of...