Showing 34 open source projects for "hybrid"

View related business solutions
  • 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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    CatServer

    CatServer

    A high performance and high compatibility 1.12.2/1.16.5/1.18.2 version

    CatServer is an open-source hybrid Minecraft server implementation that combines support for both Forge mods and Bukkit-style plugins within the same server environment. Traditional Minecraft server software typically supports either mod loaders such as Forge or plugin systems like Bukkit and Spigot, but CatServer aims to bridge this gap by enabling both ecosystems to coexist.
    Downloads: 215 This Week
    Last Update:
    See Project
  • 2
    Fortnite Developer Account AIO

    Fortnite Developer Account AIO

    All-In-One program that combines multiple Fortnite Dev Account tools.

    Fortnite Developer Account AIO is an all-in-one program that combines multiple Fortnite Dev Account tools. It allows users to access any skin, emote, pickaxe, backbling, or item in Fortnite and even use them in matches where others can see your cosmetics. This program supports various popular tools, ensuring seamless compatibility and ease of use.
    Downloads: 159 This Week
    Last Update:
    See Project
  • 3
    Mech Station Beta

    Mech Station Beta

    Mech Station Beta - Tower Defense like Game

    The mech platform floats through levels and progresses over time. It differs significantly from traditional Tower Defense or Survival games. One of the game's key features is the fine-tuned balance of hundreds of gameplay parameters, based on player-collected statistics. However, this feature is not yet fully implemented — it requires a server machine, which I currently don’t have due to personal circumstances. If anyone can provide a server machine or a service like Google Virtual...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Bullet Physics SDK

    Bullet Physics SDK

    Real-time collision detection and multi-physics simulation for VR

    This is the official C++ source code repository of the Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. We are developing a new differentiable simulator for robotics learning, called Tiny Differentiable Simulator, or TDS. The simulator allows for hybrid simulation with neural networks. It allows different automatic differentiation backends, for forward and reverse mode gradients. TDS can be trained using Deep Reinforcement Learning, or using Gradient based optimization (for example LFBGS). In addition, the simulator can be entirely run on CUDA for fast rollouts, in combination with Augmented Random Search. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 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
  • 5
    Mohist

    Mohist

    Minecraft Forge Hybrid server implementing the Spigot/Bukkit API

    MohistMC is dedicated to pushing boundaries by accomplishing the impossible through the creation of unique hybrid Minecraft software. Additionally, we strive to maintain and enhance select mods and plugins, aiming to provide players with an exceptional gaming experience.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    Mohist 1.20.1

    Mohist 1.20.1

    Minecraft Forge Hybrid server implementing the Spigot

    Tenet is an open-source experimental project related to Minecraft server or modding infrastructure that explores alternative approaches to building scalable and modular gameplay systems. The project aims to provide developers with a framework for experimenting with advanced server architecture and performance-oriented design. By focusing on modular components and extensible design patterns, Tenet allows developers to create systems that can integrate with other Minecraft tools and...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 7
    Retro

    Retro

    Retro Games in Gym

    ...It includes example configurations, datasets, and utilities for building retrieval-augmented generation systems. RETRO represents an important step toward combining large-scale language modeling with information retrieval, offering researchers a foundation to study hybrid approaches for scaling AI responsibly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    nunuStudio

    nunuStudio

    Web powered cross-platform 3D, WebXR game engine

    nunuStudio is an open-source editor + game development environment — a “studio” rather than just a library — designed to let developers create interactive 2D and 3D content through a user-friendly interface. It provides visual tools for scene editing, asset management, materials, and possibly scripting, aiming to reduce the friction of hand-coding every aspect from scratch. As an accessible entrypoint to game or interactive content creation, nunuStudio is well-suited for artists, designers,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Atomic Game Engine

    Atomic Game Engine

    The Atomic Game Engine is a multi-platform 2D and 3D engine

    ...It provides a full suite of engine tools — rendering, scene management, input, asset pipelines, scripting (C++ and optionally JavaScript), and more — which allows teams or solo developers to build rich interactive applications and games without assembling disparate libraries. Because of this versatility, AtomicGameEngine is useful both for small indie games and more ambitious 3D or hybrid projects, especially if developers want an engine that doesn’t lock them into heavy runtime dependencies or license costs. Its architecture encourages modularity and ease of use while still giving access to powerful graphics and engine systems. For developers with C++ experience (or comfortable with JavaScript for scripting), AtomicGameEngine offers a balance between power and ease-of-use.
    Downloads: 3 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10

    qMind

    An open-source MasterMind clone

    qMind is an open-source MasterMind clone written in C++ against Qt. It supports single player against the computer, two players against each other (local) and hybrid local/network multiplayer against the computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Adventure: Revisited

    Adventure: Revisited

    Reenactment of the classic Atari 2600 game

    Adventure Revisited is my attempt at creating a lightweight but HIGHLY ACCURATE open-source and platform independent version of the classic Atari game Adventure. So what is Adventure Revisited? Is it an emulator? A simulator? A port? This may be the first instance of some sort of bizarre hybrid. As mentioned above, I used a dissassembled and annotated version of the original game's source code as a reference in creating this software. Certain pieces of the code could be considered "emulation" - for example, the player/missile collision detection is, in a way, emulating that particular part of the original hardware. I also kept all the game data in the same format as the original source where practical to ensure the most accuracy possible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    TOYVision

    TOYVision

    Toolkit for the easy prototyping of hybrid games for Tabletop Devices

    TOYVision is a software toolkit for the easy prototyping of Hybrid Videogames, mixing physical and virtual elements. Designers and developers of videogames, can use ToyVision to develop computer augmented hybrid games, based on manipulation of physical playing pieces and body gestures. ToyVision, supports Reactivision to comunicate with visual based Tabletop devices /http://nuigroup.com/go/lite), and Kinect sensor to track players movements ToyVision enables passive (carried out by the player) and active (carried out by the computer through the Arduino microcontroller) Any programming language can be used to develop games with toyvision, provided by implementing a TCP-IP socket. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Iron Fist

    Iron Fist

    Your death sentence awaits...

    Iron Fist - Updated, improved and renewed, this new production brings the raw power of the most improved Cube 2 Engine with all new optimization and portability. Soon to be out for Linux and Macintosh OS. Iron Fist is a single-player and multi-player first-person shooter, built as a hybrid of Red Eclipse 1.2, and is a conversion of Cube Engine 2 (Sauerbraten). Iron Fist is a Cure Production. Your death sentence awaits...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Conqueror Chess Engine

    Conqueror Chess Engine

    A powerful chess engine written in C++

    A powerful chess engine written in C++. It currently implements hybrid board representation, alphabeta pruning, quiescence search, static evaluation, legal move generator, iterative deepening, MVV/LVA move reordering, makemove, unmakemove and uci move representation standard, tapered evaluation. Elostat gives the current version an ELO of 2100 measured over 50 games.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Xye

    Xye

    Challenging Puzzle / Arcade hybrid

    Xye is an abstract puzzle game in which you direct a green circle across various puzzles to get all the gems in a room. There are monsters, hazards and complicated riddles all around.
    Downloads: 52 This Week
    Last Update:
    See Project
  • 16
    TetraCity
    A "falling block" and "city simulation" hybrid game
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Oxymous Prime
    This game is a hybrid between a shot'em up and a platform, he was developer with rpgmaker vx and released with freeware license. The story is composed by nine missions. The player control Oxy, a famous bounty hunter. The current mission of Oxy is to save a rare bird kidnapped by the groulen poacher Borden. Borden is hidden in a groulen Mothership, Oxy must break into the ship and fight an army of robots and soldiers for complete his mission.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Trouble in Libreland

    Trouble in Libreland

    RTS RPG hybrid game with realistic army and combat management.

    Trouble in Libreland is a 2D real-time strategy game that will be written in C++ using Gorgon Game Engine. The project is initiated in order to compete in Liberated Pixel Cup. The game will take a place in a town called Libreland which is being attacked by wildlings. The aim of the game is to protect the town from wildlings by training soldiers and artisans; upgrading them with the taxes paid by citizens. Story and more details are available in the Wiki page.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    The SCND Genesis: Legends

    The SCND Genesis: Legends

    The SCND Genesis: Legends

    The SCND Genesis: Legends is a fighting game based on the web comic The SCND Genesis. The battle system is a hybrid of turn based RPG's and conventional 2D Fighters
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    A hybrid science-fantasy RPG set in the near future. Sunderworld has the dungeon-crawling hack-and-slash goodness of Diablo and the rewarding puzzle-solving elements of Zelda. This is a work in early Alpha, and needs contributors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a graphical chessboard (like XBoard) for new chess variant called 'hybrids'. It is also intended to support other variants, at least the ortodox one; save/load games in PGN format; communicate to chess engines and ICS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WhichBot is an AI for Natural Selection, the RTS/FPS hybrid Half-Life mod. It provides players for the alien team.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A hybrid of 'Lights Out' and 'Destructo Match'(from Neopets). This is a the Manta project from the YPP Grand Crafting Puzzle Project. See http://forums.puzzlepirates.com/community/mvnforum/listthreads?forum=35 for more details on the GCPP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Plugins for Hybrid Java based Bot engine that is capable of creating 'bots' for use with the MMOG: Continuum http://www.getcontinuum.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A C++ game using SDL. A hybrid RPG/Adventure game, where the main character has to leave a dungeon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB