Godot: Difference between revisions
Appearance
m improve style |
m Link to website. Category Applications (its an GUI editor to create games) |
||
Line 1: | Line 1: | ||
{{Expansion}} | {{Expansion}} | ||
Godot is an open-source game engine, capable of creating both 2D and 3D games. | [https://godotengine.org/ Godot] is an open-source game engine, capable of creating both 2D and 3D games. | ||
== Usage in NixOS == | == Usage in NixOS == | ||
Line 10: | Line 10: | ||
Add <code>pkgs.godot_4</code> to <code>environment.systemPackages</code>. | Add <code>pkgs.godot_4</code> to <code>environment.systemPackages</code>. | ||
[[Category:Applications]] |
Revision as of 20:25, 26 September 2024
☶︎
This article or section needs to be expanded. Further information may be found in the related discussion page. Please consult the pedia article metapage for guidelines on contributing.
Godot is an open-source game engine, capable of creating both 2D and 3D games.
Usage in NixOS
Use steam-run
to run a Godot exported project (without having to fix paths for Nix).
Installation
Add pkgs.godot_4
to environment.systemPackages
.