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.
- project-3d - 3d project template
- addon - godot addon template
nix flake init -t github:richen604/godot-shell/#project-3d
# or
nix flake init -t github:richen604/godot-shell/#addon
# setup environment
direnv allow- dvc for asset version control
- automated with git hooks
- nix for reproducible development environments
- with direnv for automatic environment setup
- godotenv for managing godot addons
- nix (with flakes support)
- direnv (optional but recommended)
feel free to submit issues and pull requests to improve the templates or add new ones.
see todo.md for a list of planned features and improvements.