Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 790 Bytes

File metadata and controls

35 lines (24 loc) · 790 Bytes

hood

A cross-platform graphics library for LuaJIT entirely from scratch. Based upon the WebGPU and Vulkan specifications.

Triangle Example

See the triangle example for the full code.

Backends

Backend Windows Linux macOS
OpenGL 4.3+
Vulkan

Installation

Use this package with the lde package manager.

lde add --git https://github.com/bycruz/hood

Example

You can run the example quite simply with

ldx triangle --git https://github.com/bycruz/hood