Showing 19 open source projects for "game engine"

View related business solutions
  • 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
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 1
    Sodium

    Sodium

    A Minecraft mod designed to improve frame rates

    Sodium is a powerful rendering engine and optimization mod for the Minecraft client which improves frame rates and reduces micro-stutter while fixing many graphical issues in Minecraft. A Minecraft mod designed to improve frame rates and reduce micro-stutter.
    Downloads: 154 This Week
    Last Update:
    See Project
  • 2
    VulkanMod

    VulkanMod

    Vulkan renderer mod for Minecraft

    This is a fabric mod that introduces a brand new Vulkan-based voxel rendering engine to Minecraft Java in order to both replace the default OpenGL renderer and bring performance improvements.
    Downloads: 83 This Week
    Last Update:
    See Project
  • 3
    GrimAC

    GrimAC

    Fully async, multithreaded, predictive, open source, 3.01 reach

    GrimAC is an open-source anticheat system designed to detect and prevent cheating on Minecraft multiplayer servers through predictive simulation and advanced movement analysis. The project uses a simulation-based detection engine that recreates player movement and physics in order to identify discrepancies between legitimate gameplay and modified client behavior. By analyzing how players move, interact with the world, and send network packets to the server, Grim can detect a variety of...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Skript

    Skript

    Skript is a Bukkit plugin which allows server admins

    Skript is (surprise, surprise) a scripting plugin for the Bukkit platform. It is easy to use for simple tasks, but you can also create really complex things with it. The syntax of Skript is close to English, but it is still not magic. While you might succeed with experimentation for simple tasks, for anything more complex you will need some guidance. You will find all supported features of the plugin here, along with some useful examples. We don't have tutorials yet, but you can find good...
    Downloads: 8 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    MinecraftDeveloperGuide

    MinecraftDeveloperGuide

    Minecraft developer Chinese guide

    MinecraftDeveloperGuide is an open-source documentation project designed to help developers learn how to create modifications, tools, and extensions for Minecraft. The guide functions as a comprehensive knowledge base that explains many aspects of Minecraft development, including modding frameworks, programming concepts, and the internal mechanics of the game’s software architecture. It serves as a structured learning resource for developers who want to understand how to create mods,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Minecraft server optimization guide

    Minecraft server optimization guide

    Minecraft server optimization guide

    Minecraft Optimization Guide is an open-source documentation project that provides practical guidance for improving the performance of Minecraft servers. Rather than offering a single universal configuration, the guide explains how different server settings, software choices, and infrastructure decisions affect server performance and stability. It covers a wide range of topics including server software selection, configuration tuning, JVM parameters, hardware considerations, and common...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    hematite

    hematite

    A simple Minecraft written in Rust with the Piston game engine

    Hematite is an experimental open-source project that attempts to reimplement aspects of the Minecraft game engine using the Rust programming language. Developed within the Piston ecosystem, the project serves primarily as a technical experiment exploring how Rust can be used to build complex game systems such as rendering, world simulation, and client architecture. Hematite aims to replicate core elements of Minecraft’s mechanics while leveraging Rust’s safety guarantees and modern performance capabilities. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Phosphor (for Fabric)

    Phosphor (for Fabric)

    A Fabric mod designed to improve the performance of Minecraft

    Phosphor is a free and open-source Minecraft mod (under GNU GPLv3) aiming to save your CPU cycles and improve performance by optimizing one of Minecraft's most inefficient areas-- the lighting engine. It works on both the client and server and can be installed on servers without requiring clients to also have the mod. The mod is designed to be as minimal as possible in the changes it makes, and as such, does not modify the light model or interfaces of vanilla Minecraft. Because of this,...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Valence

    Valence

    A Rust framework for building Minecraft servers

    Rust framework for building Minecraft: Java Edition servers. Built on top of Bevy ECS, Valence is an effort to create a Minecraft-compatible server completely from scratch in Rust. You can think of Valence as a game engine for Minecraft servers. It doesn't do much by default, but by writing game logic yourself and leveraging Bevy's powerful plugin system, you can make almost anything. Opinionated features like dynamic scripting, dedicated executables, and vanilla game mechanics are all expected to be built as optional plugins. This level of modularity is desirable for those looking to build highly custom experiences in Minecraft such as minigame servers.
    Downloads: 0 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
  • 10
    GoCraft

    GoCraft

    A Minecraft like game written in go

    ...The game engine provides essential features such as world rendering, chunk management, and interaction with blocks through simple controls. It also includes multiplayer functionality through a client-server architecture that allows multiple players to interact in the same world environment. The project was originally created as an experimental or educational exercise to demonstrate how the Go language can be used to develop game engines and networked sandbox games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FarPlaneTwo

    FarPlaneTwo

    Level-of-Detail renderer in Minecraft. Allows for render distances

    FarPlaneTwo is an experimental open-source Minecraft mod that introduces a Level-of-Detail (LoD) terrain rendering system designed to dramatically extend how far players can visually see across the game world. Instead of rendering distant terrain using the same detailed chunk system as nearby areas, the mod generates simplified representations of terrain that require far fewer resources to display. This approach allows players to view landscapes at extremely large distances while maintaining acceptable performance levels. The project aims to support render distances far beyond the limits of the standard Minecraft engine, potentially reaching hundreds of thousands or even millions of blocks. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Starlight Fabric

    Starlight Fabric

    Rewrites the light engine to fix lighting performance

    Starlight is a performance optimization project for Minecraft that completely rewrites the game’s internal lighting engine to improve efficiency and reduce lighting-related lag. The original Minecraft lighting system can be computationally expensive when generating terrain or updating large structures, which can cause performance problems on servers and heavily modded environments. Starlight replaces this system with a redesigned algorithm that processes lighting calculations more...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Reproduction du jeu Minecraft à l'aide du Blender Game Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    PeterSvP's Game Framework

    Simple, component-based game engine based on Ogre and PolyVox,

    This engine is used for implementing of voxel based games like Minecraft. Please note that all art that is done by me is copyrighted by me but there are still way too much placeholder images. The final game Crafterria will not be open-source, but the engine will most likely be such.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Gameserver Installer/Startscripts Linux

    Gameserver Installer/Startscripts Linux

    Gameserver Installer/Startscript for HL1 and HL2 Games

    Gameserver Installation Scripts for Linux Supported Games HL1 Engine -Counter-Strike 1.6 -Counter-Strike: Condition Zero -Day of Defeat Supprted Games HL2 Engine -Counter-Strike: Source -Counter-Strike: Global Offensive -Team Fortress 2 -Day of Defeat: Source -Left 4 Dead 2 -Garrys Mod Minecraft -Minecraft Server Version 1.6.1 Supported Languages -German -English
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    PowerBlock

    Fast Minecraft Classic Server

    PowerBlock is a server written from scratch for Minecraft classic. What sets it apart from other software its huge versatility. Thanks to the Rhino scripting engine, anyone can create scripts, or plugins, for PowerBlock in Notepad! No complicated IDE setup required! Written in Java, PowerBlock can be run on ANY Operating System, unlike other software which requires Mono, and other heavy, sluggish frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    sauercraft

    A minecraft clone thing on the cube 2 engine

    a minecraft clone in cube engine 2. it is going to utilize build 101 of cube 2 released on December 2nd 2008. currently being planned, any help is needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Another Minecraft custom server, just the core net and script engine will be OSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RasaCraft is a demonstration game used to build a solid engine for the project RasaelSideEngine. It is a game inspired by minecraft and terraria and uses code and ideas from world of squares game and other similar games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB