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.
- Host: GitHub
- URL: https://github.com/codebycruz/winit
- Owner: codebycruz
- Created: 2026-02-07T04:44:00.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2026-03-12T00:47:07.000Z (28 days ago)
- Last Synced: 2026-03-12T01:23:59.098Z (28 days ago)
- Language: Lua
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# winit [](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
```