tavimori / fogcore

MIT License
0 stars 0 forks source link

providing with a demo based on canvas and wasm #1

Closed tavimori closed 2 days ago

tavimori commented 1 year ago

We are scheduled to build a rust based FoW data parsing library. The library is expected to be WASM-ready and may also support other rendering frontend (eg. tiny-skia).

Firstly, we will build a demo with the existing JS-based mapbox demo and using its new canvas API as a PoC.

The demo will support read-only rendering for existing FoW data.

tavimori commented 2 days ago

We have done it. I the demo folder, tracks-gl.html will do it.