James Prevett
James Prevett
System (VM): Ubuntu 22.04 LTS 27.4 GiB of Memory i7-10700F Processor Steps to reproduce: - Clone Emception locally - run `sudo ./build-with-docker.sh` - copy build `cp -r emception/build/emception .` -...
This is a really cool project, though it's difficult to use a part of a project due to the lengthy build and compilation. Could we have Emception as a library?...
Currently, we have 5 completely different classes: Vector2, Vector3, Vector4, Color3, and Color4. All 5 define some coordinates ({x, y, z}, {r, g, b}, etc.) and provide some methods for...
Discussion of this PR is available on the Babylon.js forum in [this](https://forum.babylonjs.com/t/43521) thread. Resolves #14201 ## TL;DR: `Tensor` would be added, which provides a standardized API for interacting with vectors,...
This proposal is also available on the Babylon.js forum in [this](https://forum.babylonjs.com/t/43521) thread. ## TL;DR: `Tensor` would be added, which provides a standardized API for interacting with vectors, colors, matrices, quaternions,...
I've been working on a project using JSCPP and [BrowserFS](https://github.com/jvilk/BrowserFS). I was wondering if we could get an integration where JSCPP FS calls get forwarded to BrowserFS. I'm open to...
Hi there, I'm a maintainer of BrowserFS. I've been going though the [dependents](https://www.npmjs.com/package/browserfs?activeTab=dependents) of BrowserFS. Please see https://github.com/browser-fs/NOTICE Would you be interested in updating your project to use the updated...
GLSLX has no support for interface blocks. See https://www.khronos.org/opengl/wiki/Interface_Block_(GLSL)
Hi there, I'm a maintainer of BrowserFS. I've been going though the [dependents](https://www.npmjs.com/package/browserfs?activeTab=dependents) of BrowserFS. Please see the notice in the readme: https://github.com/jvilk/browserfs Would you be interested in updating your...