All Projects → luvit → Luvit

luvit / Luvit

Licence: apache-2.0
Lua + libUV + jIT = pure awesomesauce

Programming Languages

lua
6591 projects
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Luvit

Luv
Bare libuv bindings for lua
Stars: ✭ 466 (-86.47%)
Mutual labels:  hacktoberfest, libuv, luajit
Luvi
A project in-between luv and luvit.
Stars: ✭ 215 (-93.76%)
Mutual labels:  hacktoberfest, libuv, luajit
tbag
Tea-bag is Third party extension utility project
Stars: ✭ 13 (-99.62%)
Mutual labels:  luajit, libuv
Castl
JavaScript to Lua compiler with runtime library.
Stars: ✭ 323 (-90.62%)
Mutual labels:  luajit
Graphback
Graphback - Out of the box GraphQL server and client
Stars: ✭ 323 (-90.62%)
Mutual labels:  hacktoberfest
Dotenv Kotlin
🗝️ Dotenv is a module that loads environment variables from a .env file
Stars: ✭ 326 (-90.53%)
Mutual labels:  hacktoberfest
Macos big sur icons replacements
Replacement icons for popular apps in the style of macOS Big Sur
Stars: ✭ 3,608 (+4.79%)
Mutual labels:  hacktoberfest
Consul exporter
Exporter for Consul metrics
Stars: ✭ 323 (-90.62%)
Mutual labels:  hacktoberfest
Mysql
Sous Chefs MySQL Cookbook
Stars: ✭ 325 (-90.56%)
Mutual labels:  hacktoberfest
Code
Code editor designed for elementary OS
Stars: ✭ 324 (-90.59%)
Mutual labels:  hacktoberfest
Teachcode
A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding.
Stars: ✭ 325 (-90.56%)
Mutual labels:  hacktoberfest
Documentation Html Template
A Sample Documentation Template for Themes, Templates and Plugins
Stars: ✭ 322 (-90.65%)
Mutual labels:  hacktoberfest
Pathfinding
Pathfinding library for rust
Stars: ✭ 324 (-90.59%)
Mutual labels:  hacktoberfest
Letra Extension
Passively learn a new language every time you open a new tab
Stars: ✭ 323 (-90.62%)
Mutual labels:  hacktoberfest
J.a.r.v.i.s
python powered Intelligent System
Stars: ✭ 325 (-90.56%)
Mutual labels:  hacktoberfest
Ics
iCalendar (ics) file generator for node.js
Stars: ✭ 324 (-90.59%)
Mutual labels:  hacktoberfest
Postgresql
Development repository for the postgresql cookbook
Stars: ✭ 326 (-90.53%)
Mutual labels:  hacktoberfest
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (-90.59%)
Mutual labels:  hacktoberfest
Pokemon Showdown Client
The client for Pokémon Showdown
Stars: ✭ 321 (-90.68%)
Mutual labels:  hacktoberfest
Launchpad
An open-source game launcher for your games
Stars: ✭ 322 (-90.65%)
Mutual labels:  hacktoberfest

Luvit 2.0 - Node.JS for the Lua Inventor

Linux Build Status Windows Build status Coverage Status

Welcome to the source code for Luvit 2.0. This repo contains the luvit/luvit metapackage and all luvit/* packages as published to lit.

This collection of packages and modules implements a node.js style API for the luvi/lit runtime. It can be used as both a library or a standalone executable.

See the main project webpage for more details. https://luvit.io/

Need Help?

Ask questions here through issues, on Discord or the mailing list.

Binary Modules

Luvit supports FFI and Lua based binary modules. There is a wiki entry explaining how to manage and include a binary module within a bundled application. Publishing Compiled Code

Hacking on Luvit Core

First you need to clone and build luvit, this is easy and works cross-platform thanks to Makefile and make.bat.

git clone https://github.com/luvit/luvit.git
cd luvit
make

If you want to test luvit without constantly building, use luvi.

luvi . 

Always make sure to run make test before submitting a PR.

Notes to Maintainers

  • Use luvi /path/to/luvit to test changes without rebuilding the binary.
  • To run the test suite, run make test to build a luvit and use that.
  • If you want to test a custom built luvi, run luvi . -- tests/run.lua
  • If you want to run a specific test file with a custom built luvi, run luvi . -- tests/test-<name-of-test>.lua (e.g. luvi . -- tests/test-http.lua)
  • There is a wiki page on making new luvit releases at https://github.com/luvit/luvit/wiki/Making-a-luvit-release.

The packages in deps live primarily in this repo, but some are duplicated in luvit/lit to ease lit bootstrapping. Updates can be pushed from either repo to lit, just make sure to keep them in sync. One way to do this is to rm -rf deps && lit install. This will install the latest version of all the packages from lit. Check the diff carefully to make sure you're not undoing any work. There might have been unpublished changes locally in luvit that aren't in the lit central database yet.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].