🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

612 B

Experimental JavaScript port of TinyEXR

Using Emscripten.

How to compile

edit compile_to_js.sh, then

./compile_to_js.sh

How to run test

Requires node.js

$ node test.js

How to run a browser example

Edit EXR file in index.html Copy a EXR file to this directory(default = asakusa.exr). (NOTE: Chrome does not allow reading a file from parent path(e.g. ../../asakusa.exr).

Launch http server, e.g.,

$ python3 -m http.server 

Open http://localhost:8000 with an browser.

TODO