Showing 152 open source projects for "modules"

View related business solutions
  • Planfix: Manage Projects, Team's Tasks and Business Processes Icon
    Planfix: Manage Projects, Team's Tasks and Business Processes

    All-in-One Enterprise-Level Software is Now Available for SMB

    Planfix is like a souped-up business process management system for folks who really know their stuff. It's built to help you dive deeper and gives you more options than your run-of-the-mill project and task management systems. Best part? Even small businesses and non-profits can get in on the action.
    Learn More
  • CloudZero: The Cloud Cost Optimization Platform Icon
    CloudZero: The Cloud Cost Optimization Platform

    CloudZero automates the collection, allocation, and analysis of your infrastructure and AI spend to uncover waste and improve unit economics.

    CloudZero is the leader in proactive cloud cost efficiency. We enable engineers to build cost-efficient software without slowing down innovation. CloudZero's next-generation cloud cost optimization platform automates the collection, allocation, and analysis of cloud costs to uncover savings opportunities and improve unit economics. We are the only platform that enables companies to understand 100% of their operational cloud spend and take an engineering-led approach to optimizing that spend. CloudZero is used by industry leaders worldwide, such as Coinbase, Klaviyo, Miro, Nubank, and Rapid7.
    Learn More
  • 1
    Pygame

    Pygame

    Set of Python modules designed for writing video games

    Pygame is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. Like SDL, pygame is highly portable and runs on nearly every platform and operating system.
    Downloads: 264 This Week
    Last Update:
    See Project
  • 2
    Atmosphère

    Atmosphère

    Atmosphère is a work-in-progress customized firmware for the Nintendo

    Atmosphère is an open-source custom firmware platform for the Nintendo Switch that enables advanced system customization, homebrew development, and extended functionality beyond the official operating system. It replaces and modifies key components of the system software, including the bootloader, kernel modules, and system services, allowing developers to hook into and extend system behavior. The project is composed of multiple subsystems such as Fusée for bootloading, Exosphère for secure monitor customization, and Stratosphère for system module extensions. It provides a foundation for running custom applications, modifying system behavior, and experimenting with low-level features of the Switch hardware. ...
    Downloads: 92 This Week
    Last Update:
    See Project
  • 3
    ET

    ET

    Unity3D Client And C# Server Framework

    ET is a game development framework combining a Unity3D client and a C# server architecture, intended to streamline common game modules, facilitate distributed server setups, and support AI-assisted development workflows. It emphasizes modular component design, networking, and automated tooling (e.g. test case generation, code scaffolding) to lighten the burden of writing game logic and server infrastructure. Modular component design allowing server modules to be composed based on role (e.g. memory, routing, services). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Liquid Bounce

    Liquid Bounce

    A free mixin-based injection hacked client for Minecraft

    ...Unlike many of its competitors, LiquidBounce is completely free, open source and compatible with Fabric. LiquidBounce's JavaScript API allows you to take care of that yourself. With just a few lines of code, you can develop your own modules and share them with the community. LiquidBounce allows you to customize the HUD according to your personal needs. So if you don't like the standard design, you can easily customize it to your exact needs. We believe quality does not have to be come with a price tag and therefore offer LiquidBounce for free. No hidden costs, no premium features. ...
    Downloads: 109 This Week
    Last Update:
    See Project
  • Cycloid: Hybrid Cloud DevOps collaboration platform Icon
    Cycloid: Hybrid Cloud DevOps collaboration platform

    For Developers, DevOps, IT departments, MSPs

    Enable your developers to do their best work and increase time-to-market speed with a leading DevOps and Hybrid Cloud platform.
    Learn More
  • 5
    roblox-ts

    roblox-ts

    A TypeScript-to-Luau Compiler for Roblox

    roblox-ts is an attempt to bridge the abilities of TypeScript to work in a Roblox environment. We break down your code into an abstract syntax tree and emit functionally similar structures in Luau so that the code behaves the same.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 6
    genact

    genact

    A nonsense activity generator

    Pretend to be busy or waiting for your computer when you should actually be doing real work! Impress people with your insane multitasking skills. Just open a few instances of genact and watch the show. genact has multiple scenes that pretend to be doing something exciting or useful when in reality nothing is happening at all. You don't have to install anything! For your convenience, prebuilt binaries for Linux, OSX and Windows are provided here that should run without any dependencies....
    Downloads: 14 This Week
    Last Update:
    See Project
  • 7
    AzerothCore

    AzerothCore

    Complete Open Source and Modular solution for MMO

    ...It is written primarily in C++ and provides a complete backend infrastructure for running private game servers, including world simulation, player interaction, combat systems, and database-driven content. The project is highly modular, allowing developers to extend or modify game behavior through plugins and custom modules without altering the core engine. It emphasizes stability and “blizzlike” accuracy, meaning it strives to replicate the original mechanics of the official game as closely as possible. The framework is also used as an educational resource for understanding how large-scale online game servers are structured and maintained. It includes tools for managing server configuration, content scripting, and database operations.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8
    Goonstation

    Goonstation

    Repository for the Goonstation branch of SS13

    Goonstation is a community-maintained branch of the classic Space Station 13 (SS13) game, built on the BYOND / DMM / DM engine and custom code, with extensive maps, gameplay mechanics, user interfaces, and game modes. The repository houses the full game code, assets (maps, sound, icons, interface), configuration, and tools for running and contributing to a Goonstation server. It aims to offer a stable, feature-rich, roleplay/game environment with many custom systems (e.g., unique mechanics,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Defold

    Defold

    Free game engine for development of desktop, mobile, and web games

    Defold is an open-source, cross-platform game engine originally developed for 2D games but also capable of 3D — intended to give developers a turnkey solution for building games for desktop, mobile, web, and even consoles. It ships as a full editor/IDE, combining scene editing, asset management, scripting, and build/export pipelines, so developers don’t need to assemble disparate tools themselves. Game logic is written in Lua (with optional native extensions in C/C++ when needed), and the...
    Downloads: 13 This Week
    Last Update:
    See Project
  • deskbird is the most intuitive desk booking app for your hybrid office. Icon
    deskbird is the most intuitive desk booking app for your hybrid office.

    With deskbird, creating an efficient workplace has never been easier.

    For companies in need of a people-centric workplace management solution so employees can see who is in the office, schedule their office and work-from-home days, and book resources for office days.
    Learn More
  • 10
    Evennia

    Evennia

    Python MUD/MUX/MUSH/MU* development system

    ...Rather than prescribing a rigid game structure, Evennia gives you a bare-bones but powerful foundation: default systems handle networking, database/storage, server management, user accounts, characters, rooms, items, chat channels, and basic commands — but you define the gameplay rules, content, and game logic yourself in pure Python modules. Because you use regular Python, you get all the benefits of a modern language: familiar syntax, standard libraries, version control, and rapid iteration, rather than a custom scripting language. The framework supports both traditional MUD clients (telnet-style) and a built-in HTML5 webclient, making it accessible to users on browsers or standard clients alike.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Matter.js

    Matter.js

    A 2D rigid body physics engine for the web

    ...This engine can power everything from dynamic interactive animations and educational simulations to fully fledged physics-based games, and it works across major browsers and devices. Through modules such as Matter.Body, Matter.Composite, and Matter.Constraint, developers can create complex scenes with multiple bodies, jointed structures, and collision responses. Matter.js is popular in the web development community due to its simplicity, extensibility, and rich documentation, allowing both beginners and experienced programmers to leverage physics without deep expertise.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    mapgen2

    mapgen2

    Map generator for games

    mapgen2 is a procedural map / island generator intended for games. It focuses on generating continent/island style maps (coastlines, mountains, rivers, etc.) with a vector / polygonal structure rather than a full high-resolution tile grid. Originally written in ActionScript, this tool emphasizes generating aesthetically pleasing island maps with realistic natural features while keeping computational complexity manageable. It supports exporting to SWF (Flash) via appropriate tooling. The most...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Ct.js

    Ct.js

    Ct.js is a desktop game engine that makes learning programming fun

    ...The code editor highlights errors and provides documentation right while writing your code. ct.js is based on Pixi.js, works on WebGL and provides great performance in browsers and desktop environments. Modules add new powers, and when ct.js is not enough, you can add any JS code or library. A small stylized adventure with AI-powered sea battles, violent environment, and little puzzle sections. Join the voyage to save a colony from a deadly disease!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Botcraft

    Botcraft

    Botcraft is a cross-platform C++ library to create bots

    Botcraft is an advanced Minecraft bot framework that provides a full client implementation in Node.js, enabling bots to join Minecraft servers, interact with the world, and perform tasks like mining, fighting, and building. It leverages the mineflayer ecosystem to provide a highly programmable interface for automation and AI experimentation in Minecraft. Botcraft is particularly useful for AI researchers, game modders, and automation enthusiasts who want to explore pathfinding, environment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Data Crow

    Data Crow

    The ultimate cataloguer

    Data Crow allows you to use the standard movie & video (divx, xvid, DVD, Blu-ray, etc), book (and eBooks), images, board games, comic books, games & software, music (mp3 and other music files) cataloguing modules. Besides these modules, which you can change to fit your requirements, you can create new modules (want to catalogue your stamps, equipment, or anything else?). The GUI is skinnable. Reporting (using JasperReports and their community edition JasperSoft Developer Studio ), loan administration, item importing & exporting, backup & restore and many other optional features are waiting for you.
    Leader badge
    Downloads: 251 This Week
    Last Update:
    See Project
  • 16
    Roblox Grow a Garden Script

    Roblox Grow a Garden Script

    Instantly grow, auto-harvest, and earn unlimited cash!

    ...The script is easy to use, supports toggle-based GUI, and bypasses most common anti-cheat methods. With a single keybind, you can activate full auto mode or use specific modules as needed. Take full control over your garden and reach max upgrades in minutes!
    Leader badge
    Downloads: 118 This Week
    Last Update:
    See Project
  • 17
    Grow a Garden Script

    Grow a Garden Script

    Grow a Garden Script - Auto Farm, Infinite Seeds, Sell All

    ...The script is easy to use, supports toggle-based GUI, and bypasses most common anti-cheat methods. With a single keybind, you can activate full auto mode or use specific modules as needed. Take full control over your garden and reach max upgrades in minutes! What is the best executor for Roblox scripts? The best executor for Roblox, specifically for Grow a garden, is Bunni. It's simple, available on windows devices, and easy to use. https://sourceforge.net/projects/bunni-roblox-executor/
    Leader badge
    Downloads: 50 This Week
    Last Update:
    See Project
  • 18
    Infinite Yield

    Infinite Yield

    Infinite Yield FE is a powerful FE admin script for Roblox

    ...It is often used by developers and advanced users to inspect game internals, test features, or automate interactions within Roblox worlds. The script also supports additional modules such as DEX (a popular Roblox explorer tool) and VR compatibility, expanding its functionality beyond basic command execution. Its extensibility and active feature set make it one of the more comprehensive admin tools available in this niche.
    Downloads: 240 This Week
    Last Update:
    See Project
  • 19
    CityBinder for Homecoming

    CityBinder for Homecoming

    Easily create custom key bind files for "City of Heroes: Homecoming"

    ...You can save your data in profiles for later editing and import/export individual binds. Afflicted by "alt-itis?" Add your favorite commands to a default profile to make creating custom character binds a snap! Modules (like "Inspiration Popper" and "Mastermind Henchmen Binds") make complex set-ups much simpler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Piccolo Engine

    Piccolo Engine

    Mini game engine for games104

    ...Its architecture is likely modular and minimalistic, avoiding heavy assumptions or “one-size-fits-all” paradigms. As an open-source project, Piccolo allows developers to inspect and modify internal workings, integrate external libraries or modules as needed, and adapt to unconventional or experimental use cases. For developers who prefer control over their tech stack and want a lean foundation to build on — be it for games, tools, or prototypes — Piccolo can be a strong starting point.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    qengine

    qengine

    Retro game engine for creating games like it's 1997

    ...In fact, many features were removed to reduce the complexity of the codebase and make the process of creating new games on top of the engine easier and faster. Removal of overly specific gameplay code, such as enemies and weapons. Merge of modules into a single package. No more DLLs, just a single executable for client and another for server. qengine stands on the shoulders of giants from the Quake II community. The code is built upon Yamagi Quake II, which itself contains code from other amazing projects.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Develop an experimental framework for simulated multiplayer (model) railroads. It could be based on the VRML/X3D standard and it could use internal scripting with ECMAScript and MU systems that provide network sensor interfaces. Project Homepage: http://simulrr.sourceforge.net The SRR Framework has been used by the SrrTrains v0.01 project Demo 2012: https://www.youtube.com/watch?v=bHBwXmMfF1c Home of SrrTrains: https://lc-soc-lc.at/host
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    P8

    P8

    PICO-8 dependency manager

    p8 is a dependency manager for PICO-8 that allows developers to import Lua or Moonscript modules, spritesheets, and automatically reload carts during development. It streamlines the workflow for PICO-8 projects by managing dependencies and facilitating code organization.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    KSFramework

    KSFramework

    QQ Group:538722494,KSFramework = KEngine + SLua(or xLua)

    ...Hot reloading is the development focus of KSFramework - without restarting the game, reloading the code and configuration table can immediately see the modification effect, maximizing the speed of development and debugging, and facilitating hot updates during the operation phase. For programmers, basic function modules such as AssetBundle loading and packaging, scripted UI, automatic generation of configuration table code, download and update can be used, which greatly reduces the workload of basic functions around the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DACPEI

    DACPEI

    Conceptual design of Light Fixed Wing Aircraft

    DACPEI is a WYSIWUG Software for Conceptual design of Light Fixed Wing aircraft. It is specifically designed to be intuitive and easy to use by engineering students (not necessary aerospace/aeronautics). DACPEI is divided in 9 modules, for analyzing mission profile, Aircraft performance, propulsion and layout design, as well as sketch component for developing aircraft drawings. DACPEI enable users to export their design to the FlightGear flight simulator software, enabling the designer to "test-drive" their designs while they are on the drawing board. Designers will get an immediate feel for the performance and handling qualities of their designs in less than 7 minutes.
    Downloads: 9 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB