Godot: Difference between revisions

From NixOS Wiki
imported>IgorM
Added "stub" template
Davidak (talk | contribs)
m improve style
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Expansion}}
{{Expansion}}
* Use `steam-run` to run a Godot exported project (without having to fix paths for Nix).
 
Godot is an open-source game engine, capable of creating both 2D and 3D games.
 
== Usage in NixOS ==
 
Use <code>steam-run</code> to run a Godot exported project (without having to fix paths for Nix).
 
== Installation ==
 
Add <code>pkgs.godot_4</code> to <code>environment.systemPackages</code>.

Latest revision as of 13:45, 25 September 2024

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.