Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mock-foundation/luakit
A Swift SPM framework for running and managing Lua code from Swift.
https://github.com/mock-foundation/luakit
lua macos spm swift wrapper
Last synced: 3 months ago
JSON representation
A Swift SPM framework for running and managing Lua code from Swift.
- Host: GitHub
- URL: https://github.com/mock-foundation/luakit
- Owner: mock-foundation
- Created: 2022-03-04T19:32:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-24T13:12:35.000Z (11 months ago)
- Last Synced: 2024-07-05T13:37:26.238Z (4 months ago)
- Topics: lua, macos, spm, swift, wrapper
- Language: Swift
- Homepage:
- Size: 103 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LuaKit
A Swift Package for running and managing Lua code from Swift.
---
## Documentation
For documentation, add this package as Swift Package Dependency,
and click `Product -> Build Documentation` from the menubar, or
`⋀⇧⌘D` as a shortcut. A documentation window will open on
successful build. If you accidentally closed it - no worries!
Just click `Help -> Developer Documentation` from the menubar,
or `⇧⌘0` (that's a zero) as a shortcut.---
## Platform support
This project supports macOS and Linux, with other platforms like
iOS, watchOS, and tvOS coming soon.---
## Dependancies
You can use `brew` to install Lua prior to adding the Swift Package. Simply run:
```
brew install lua
```You should do this before opening Xcode and adding the Swift Package.