https://github.com/codebycruz/hood
A cross platform rendering API in pure LuaJIT.
https://github.com/codebycruz/hood
lpm lua luajit opengl vulkan
Last synced: about 2 months ago
JSON representation
A cross platform rendering API in pure LuaJIT.
- Host: GitHub
- URL: https://github.com/codebycruz/hood
- Owner: codebycruz
- Created: 2026-02-05T22:50:36.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2026-02-07T07:41:34.000Z (about 2 months ago)
- Last Synced: 2026-02-07T17:39:13.259Z (about 2 months ago)
- Topics: lpm, lua, luajit, opengl, vulkan
- Language: Lua
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hood
A cross-platform graphics library for LuaJIT entirely from scratch.
Based upon the WebGPU and Vulkan specifications.
See the triangle example for the full code.
## Backends
| Backend | Windows | Linux | macOS |
| ----------- | ------- | ----- | ----- |
| OpenGL 4.3+ | ✅ | ✅ | ❌ |
| Vulkan | 🚧 | 🚧 | ❌ |
## Installation
This is mainly intended to be consumed with the [lpm](https://github.com/codebycruz/lpm) package manager.
```bash
lpm add --git https://github.com/codebycruz/hood
```