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

https://github.com/argumentcomputer/OpenGL.lean

OpenGL Lean bindings (WIP)
https://github.com/argumentcomputer/OpenGL.lean

lean4

Last synced: 11 months ago
JSON representation

OpenGL Lean bindings (WIP)

Awesome Lists containing this project

README

          

# OpenGL bindings for Lean (unfinished)

OpenGL ES 3.0 bindings w

## Develop

Enable auto loading dependencies into the shell with `direnv allow` or manually with `nix develop`.

## Building

Build with `nix build .`

## Tests

Run tests with `nix run .#test`