Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SwiftyLua/SwiftyLua
Swift bridge for Lua
https://github.com/SwiftyLua/SwiftyLua
bridge linux lua macos swift swift-package swift-package-manager
Last synced: 3 months ago
JSON representation
Swift bridge for Lua
- Host: GitHub
- URL: https://github.com/SwiftyLua/SwiftyLua
- Owner: SwiftyLua
- License: apache-2.0
- Created: 2021-04-18T07:29:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T08:42:13.000Z (6 months ago)
- Last Synced: 2024-07-05T13:46:03.016Z (4 months ago)
- Topics: bridge, linux, lua, macos, swift, swift-package, swift-package-manager
- Language: Swift
- Homepage:
- Size: 92.8 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftyLua
SwiftyLua is a Swift wrapper and bridge for Lua.
## Usage
You can find usage examples in the test spec [UsageSpec.swift](./Tests/SwiftyLuaTests/UsageSpec.swift).
## Licenses
### lua4swift
I forked the lua4swift package from [weyhan/lua4swift](https://github.com/weyhan/lua4swift), removed the Lua sources and made some
minor changes that are all available from [SwiftyLua/lua4swift](https://github.com/SwiftyLua/lua4swift).Released under MIT license.
Copyright (c) 2015 Steven Degutis
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.