zserge / fenster

The most minimal cross-platform GUI library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add webassembly support.

crgimenes opened this issue Β· comments

It would be fantastic to include webassembly support.

Today I use Go to do the things this library does but writing it in C would produce a much smaller binary and be much smoother for users to download.

Bonus points 😁

  • Without Emscripten.
  • WebGL instead of 2D canvas for better performance.