This repository has been archived by the owner on Jun 7, 2021. It is now read-only.
forked from afitz/golua
-
Notifications
You must be signed in to change notification settings - Fork 11
Go bindings for Lua C API - in progress
License
xenith-studios/golua
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
THIS PROJECT IS DEPRECATED I highly recommend that everyone switch over to https://github.com/aarzilli/golua ################################## Go Bindings for the Lua C API (Now works on Go1!) Simplest way to install: $ go get -u github.com/xenith-studios/golua To use golua: import "github.com/xenith-studios/golua" After installing golua, if you wish to run the examples: $ cd $GOPATH/src/github.com/xenith-studios/golua/example/ $ for test in *.go; do { go run $test; } done Licensing ------------------------- GoLua is released under the MIT license. Please see the LICENSE file for more information. Lua is Copyright (c) Lua.org, PUC-Rio. All rights reserved. The Lua license can be found in the source and is available online: http://www.lua.org/license.html
About
Go bindings for Lua C API - in progress
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 92.6%
- Go 4.8%
- C++ 2.0%
- Lua 0.6%