Giter VIP home page Giter VIP logo

lmbarros / diluculum Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 1.0 830 KB

Diluculum is a library that intends to make the coexistence of C++ and Lua more harmonious. In this regard, it offers essentially three “services”: (1) A nice way to access data stored in a Lua interpreter. (2) A not so bad way to write functions in C++ and make them available to Lua. And (3) A limited and just barely usable way to register C++ classes and objects in a Lua state. (This is a mirror of my "official" repository at https://bitbucket.org/lmb/diluculum)

Home Page: http://www.stackedboxes.org/~lmb/diluculum

License: MIT License

C++ 94.85% Lua 5.15%

diluculum's People

Contributors

lmbarros avatar svalorzen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

svalorzen

diluculum's Issues

CMake broken

CMake does not configure the project correctly.

CMake will configure Diluculum to use Lua 5.1, while the code uses features of Lua 5.2 (for instance, LUA_RIDX_GLOBALS).

A solution is to copy cmake/, CMakeLists.txt and dist.info of https://github.com/LuaDist/diluculum to this repository.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.