Jump to content

Godot: Difference between revisions

From ytptenniswiki
No edit summary
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
{{Stub}}
{{Stub}}


'''Godot''' is free and open source video game engine akin to GameMaker and Unity. It can be used to make a wide variety of 2D and 3D games.
[[File:Godot logo.png|thumb|right|The logo for Godot.]]
 
'''Godot''' is free and open source video game engine akin to GameMaker and Unity. It can be used to make a wide variety of 2D and 3D games. The engine came into the [[tennis]] spotlight when player {{infinitysnapz}} began using it to make complex 3D visuals alongside other modelers like [[Blender]].


[[File:Godotbook.jpg|right]]
[[File:Godotbook.jpg|right]]


https://godotengine.org/
https://godotengine.org/
Godot has seen fringe use in [[tennis]] as a tool for creating 3D scenes. Some have even made "games" within their rounds!


=Usage=
=Usage=
Godot uses GDScript as its main programming language.
Godot uses [https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html GDScript] as its main programming language. Godot also has support for C# as well as C and C++ through a plugin called GDExtension.
 
=Notable Usage=
- [[Tennis staff]] member infinitysnapz was one of the first to popularize the use of Godot, using it in many rounds.

Latest revision as of 19:24, 22 January 2026



The logo for Godot.

Godot is free and open source video game engine akin to GameMaker and Unity. It can be used to make a wide variety of 2D and 3D games. The engine came into the tennis spotlight when player infinitysnapz began using it to make complex 3D visuals alongside other modelers like Blender.

https://godotengine.org/

Usage

Godot uses GDScript as its main programming language. Godot also has support for C# as well as C and C++ through a plugin called GDExtension.