A fantasy console
Go to file
2024-04-27 12:16:04 -07:00
.cargo Get it running in Chrome! 2024-04-22 21:10:09 -07:00
.vscode Misc Go interop fixes 2024-04-27 12:16:04 -07:00
crates Misc Go interop fixes 2024-04-27 12:16:04 -07:00
example_project Misc Go interop fixes 2024-04-27 12:16:04 -07:00
run-wasm Get it running in Chrome! 2024-04-22 21:10:09 -07:00
slop/palette Basic output system 2024-04-22 19:57:27 -07:00
src Get it running in Chrome! 2024-04-22 21:10:09 -07:00
.gitignore Basic groundwork for viperid, a fantasy console 2024-04-21 22:10:48 -07:00
Cargo.lock Get it running in Chrome! 2024-04-22 21:10:09 -07:00
Cargo.toml Get it running in Chrome! 2024-04-22 21:10:09 -07:00
README.md Get it running in Chrome! 2024-04-22 21:10:09 -07:00

To launch the editor:

$ cargo run --manifest-path crates\editor\Cargo.toml

To run the web runner:

$ cargo run-wasm --manifest-path crates\web_runner\Cargo.toml --release --package web_runner

To build the web runner:

$ wasm-pack build crates\web_runner