https://github.com/overminddl1/rsingularity
https://github.com/overminddl1/rsingularity
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/overminddl1/rsingularity
- Owner: OvermindDL1
- License: other
- Created: 2023-07-03T17:01:30.000Z (about 3 years ago)
- Default Branch: trunk
- Last Pushed: 2023-09-06T03:22:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T18:51:27.651Z (over 1 year ago)
- Language: Rust
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Endgame: Singularity Rewrite
This is a rewrite of Endgame: Singularity for fun, easier to work on, modern code, etc.
You will need a recent rust (like via rustup) and trunk for wasm (`cargo install --locked trunk` and `cargo install --locked wasm-bindgen-cli`). Might need some node stuff later but currently trying to avoid it.
Can run local hotreloading server via `cargo xtask trunk serve` for now (or just `trunk serve` but planning to add stuff later).