Showing 29 open source projects for "android 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
  • $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
  • 1
    PojavLauncher

    PojavLauncher

    A Minecraft Java Edition Launcher for Android and iOS

    A Minecraft Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for the Android platform.
    Downloads: 1,034 This Week
    Last Update:
    See Project
  • 2
    MinecraftConsoles

    MinecraftConsoles

    A certain block game

    MinecraftConsoles is an open-source project that revives and modernizes the legacy console edition of Minecraft by rebuilding it into a multi-platform, extensible codebase. It is based on the original Legacy Console Edition source and introduces numerous fixes and improvements to enhance stability, performance, and usability on modern systems. The project aims to serve as a foundation for further development such as modding, backports, and experimentation with features that were previously...
    Downloads: 121 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    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: 58 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
  • 5
    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: 41 This Week
    Last Update:
    See Project
  • 6
    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: 1 This Week
    Last Update:
    See Project
  • 7
    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: 1 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    PojavLauncher for iOS

    PojavLauncher for iOS

    A Minecraft: Java Edition Launcher for Android and iOS

    A launcher allowing users to run Minecraft: Java Edition on iOS devices.
    Downloads: 495 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
    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
  • 11
    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: 7 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    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
  • 14
    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: 8 This Week
    Last Update:
    See Project
  • 15
    Washington Has Fallen

    Washington Has Fallen

    A Right Leaning Minecraft Adventure for Bedrock and PE players

    Save President Trump in this Minecraft Bedrock Adventure build over LifeBoat's Washington DC template in the Minecraft Store. Donald Trump has been kidnapped by radicals during the Wahoo Pandemic Outbreak. Your mission - Rescue President Trump, Destroy the Wahoo Lab to contain the virus, have lots of fun. Contains 90% new Redstone and Command Coding, New World Areas, Mission Based Objectives, New Buildings and Transportation Methods, made to be played alone or with up to five friends. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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: 8 This Week
    Last Update:
    See Project
  • 17
    MCinaBox

    MCinaBox

    A Minecraft: Java Edition Launcher for Android

    A Minecraft Java Edition Launcher on Android. MCinaBox is an open source project with the goal of building and developing a Minecraft Java Edition launcher that runs on an Android. Front End provides User Management, Minecraft Version Management, Minecraft Game Controller, Minecraft Startup Parameter Generation, Configuration Backend, Configuration and Management functions to reduce the workload of complete launcher development.
    Downloads: 59 This Week
    Last Update:
    See Project
  • 18
    Cuberite

    Cuberite

    A lightweight, fast and extensible game server for Minecraft

    Cuberite is a lightweight, open-source Minecraft-compatible multiplayer server implementation written primarily in C++. The project was created as an alternative to the official Java-based server software with the goal of improving performance, efficiency, and flexibility. By using C++ instead of Java, Cuberite reduces memory consumption and CPU overhead while still allowing players using the standard Minecraft Java Edition client to connect and play. The software recreates core gameplay...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ReisHost

    ReisHost

    Administre seu servidor de Minecraft através de seu Android!

    Agora você pode administrar seu servidor em qualquer lugar, simples e prático, isso é ReisHost! - Inicie, reinicie e desligue - Utilize o console Veja mais em: https://reishosting.com.br/minecraft
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Minecraft PE Installer
    Hallo! Das ist ein Minecraft Pocket Edition Installer! Immer die neuste Version ist vorhanden. Mit einem einfachen Klick können Sie Minecraft PE installieren.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Reproduction du jeu Minecraft à l'aide du Blender Game Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    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
  • 23
    Android Minecraft Tube

    Android Minecraft Tube

    Android App with the best of minecraft

    android app youtube channel with the best of the best players in the world minecraft all in one app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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: 1 This Week
    Last Update:
    See Project
  • 25

    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
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB