Nick Vitsas

Results 5 issues of Nick Vitsas

Add the ability to specify shared code that is accessible to all pipeline stages so that users do not have to rewrite common code snippets.

enhancement

The framework could provide access to one or more global textures that will be available to all programmable stages. These could be selected from a standard collection of images or...

enhancement

The scene description format could be extended to support loading of some widely used 3D file formats like .GLTF and .OBJ.

enhancement

Add full screen functionality at least for OpenGL. Maybe through a public API function like: `WuhooWindowSetFullScreen(WuhooBoolean is_fullscreen);`

When using the `--pre-js` flag during linking, emscripten uses [acorn](https://github.com/acornjs/acorn) to minify the resulting JavaScript library. We are compiling webrays as a module and the acorn-optimizer throws the following error:...