Skip to content

OUIsolutions/LuaSilverChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaSilverChain

a SilverChain Lua Wrapper

Release

Item What it is
LuaSilverChain.zip Zip file with the LuaSilverChain module
silverchain_darwin_import.c C file to be used with Darwin to build the LuaSilverChain module
silverchain_full.c C file with the full implementation of the LuaSilverChain module
silverchain_no_dependecie_included.c C file with the implementation of the LuaSilverChain module without the dependencies included

Install

for installation just type

curl -L https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.1.1/LuaSilverChain.zip -o LuaSilverChain.zip && unzip LuaSilverChain.zip  && rm LuaSilverChain.zip 

Usage

you can use the lib following these example

Generation

---@type SilverChainModue
silverchain = require("LuaSilverChain")
silverchain.generate({
    src = "src",
    project_short_cut = "my_project_name",
    tags = { "dependencies", "consts",  "macros", "types" ,"globals", "fdeclare" ,"fdef" },
    implement_main=true,
    main_name="main.c"
})

Remove

silverchain = require("LuaSilverChain")
silverchain.remove("src")

Building from Scratch

if you want to build the code from scracth you need to have Darwin installed on versio 0.020 and Docker our Podman installed on your machine. After install all dependecies,clone the repo on your machine , than run:

darwin run_blueprint build/ --mode folder

About

a SilverChain Lua Wrapper

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy