An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

lua cpp tryout
==============

[![Build Status](https://travis-ci.org/d-led/lua_cpp_tryout.svg?branch=master)](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