You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ A mostly-complete port of Celeste (2018) to WebAssembly, with full support for E
17
17
## I want to build this
18
18
19
19
1. Ensure node and pnpm exist and `pnpm i`
20
-
2. Install .NET 9.0.4
20
+
2. Install dotnet 9.0.4
21
21
3. Install the mono-devel package on your distro
22
22
4. Run `sudo dotnet workload restore` in `loader/`
23
23
5. Run `make serve` for a dev server and `make publish` for a release build
@@ -32,7 +32,7 @@ A mostly-complete port of Celeste (2018) to WebAssembly, with full support for E
32
32
- FMOD pthread builds are used for audio, with slight patching of the bindings so that using FMOD 2 works
33
33
- The game canvas is transferred to dotnet's "deputy thread" and all rendering is done from there through FNA's OpenGL driver
34
34
35
-
For a deeper dive into how we made this and [the terraria web port](https://github.com/MercuryWorkshop/terraria-wasm), check out the [writeup](https://velzie.rip/blog/celeste-wasm).
35
+
For a deeper dive into how we made this and [the Terraria web port](https://github.com/MercuryWorkshop/terraria-wasm), check out the [writeup](https://velzie.rip/blog/celeste-wasm).
36
36
37
37
## I want to port this to a newer version of Celeste (once it exists)
0 commit comments