File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
1718trunk 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 )
2021The ` #dev ` is to skip the cache [ assets/sw.js] ( /assets/sw.js ) provides.
You can’t perform that action at this time.
0 commit comments