Open Source Lua Software - Page 44

Lua Software

Lua Clear Filters

Browse free open source Lua Software and projects below. Use the toggles on the left to filter open source Lua Software by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    aCompute

    aCompute

    Aims to enable researcher to tap in to mobile computing capability

    This is a software agent based computing program that will enable researchers and other users to tap in computing power of machine available by sharing work load on the fly with zero configuration on network & resources A self organizing agent program that will understand network and its resource. where as the only job left to researcher is to split up jobs in several chunks of programs either parallel or sequential jobs and go issue the job (A visual Modeler or Scripting support need to be yet designed) Software agents will automatically manage the rest or resource management, sharing , cloning of tasks etc. new resources can be added and removed from the system on fly; in layman terms the project will create an agent program that enable sharing & execution of program among all the available resources whether it be desktop, laptop, pda . thereby one can accelerate research to the very extent of resource availability with out bothering about anything... C++11v Upcoming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Aesthe is 3D scripting development environment controlled by command line with built-in 3D modeller, allowing you to create interactive script-driven 3D simulations or animations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Toucan has moved over to GitHub: https://github.com/PortableApps/Toucan, so please visit us there!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    amld luci integration

    LuCI web interface integration for amld

    This is a module for the LuCI WebUI providing an interface to manage and control the AccessMyLanDaemon (amld) within OpenWRT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    Amog is a Massive Multi-player Online Game Framework including client, server, area editor. To allow ease of setup and running of MMO style games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    arcan-fe

    arcan-fe

    Scriptable frontend for media applications.

    Arcan is a portable and fully scriptable frontend for launching games, emulators and other full-screen applications in a visual appealing way, as seamlessly as possible. The API is sufficiently complete for other projects as well, e.g. rapid game prototyping (both 2D and 3D). Note that we have left sourceforge (thanks for all the spam). The source is hosted on github ( http://www.github.com/letoram/arcan ) and the downloads on bintray https://bintray.com/letoram/arcan-main/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Script modifications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    avante.nvim

    avante.nvim

    Use your Neovim like using Cursor AI IDE!

    avante.nvim is a Neovim plugin designed to emulate the behaviour of the Cursor AI IDE. It provides users with AI-driven code suggestions and the ability to apply these recommendations directly to their source files with minimal effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    bWars is an FPS PC-based game written in LUA(Cry engine) that shows the adrenaline and the history of the most importants brazilians conflicts, since the Rags war to MINUSTAH.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    "balanced annihilation chicken defense" mod (game) for the springrts engine; based on the balanced annihilation mod. This is an "inofficial" branch (from version 2.15) as the previous mod maintainer seems idle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    barbecue.nvim

    barbecue.nvim

    A VS Code like winbar for Neovim

    This is a VS Code like winbar that uses nvim-navic in order to get LSP context from your language server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    World of Warcraft addon for guild members in guilds where officers use bidDKP as main DKP addon. Works with WoW 2.4.3, not tested on other versions!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    For the direct and detailed analysis of supernova spectra.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    cathexis awesome wm theme
    this is a theme i put together by editing the default theme and matching the colors to cathexis gtk theme. also i changed the tag icons so they dont get in the way. - fixed the default file - this project includes the theme and also a sample rc.lua that you may edit as you wish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The cc3 project provides software for embedded vision systems. Currently, the software runs on the CMUcam3 hardware platform, which is a NXP LPC2106-based board with an onboard CMOS camera and FIFO, MMC interface, serial UARTs, and servo controller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ccc.nvim

    ccc.nvim

    Color picker and highlighter plugin for Neovim

    Create color code in Neovim. Use the colorful sliders to easily generate any desired color.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    char-rnn

    char-rnn

    Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN)

    char-rnn is a classic codebase for training multi-layer recurrent neural networks on raw text to build character-level language models that learn to predict the next character in a sequence. It supports common recurrent architectures including vanilla RNNs as well as LSTM and GRU variants, letting users compare behavior and output quality across model types. It is straightforward: you provide a single text file, train the model to minimize next-character prediction loss, then sample from the trained network to generate new text one character at a time in the style of the dataset. The project is designed for experimentation, offering tunable settings for depth, hidden size, dropout, sequence length, and sampling temperature to control creativity and coherence. It is frequently used as a learning project for understanding sequence modeling, recurrent training dynamics, and the practical details of text generation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    cm edition for sauerbraten collect

    sauerbraten with LuaJit2 scripting

    CM EDITION for Sauerbraten Collect ----------------------------------------------------------- cm|ac, aug 2013, v0.5 beta make great mods for sauer easily with lua scripts, no compile needed, see results immidiately. Included .lua files with examples features lua scripting (LuaJit2.0.0 scripting with ffi library support) build maps with lua, read/export geometry info, send/receive any file, on any server, filter received edits, detect/respond to sauer events like edittoggle, shots, damage, load jpg/png images and build maps with them and much much more ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A wow add-on, with multiple modification of the use interface, for a clear and soft interface. In facte the goal is to have a zen UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    cpptags is a very small program that ties existing Linux/Unix utilities (cpp, ctags) together in such a way as to make the implementation of call tips and tag location more practical. It produces a context-aware tag file from a single C/C++ source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    cslua

    c# lua bind with unity3d project for game development

    c# script lua bind for unity3d game development , use it for ios and android hot update fix and patch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Dcdm-g is based direct client detection mod (dcdm) code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A 3D Horror/Survival game, powered by Ogre/PhysX/Fmod.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB