Bartosz Taudul on Nostr: npub1qw9hu…8r0g7 It is the port they are using. ...
npub1qw9huvn8gh2svc3r7vlc9qcwy2l8rg0yxfzht4pd5e0z4s9j3jtqt8r0g7 (npub1qw9…r0g7) It is the port they are using.
https://emscripten.org/docs/compiling/Contrib-Ports.html
The html5.h backend is actually quite simple in comparison. All you need to do is perform EGL setup, and hook up keyboard and mouse events.
https://github.com/wolfpld/tracy/blob/master/profiler/src/BackendEmscripten.cpp
https://emscripten.org/docs/compiling/Contrib-Ports.html
The html5.h backend is actually quite simple in comparison. All you need to do is perform EGL setup, and hook up keyboard and mouse events.
https://github.com/wolfpld/tracy/blob/master/profiler/src/BackendEmscripten.cpp