Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 928 Bytes

File metadata and controls

35 lines (22 loc) · 928 Bytes

godot-shell

everything a solo game developer needs in one environment.

beyond code - design docs, project management, art, sound, marketing, and deployment tools for production-ready games.

templates overview

  • project - generic project template

quick start

nix flake init -t github:richen604/godot-shell/#project

# setup environment
direnv allow

what you get

  • git-lfs for asset version control
    • automated with git hooks
  • nix for reproducible development environments
    • with direnv for automatic environment setup
  • godotenv for managing godot addons

requirements

  • nix (with flakes support)
  • direnv (optional but recommended)

contributing

feel free to submit issues and pull requests to improve the templates or add new ones.