Dan Rosser
Dan Rosser
- ofSetWindowMousePassthrough() - settings.mousePassThrough =
Okay rechecked this bad boi going to merge
Rebased / Merged and added @arturoc 's PUT to 0 change.
Added - Apache server configuration (added required .htaccess for WASM / COPA for file transmission / policy for .wasm/js/gzip as See: libs/openFrameworksCompiled/project/emscripten/.htaccess ``` Header set Cross-Origin-Embedder-Policy "require-corp" Header set Cross-Origin-Opener-Policy...
Currently working on getting Emscripten latest working as requirement for PirateJam is webgl submission https://itch.io/jam/pirate I've been working on a GLFW binding as well rather than HTML5 context binding that...
```The simple and safe thing is to pass all -s flags at both compile and link time.```
Working better than current master. Split template for style and script CSP requirements - Fixes CSP issues with split HTML js / css - htaccess set with open for dev...
ifdef VCPKG_ROOT TRIPPLET=wasm32-emscripten LIB_PATH="$(VCPKG_ROOT)/installed/$(TRIPPLET)/lib" INCLUDE_PATH="$(VCPKG_ROOT/)installed/$(TRIPPLET)/include" endif for use with any tests @ofTheo
I'll add this via the Android merge... its coming
Shall look into this more. No issues on my local end, shall do more folder tests it might be downloads folder permissions On Thu, 18 Jul 2024 at 1:05 PM,...