Showing 795 open source projects for "cube 2 engine"

View related business solutions
  • $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
  • 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
  • 1
    Cube 2: Sauerbraten (game engine & FPS)
    3D game engine (more powerful redesign of the Cube engine) and FPS game
    Leader badge
    Downloads: 535 This Week
    Last Update:
    See Project
  • 2
    Spartan Engine

    Spartan Engine

    A game engine with an emphasis on real-time cutting-edge solutions

    ...The engine implements a wide range of advanced graphics features, such as atmospheric scattering, physically based shading, screen-space shadows and ambient occlusion, screen-space reflections, sophisticated shadow mapping, volumetric fog, and HDR output. It supports next-gen performance and image quality technologies including variable rate shading, dynamic resolution scaling, temporal anti-aliasing, and upscaling via XeSS 2 and FSR 3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Parabator 2 (Xtreme3d Engine)

    Parabator 2 (Xtreme3d Engine)

    Simple 3d Top-Down Shooter & Free 3d Board Game

    Attention! This tiny board/shooter game just created for fun, the bugs that are found here will be fixed. * please download two parts zip archives Free 3d board game. License lgpl Created on Xtreme3d engine #boardgame #3d #morrowind #skyrim #heroesofmightandmagic #doom #stategy #rpg Drivers please check the drivers before starting the game Game Engine Xtreme3d engine Controls // Arrow Up & Arrow Down - Sandbox navigation on ga- me (do not use during normal play) // Arrow Left & Arrow Right - Sandbox get money on ga- me (do not use during normal play) // Space – Roll the dice in game (do quickly then Like in shooter game) // Hold Tab - take the figuries (you need find then on map) // Enter key - start new game ----- How to win⠀⠀⠀ Defeat the (boss race) ---Argonian--- Defeat rush of the sin Defeat 665 cyber-demons it's really possible do this Author: Max P. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Stockfish

    Stockfish

    UCI chess engine

    ...Stockfish is a 11-time winner of the Top Chess Engine Championship. Stockfish is open source (GPLv3 license). That means you can read the code, modify it, and contribute back. You can use Stockfish on your computer or on your iOS or Android device. So you can get world-class chess analysis, wherever you are. The Stockfish engine features two evaluation functions for chess, the classical evaluation based on handcrafted terms, and the NNUE evaluation based on efficiently updatable neural networks.
    Downloads: 190 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
    REFramework

    REFramework

    Scripting platform, modding framework and VR support for RE Engine

    A mod framework, scripting platform, and modding tool for RE Engine games. Inspired by and uses code from Kanan. Supports Resident Evil 2, Resident Evil 3, Resident Evil 7, Resident Evil Village, Devil May Cry 5, Monster Hunter Rise. Lua Scripting API (All games), VR, Generic 6DOF VR support for all games, motion controls for RE2/RE3 (RE7 and RE8 motion controls are still WIP!), first person (RE2, RE3), free camera (All games), scene timescale (All games), manual flashlight (RE2, RE3, RE8), FOV slider & vignette disabler (RE2, RE3, RE8).
    Downloads: 253 This Week
    Last Update:
    See Project
  • 6
    OpenLoco

    OpenLoco

    An open source re-implementation of Chris Sawyer's Locomotion

    ...OpenLoco aims to improve the game similar to how OpenTTD improved Transport Tycoon, and OpenRCT2 improved RollerCoaster Tycoon. CSL was originally written in x86 assembly, building on top of the RollerCoaster Tycoon 2 engine. However, the engine has changed substantially enough that OpenLoco currently does not share its codebase with OpenRCT2. The reimplementation efforts of OpenLoco are gradual, aiming to ultimately rewrite the entire game in C++. In the earlier years of the project, the in-game UI has been completely reimplemented, and most of the underlying data and object structures have been uncovered. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Play!

    Play!

    Play! - PlayStation2 Emulator

    Play! is an open-source cross-platform emulator for Sony’s PlayStation 2 that aims to run PS2 games on a wide range of modern systems including Windows, macOS, Linux, Android, iOS, and web browsers by implementing core PS2 hardware functionality in software. It emulates primary components like the Emotion Engine CPU and graphics synthesizer, translating game code and hardware calls into host system operations, while providing users with controls to load disc images, manage states, and configure rendering options. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    CTranslate2

    CTranslate2

    Fast inference engine for Transformer models

    CTranslate2 is a C++ and Python library for efficient inference with Transformer models. The project implements a custom runtime that applies many performance optimization techniques such as weights quantization, layers fusion, batch reordering, etc., to accelerate and reduce the memory usage of Transformer models on CPU and GPU. The execution is significantly faster and requires less resources than general-purpose deep learning frameworks on supported models and tasks thanks to many...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 9
    slua-unreal

    slua-unreal

    lua dev plugin for unreal engine 4 or 5

    Slua-unreal is an unreal4 plugin, which allows you to use Lua language to develop game logic and hot fix your code. It gives you 3 ways to wrap your C++ interface to Lua, including reflection by blueprint, C++ template, and static code generation. It also enables two-way communication between Blueprint and Lua. The advantage of Lua over C++ is that it requires no compilation for logic change, which significantly speeds up the game development process.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    Inja

    Inja

    A Template Engine for Modern C++

    Inja is a template engine for modern C++, loosely inspired by jinja for python. It has an easy and yet powerful template syntax with all variables, loops, conditions, includes, callbacks, and comments you need, nested and combined as you like. Inja uses the wonderful json library by nlohmann for data input. Most importantly, inja needs only two header files, which is (nearly) as trivial as integration in C++ can get.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Mandate Engine

    RTSish Game Engine

    The project is a fork of Glest Advanced Engine for the purposes of adding significant gameplay options, graphics upgrades and GUI upgrades in order to create an engine capable of playing a series of 7 games I wish to create. The 7 games are all based on this IP: Children of the Thousand Suns: The Unaligned Mandate Each game combines a few different genres from this list and others: RTS, TBS, RPG, Sim, City Building, Breeding, Management You can also make mods of various kinds with support for all the features my own games use and possibly more. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    SH-Engine

    SH-Engine

    crossplatform multithreaded object-oriented render and audio engine

    SH-Engine - crossplatform multithreaded object-oriented render and audio engine. Based on OpenGL 3. Support for Windows and Linux. Contains 2D-graphics, 3D-scene and sound.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    QuadRay-engine

    Realtime raytracer using SIMD on ARM, MIPS, PPC and x86

    QuadRay engine is a realtime raytracing project aimed at full SIMD utilization on ARM, MIPS, POWER and x86 architectures. The efficient use of SIMD is achieved by processing four rays at a time to match SIMD register width (hence the name). The rendering core of the engine is written in a unified SIMD assembler allowing single assembler code to be compatible with different processor architectures, thus reducing the need to maintain multiple parallel versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Engine SHELL 3D
    Проект графического движка для создания 2D и 3D сцен. Базируется на функциях OpenGL, DirectX 9,10, вычислениях процессора (программный расчёт сцен).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The GEM 3D engine is a portable, free, open source, easy to use, software development kit which allows you to build high performance 3D graphics applications such as games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ​Parabator 2  (Final Version)

    ​Parabator 2 (Final Version)

    Parabator 2 - Free 3d board game

    Parabator 2 - Complete Edition Complete four hardest levels in the game to win Free 3d board game License lgpl Created on Xtreme3d engine #3d, #postapocalyptic, #boardgame, #tactical, #governmentsim, #survival Attention Game archive is Multi-Part Do not forget download two part archive Внимание Архив игры разбит на две части Не забудьте скачать две части архива для распаковки игры Download link: https://sourceforge.net/projects/parabator-2-3d-board-game/files/Parabator2_2.zip.001/download https://sourceforge.net/projects/parabator-2-3d-board-game/files/Parabator2_2.zip.002/download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OPolyglot

    OPolyglot

    Your Private Offline Translator

    OPolyglot is a fast and fully offline translator that respects your privacy. The application is powered by the robust "Bergamot" engine, allowing you to perform all translations locally on your device without the need for an internet connection. At the current stage of development, OPolyglot offers two key features: Simple Translator: A convenient tool for classic translation of typed or copied text. Screen Translator: A smart feature that allows you to take a screenshot of any screen area, automatically recognize the text (OCR), and instantly translate it. ...
    Leader badge
    Downloads: 2,297 This Week
    Last Update:
    See Project
  • 18
    Vircadia

    Vircadia

    Vircadia open source metaverse platform

    Vircadia is a full coverage ecosystem of open source applications that enable individuals and organizations to deploy their own virtual world solutions. Vircadia’s worlds are among the largest with 16km³ of build space. All building and scripting of your world happens in real-time. This means that building is quick, efficient, and collaborative. Vircadia worlds can be accessed from Windows, Linux, and MacOS. Android, iOS, and Quest 2 support is coming soon. Unlike most platforms, Vircadia is...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Vivid3DIDE

    Vivid3DIDE

    Vivid3D is a C++ IDE/3D engine, with python scripting.

    Vivid3D is a C++ IDE/3D engine, with python scripting. - It uses DX12 or Vulkan, and will support RTX features. It features gameplay facilitated by Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SWBattleships

    Battle alone or in teams with ships from Star Wars against others.

    ...It was one of my favorite Games and I always wanted to drive a Star Wars Capital Ship, so i thought of combining Star Wars with World of Warships and the result is Star Wars Battleships (SWBattleships). After a two failed attemts because of messed up code and failed Engine updates, I restart the whole Project. It will be developed in Unreal Engine 5 with Blueprint and C++. Dont worry it has only something to do with WoWs at first glance, the later result will deferr massively from WoWs. I mean, the Game will be fair and balanced, you will have massive new tactical opportunities, "Captains" have unique abilities, you can also Control one ship as a team, which could make things easier or more difficult and the third dimention will be a new experince. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Parabator 3 version 1.5.1

    Parabator 3 version 1.5.1

    Attention! This tiny board/shooter game just created for fun

    Attention! This tiny board/shooter game just created for fun, the bugs that are found here will be fixed. * please download two parts zip archives Free 3d board game. License lgpl Created on Xtreme3d engine [Morrowind fork] #boardgame #3d #morrowind #skyrim #heroesofmightandmagic #doom #stategy #rpg Drivers please check the drivers before starting the game Game Engine Xtreme3d engine here: https://github.com/xtreme3d/xtreme3d Controls // Arrow Up & Arrow Down - Sandbox navigation on ga- me (do not use during normal play) // Arrow Left & Arrow Right - Sandbox get money on ga- me (do not use during normal play) // Space – Roll the dice in game (do quickly then Like in shooter game) // Hold Tab - take the figuries (you need find then on map) // Enter key - start new game ----- How to win⠀⠀⠀ Defeat the (boss race) ---Argonian--- it's really possible do this Author: Max P. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    GameServer

    GameServer is a sophisticated, game server designed for online games

    GameServer is a sophisticated, game server designed for massively multiplayer online games. Built with a C++ core and extensible Python scripting, it provides solution for managing persistent game worlds with real-time player interactions, advanced networking, and comprehensive monitoring capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OnnxStream

    OnnxStream

    Lightweight inference library for ONNX files, written in C++

    ...So I decided to write a super small and hackable inference library specifically focused on minimizing memory consumption: OnnxStream. OnnxStream is based on the idea of decoupling the inference engine from the component responsible for providing the model weights, which is a class derived from WeightsProvider. A WeightsProvider specialization can implement any type of loading, caching, and prefetching of the model parameters.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 24
    QtRPT

    QtRPT

    Easy-to-use print report library and designer

    QtRPT is the easy-to-use report engine written in C++ QtToolkit. It allows combining several reports in one XML file. For separately taken field, you can specify some condition depending on which this field will display in different font and background color, etc. The project consists of two parts: report library QtRPT and report designer application QtRptDesigner. Report file is a file in XML format.
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • 25
    Unvanquished

    Unvanquished

    Open source FPS/RTS Game

    Unvanquished is a fast-paced, futuristic FPS with RTS elements, pitting technologically advanced humans against hordes of highly adaptable aliens. The player can choose from either team, providing a fresh gameplay experience on both sides of the conflict. The game is under highly active development with new releases frequently published.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB