An open API service indexing awesome lists of open source software.

https://github.com/djdeveloperr/deno_gl

[WIP] WebGL API implementation for Deno, built on GLFW using FFI.
https://github.com/djdeveloperr/deno_gl

3d deno ffi glfw graphics opengl webgl webgl2 window

Last synced: about 1 month ago
JSON representation

[WIP] WebGL API implementation for Deno, built on GLFW using FFI.

Awesome Lists containing this project

README

        

# 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](https://github.com/google/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

1. Make `dist` directory if it doesn't exist.
2. Download GLFW from [its website](https://www.glfw.org/) and place
`[lib]glfw3.[so|dll|dylib]` in `dist`.

## License

Apache-2.0. Check [LICENSE](LICENSE) for more info.

Copyright 2022 © DjDeveloperr