Skip to content

Commit bf85730

Browse files
update readme
1 parent 8dd1add commit bf85730

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ This project also used this [template](https://github.com/kaphula/winit-egui-wgp
77
- Add Web support
88
- Improve performance, especially startup time
99
- Add more settings and values to tinker with in the simulation
10-
- Add 2D version, rewrite [this](https://github.com/lucascompython/particles) in wgpu
10+
- Add 2D version, basically rewrite [this](https://github.com/lucascompython/particles) in wgpu
11+
- Make CI work nicely
1112
- Add more color profiles
12-
- Improve wasm bundle size
13+
- Improve binary size
1314
- Update to wgpu 25
1415

1516
## Web Locally
1617
```bash
1718
trunk serve
1819
```
19-
And go to [http://127.0.0.1:8080/index.html#dev](http://127.0.0.1:8080/index.html#dev)
20+
And go to [http://127.0.0.1:8080/index.html#dev](http://127.0.0.1:8080/index.html#dev)
2021
The `#dev` is to skip the cache [assets/sw.js](/assets/sw.js) provides.

0 commit comments

Comments
 (0)