Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

embedding lua modules in executable with a custom module loader (example)

Notifications You must be signed in to change notification settings

d-led/self_contained_lua_example

Repository files navigation

a self contained lua example

This is an example of a C++ program with embedded lua scripts.

embedding the resources

the resources (scripts) are embedded using the resource compiler ris.

premake4 res

custom lua module loader

the example features a custom lua module loader (resource_module_loader, set_loader) which allows loading lua modules from the embedded text resources.

embedded libraries

  • lualinq, Copyright (c) 2014, Marco Mastropaolo

alternatives

About

embedding lua modules in executable with a custom module loader (example)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published