Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinrubek/nutmeg
A game proof of concept. This is an unfinished game originally intended for bevy jam 2
https://github.com/justinrubek/nutmeg
bevy bevy-jam flake game jam nix nix-flake rust
Last synced: 7 days ago
JSON representation
A game proof of concept. This is an unfinished game originally intended for bevy jam 2
- Host: GitHub
- URL: https://github.com/justinrubek/nutmeg
- Owner: justinrubek
- License: mit
- Created: 2022-08-21T22:01:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T02:08:22.000Z (11 months ago)
- Last Synced: 2025-01-01T15:39:25.522Z (10 days ago)
- Topics: bevy, bevy-jam, flake, game, jam, nix, nix-flake, rust
- Language: Rust
- Homepage: https://justinrubek.github.io/nutmeg/
- Size: 7.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nutmeg
[justinrubek.github.io/nutmeg](https://justinrubek.github.io/nutmeg)
## Quick-start
The main dependency is nix:
[Installation instructions](https://nixos.org/download.html)
[Enable flakes](https://nixos.wiki/wiki/Flakes#Enable_flakes)
From here, obtain a devshell and work as normal with `cargo`: `nix develop`.
Self-supplied cargo tooling may work, but the nix flake is intended as the primary environment for development.