Godot: Difference between revisions

From Game Making Tools Wiki
(→‎Links: software made in godot list)
(Some more software made in Godot, from https://www.youtube.com/watch?v=7jJ-3DJN1yI)
 
(One intermediate revision by the same user not shown)
Line 61: Line 61:
Other types of software made with Godot.
Other types of software made with Godot.


* [[Arrow]], a tool for creating {{jargon|Non-linear|non-linear}}, story-based games.
* [[CozyBlanket]], a {{jargon|Retopology|retopology}} tool for the iPad only.
* [[Dungeondraft]], a tool for making maps, aimed at table-top RPGs.
* [[GodSVG]], an SVG (vector graphics) editor.
* [[HEAVYPAINT]], a tool for fake-painting.
* Lorien, an {{jargon|Infinite Canvas|infinite canvas}} type note-taking and drawing tool.
* [[Material Maker]], a tool for generating textures for 3-D objects.
* [[The Mirror]], a kinda [[Roblox]]-like multiplayer game making and sharing thing.
* [[Pixelorama]], a tool for making sprites.
* [[Pixelorama]], a tool for making sprites.
* [[PixelOver]], another sprite tool.
* [[PixelOver]], another sprite tool.
* [[RPG in a Box]], a tool for making RPGs with voxel graphics.
* [[RPG in a Box]], a tool for making RPGs with {{jargon|Voxel|voxel}} graphics.
* [[Wonderdraft]], tool for making maps.
* [[Union Bytes Painter]], another tool for creating textures. This one's not free though.
* [[Wonderdraft]], another tool for making maps.
 
* [https://alfredbaudisch.com/blog/gamedev/godot-engine/standalone-applications-made-with-godot-gui-softwares-tools/ Standalone Tools and Applications Made with Godot GUI]


==Links==
==Links==
Line 72: Line 83:
* [https://godotengine.org/asset-library/asset Godot Asset Library].
* [https://godotengine.org/asset-library/asset Godot Asset Library].
* [https://github.com/nezvers/Godot_goodies Godot_goodies] - Also a list of useful things related to Godot. Creator has lots of other Godot projects on Github too.
* [https://github.com/nezvers/Godot_goodies Godot_goodies] - Also a list of useful things related to Godot. Creator has lots of other Godot projects on Github too.
* [https://alfredbaudisch.com/blog/gamedev/godot-engine/standalone-applications-made-with-godot-gui-softwares-tools/ Standalone Tools and Applications Made with Godot GUI]


== See Also ==
== See Also ==
Line 78: Line 88:
* [[Blender#Blender and Godot|Blender and Godot]] has some more info and working with them together.
* [[Blender#Blender and Godot|Blender and Godot]] has some more info and working with them together.
* [https://godotshaders.com/ Godot Shaders] - Community resource.
* [https://godotshaders.com/ Godot Shaders] - Community resource.
* [https://www.w4games.com/ W4 Games] - Company containing peopel from the Godot team, has add-on products for porting to consoles ($$$) and online multiplayer.


[[Category:2-D]][[Category:3-D]]
[[Category:2-D]][[Category:3-D]]

Latest revision as of 06:09, 18 May 2024

Release date: Current
Made by: Open-source
Runs on: Category:Browser
Linux
Mac OS
Windows
Exports to: Android
Browser
iOS
Linux
Mac OS
Windows


Godot is a new, now open-source, game engine thing similar to Unreal and Unity, but perhaps less 'professionally' targeted. And a much smaller download and install (~40MB)! It's also free, which includes the ability to export to phones.

NB: Though I really like using Godot, the views of the project leader, Juan Linietsky (AKA: Reduz),
regarding race are incredibly pig-headed, and I don't want to be associated with them.
Here's a comprehensive post on the issue: https://www.glorioustrainwrecks.com/node/12083
rjt (talk)

Structurally games are pretty different to Unity. The scenes are used differently. Instead of having one scene represent a level, you use a fresh scene for level components. So one scene for a main character, one for a vehicle, etc. Each scene can have multiple things (nodes) in them. You then combine these into your level. You can then easily edit these components from within your level or within their own scenes, and they are easily shared through your project. I guess they're kinda an easier to work with equivalent of Unity's prefabs?

For scripting there're a few options: a proprietary scripting language called GDScript—which is very similar to Python, C#, and a visual scripting language.

Pronunciation

In video tutorials everyone seems to place the emphasise on the last syllable, like they're speaking French. I can't help putting it on the first, like English usually does, and like the play Waiting for Godot. rjt (talk) 07:13, 28 July 2017 (EDT)

GDScript

As mentioned, GDScript is very similar Python, with some game-relevant additions.

Syntax Highlighting

You can grab syntax highlighting plug-ins for some popular text editors / IDEs:

Plug-ins


Installing

...

Examples

Games

Software

Other types of software made with Godot.

Links

See Also

  • Godot in the Guides section of this wiki.
  • Blender and Godot has some more info and working with them together.
  • Godot Shaders - Community resource.
  • W4 Games - Company containing peopel from the Godot team, has add-on products for porting to consoles ($$$) and online multiplayer.