deno_gl
deno_gl copied to clipboard
[WIP] WebGL API implementation for Deno, built on GLFW using FFI.
deno_gl
WebGL API implementation for Deno, built on GLFW using FFI.
Currently does not support macOS because of the lack of native OpenGL ES support. Feel free to contribute the support if you can. Using something like angle is preferred.
TODO
There are couple of bugs to fix yet. Most of them are unknown, which simply cause libraries like Tensorflow.js WebGL backend to return values zeroed out.
Usage
- Make
distdirectory if it doesn't exist. - Download GLFW from its website and place
[lib]glfw3.[so|dll|dylib]indist.
License
Apache-2.0. Check LICENSE for more info.
Copyright 2022 © DjDeveloperr