https://github.com/d-led/lua_cpp_tryout
a project for trying out lua bindings with travis-ci
https://github.com/d-led/lua_cpp_tryout
Last synced: about 1 year ago
JSON representation
a project for trying out lua bindings with travis-ci
- Host: GitHub
- URL: https://github.com/d-led/lua_cpp_tryout
- Owner: d-led
- License: mit
- Created: 2014-08-04T18:09:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T21:04:55.000Z (almost 11 years ago)
- Last Synced: 2025-02-15T23:44:25.099Z (over 1 year ago)
- Language: C++
- Size: 410 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
lua cpp tryout
==============
[](https://travis-ci.org/d-led/lua_cpp_tryout)
a project for trying out lua bindings with travis-ci
Using:
- [LuaState](https://github.com/AdUki/LuaState) - a working wrapper for the lua state and more
- [LuaBridge](http://vinniefalco.com/LuaBridge/Manual.html) a simple wrapper for classes, etc, usable separately from any lua state wrapper