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

https://github.com/codebycruz/winit

Window creation and handling library for LuaJIT.
https://github.com/codebycruz/winit

Last synced: 7 days ago
JSON representation

Window creation and handling library for LuaJIT.

Awesome Lists containing this project

README

          

# winit [![Tests](https://github.com/codebycruz/winit/actions/workflows/test.yml/badge.svg)](https://github.com/codebycruz/winit/actions/workflows/test.yml)

Window creation and handling library in pure LuaJIT.

## Support

| Arch | Windows | Linux | macOS |
| ----------- | ------- | ----- | ----- |
| x86-64 | ✅ | ✅ | ❌ |

## 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/winit
```