Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 22:31
· 14 commits to main since this release
feat: Port whole project to WebAssembly

- Bump version to 0.2.0
- Switch glfw to winit, glutin and glow
- Switch imgui-rs to egui
- Add WebAssebmly target
  - Introduce Webpack
  - Display WebGL2 scene
  - Burn assets into WebAssembly binary
  - Add HTML DOM elements for control and sync them with egui
  - Add web target to CI