Lua Luajit

Open-source Lua projects categorized as Luajit

Top 23 Lua Luajit Projects

  • Kong

    🦍 The Cloud-Native API Gateway and AI Gateway.

  • Project mention: Kong 3.6 with LLM Support | news.ycombinator.com | 2024-02-15
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • koreader

    An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices

  • Project mention: Ask HN: ePub reader with sync for iOS/Android and Linux | news.ycombinator.com | 2024-06-01

    KOReader - https://koreader.rocks

    It can also be installed on Kindle, Kobo, Pocketbook.

  • apisix

    The Cloud-Native API Gateway

  • Project mention: Random and fixed routes with Apache APISIX | dev.to | 2024-06-13

    My ideas for blog posts inevitably start to dry up after over two years at Apache APISIX. Hence, I did some triage on the APISIX repo. I stumbled upon this one question:

  • cdn-up-and-running

    CDN Up and Running - Building a CDN from Scratch to Learn about CDN, Nginx, Lua, Prometheus, Grafana, Load balancing, and Containers.

  • luarocks

    LuaRocks is the package manager for the Lua programming language.

  • Project mention: what does the luarocks variable LUA_INCDIR get used for? | /r/lua | 2023-08-29

    LUA_INCDIR is not listed on either https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Unix or https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Unix but luarocks complains that it's not set. What does it do?

  • snabb

    Snabb: Simple and fast packet networking

  • Project mention: Ravi is a dialect of Lua, with JIT and AOT compilers | news.ycombinator.com | 2024-03-18
  • luafun

    Lua Fun is a high-performance functional programming library for Lua designed with LuaJIT's trace compiler in mind.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • luakit

    Fast, small, webkit based browser framework extensible by Lua.

  • nelua-lang

    Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.

  • Project mention: Nelua Programming Language | news.ycombinator.com | 2024-05-25
  • Penlight

    A set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.

  • Project mention: Pluto, a Modern Lua Dialect | news.ycombinator.com | 2023-12-27

    To have enough batteries you kind of just need penlight[1] and maybe luastd. Of course there's posix, lfs, socket, luasec and you're semi set.

    [1]: https://lunarmodules.github.io/Penlight/

  • picolove

    PICO-8 Reimplementation in Love2D. Chat: https://discord.gg/jGEMUse6RM

  • Project mention: Pico 8 in other software | /r/pico8 | 2023-12-06

    Picolove, written in lua for love2d: a very good starting point, especially if the engine you're using has support for lua. Has been used for "expanded" versions of games, because it's very easy to modify the resolution of the display and things like that. Works for simpler carts like Celeste, but is not memory accurate!

  • debugger.lua

    A dependency free, embeddable debugger for Lua in a single file (.lua or .c)

  • game-engine-2d

    Planimeter Game Engine 2D - LÖVE-based game engine for Lua

  • luaradio

    A lightweight, embeddable software-defined radio framework built on LuaJIT

  • code_runner.nvim

    Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow

  • Project mention: How to run code in neovim using a shotcut like <leader>r for any language | /r/neovim | 2023-08-26

    I used to use this plugin: https://github.com/CRAG666/code_runner.nvim ... up until I realized that I could just run my code from the terminal without the need of a plugin for that

  • sqlite.lua

    SQLite LuaJIT binding with a very simple api.

  • Project mention: Introduce revised telescope-frecency.nvim | /r/neovim | 2023-10-12

    I have been working on restructuring telescope-frecency.nvim. One of the biggest changes is removing dependency for sqlite.lua.

  • godot-lua-pluginscript

    Godot PluginScript for the Lua language, currently based on LuaJIT's FFI

  • nvim-highlite

    A colorscheme generator that is "lite" on logic for the developer.

  • projections.nvim

    A map to your filesystem

  • lua-radix-router

    A lightweight high-performance and radix tree based router for Lua/LuaJIT/OpenResty https://github.com/vm-001/gateways-routing-benchmark

  • Project mention: Introduces an API Router Based on Radix Tree | news.ycombinator.com | 2024-01-10

    the fastest API Router in Lua/LuaJIT.

    The router is written in pure Lua and can run in Lua interpreter(>= 5.2). The Router can also run in LuaJIT for the best performance since the util functions will switch to the JIT version if possible.

    For those interested:

    https://github.com/vm-001/lua-radix-router

    I'm currently adding more and more real-world user cases for the Router. See https://github.com/vm-001/lua-radix-router-use-cases

  • Prometheus

    Lua Obfuscator written in pure Lua (by prometheus-lua)

  • pure_lua_SHA

    SHA1, SHA2, SHA3, BLAKE2 and BLAKE3 functions written in pure Lua and optimized for speed

  • koreader-base

    Base framework offering a Lua scriptable environment for creating document readers

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Lua Luajit discussion

Log in or Post with

Lua Luajit related posts

Index

What are some of the best open-source Luajit projects in Lua? This list will help you:

Project Stars
1 Kong 38,077
2 koreader 15,582
3 apisix 13,851
4 cdn-up-and-running 3,142
5 luarocks 3,126
6 snabb 2,946
7 luafun 2,045
8 luakit 1,971
9 nelua-lang 1,922
10 Penlight 1,853
11 picolove 738
12 debugger.lua 725
13 game-engine-2d 720
14 luaradio 594
15 code_runner.nvim 503
16 sqlite.lua 452
17 godot-lua-pluginscript 280
18 nvim-highlite 239
19 projections.nvim 222
20 lua-radix-router 208
21 Prometheus 198
22 pure_lua_SHA 191
23 koreader-base 124

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com