Showing 61 open source projects for "dav-c"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 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
  • 1
    Prism Launcher

    Prism Launcher

    Custom launcher for Minecraft to easily manage installations

    An Open Source Minecraft launcher with the ability to manage multiple instances, accounts, and mods. Focused on user freedom and free redistributability. Install and launch modpacks easily, while keeping them clean. No longer do you need to manually install them, and easily update mod packs, Prism Launcher can do these tasks for you, without installing tons of separate launchers. Prism Launcher is able to download & update individual mods from outside of modpacks using Modrinth and...
    Downloads: 269 This Week
    Last Update:
    See Project
  • 2
    Cubiomes Viewer

    Cubiomes Viewer

    An efficient graphical Minecraft seed finder and map viewer

    Cubiomes Viewer provides a graphical interface for the efficient and flexible seed-finding utilities provided by cubiomes and a map viewer for the Minecraft biomes and structure generation. The tool is designed for high performance and supports Minecraft Java Edition main releases up to 1.21. The tool features a map viewer that outlines the biomes of the Overworld, Nether and End dimensions, with a wide zoom range and with toggles for each supported structure type. The active game version...
    Downloads: 205 This Week
    Last Update:
    See Project
  • 3
    Minecraft Console Client (MCC)

    Minecraft Console Client (MCC)

    Lightweight console for Minecraft chat and automated scripts

    Minecraft Console Client (MCC) is a lightweight cross-platform open-source Minecraft TUI client for Java edition that allows you to connect to any Minecraft Java server, send commands, and receive text messages in a fast and easy way without having to open the main Minecraft game.
    Downloads: 50 This Week
    Last Update:
    See Project
  • 4
    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: 95 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    PolyMC

    PolyMC

    Custom launcher to manage multiple installations of Minecraft at once

    An Open Source Minecraft launcher with the ability to manage multiple instances, accounts, and mods. Focused on user freedom and free redistributability. Install and launch modpacks easily, while keeping them clean. No longer do you need to manually install them, and an updating feature is coming soon. PolyMC can do that for you, without installing tons of separate launchers. Are you sick of finding and adding that one mod you need? PolyMC is able to download & update individual mods from...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 6
    LeviLamina

    LeviLamina

    A lightweight, modular and versatile mod loader for Minecraft Bedrock

    LeviLamina is an open-source Minecraft server platform focused on extending Bedrock Edition server capabilities with a flexible plugin and development environment. The project provides a foundation for building custom server features and gameplay modifications that can run on Bedrock-based multiplayer servers. It aims to offer developers a modern architecture that simplifies the creation of plugins and server extensions while maintaining compatibility with the Minecraft Bedrock protocol....
    Downloads: 20 This Week
    Last Update:
    See Project
  • 7
    PCL Community Edition

    PCL Community Edition

    Community version based on the PCL open source secondary development

    PCL Community Edition is an open-source community-maintained version of the Plain Craft Launcher (PCL), a popular launcher designed for managing and running Minecraft Java Edition. The project focuses on providing a flexible and feature-rich launcher environment that simplifies the process of installing game versions, managing mod loaders, and organizing modded instances. PCL-CE offers tools that help players install and configure modding frameworks such as Forge or Fabric, allowing them to...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 8
    SlopeCraft

    SlopeCraft

    Map Pixel Art Generator for Minecraft

    SlopeCraft is a tool designed to generate 3D pixel art maps for Minecraft. Utilizing Qt, Eigen, and zlib, it allows users to convert images into Minecraft-compatible maps, enabling the creation of intricate pixel art within the game environment. SlopeCraft stands out by offering features that differentiate it from similar tools like SpriteCraft.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    mcrcon

    mcrcon

    Rcon client for Minecraft

    mcrcon is console-based Minecraft rcon client for remote administration and server maintenance scripts. A remote console administration tool for Minecraft servers that enables automated server management via RCON protocol.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    Minecraft Mod Language Package

    Minecraft Mod Language Package

    A language package for Minecraft Mods

    Minecraft Mod Language Package is an open-source localization project that provides translations for a wide range of Minecraft mods, primarily focusing on Simplified Chinese. The repository collects translation files and tools used to convert mod content into localized versions that can be applied directly in the game. The project was created to address common issues where mod developers do not provide official translations or where updates to translations are delayed. Contributors...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    EnTT

    EnTT

    A fast and reliable entity component system (ECS) and much more

    EnTT is a header-only, tiny and easy to use library for game programming and much more written in modern C++. Among others, it's used in Minecraft by Mojang, the ArcGIS Runtime SDKs by Esri and the amazing Ragdoll. The entity-component-system (also known as ECS) is an architectural pattern used mostly in game development. This project started off as a pure entity-component system. Over time the codebase has grown as more and more classes and functionalities were added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    mcmap

    mcmap

    Pixel-art map visualizer for Minecraft

    mcmap is a command-line tool that generates top-down map images of Minecraft worlds. Written in Rust, it efficiently processes Minecraft region files to produce visual representations of terrain and structures, which can be used for navigation, world planning, or archival.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Find releases and source code repositories from Files and Git.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    NBT File System Utilities

    Inspecting and manipulating NBT as a file system

    Named Binary Tag (NBT) is a binary format designed for and used by the game Minecraft to store various data including worlds, player data and many other things. This project provides a way to access those data by simply mounting the corresponding data file as a file system, then reading and writing any value as usual file system nodes. By combining with standard Unix file operation tools, batch editing or copying massive amount of data is very easy, comparing to other generic NBT editing...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    UltimMC Launcher

    UltimMC Launcher

    Offline Minecraft launcher

    UltimMC Launcher is a lightweight open-source Minecraft launcher designed to manage multiple game installations, modpacks, and configuration environments from a single interface. The launcher allows players to create separate instances of Minecraft, each with its own mods, saves, resource packs, and settings, making it easier to maintain different game setups for testing, modded gameplay, or older versions of the game. Built as a fork of the MultiMC launcher project, UltimMC focuses on...
    Downloads: 323 This Week
    Last Update:
    See Project
  • 17
    Clicker

    Clicker

    Advanced Minecraft auto-clicker made in C++

    Minecraft auto-clicker made in modern C++, performance-optimized and easy to use. Tested on Forge, Vanilla, Lunar and Badlion. 1.8.9 and 1.7.10. For advanced users, search for a binary that downloads a file and keeps that file pretty hidden on the filesystem.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 18
    mcrcon

    mcrcon

    Console based rcon client for minecraft servers.

    Mcrcon is IPv6 compliant minecraft rcon client with bukkit coloring support. It is well suited for remote administration and to be used as part of automated server maintenance scripts. - Does not trigger "IO: Broken pipe" or "IO: Connection reset" spam bug on server side. - Has workaround for server side bug (https://bugs.mojang.com/browse/MC-154617) ****************************************************************** Further development and new releases has moved to Github Github...
    Leader badge
    Downloads: 127 This Week
    Last Update:
    See Project
  • 19
    The program for creating and modifying Minecraft maps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Minecraft Texture Studio

    Minecraft Texture Studio

    Easily create resource packs for Minecraft

    Easily create resource packs for minecraft. Program automatically detects your minecraft installation and imports the textures from minecraft allowing you to edit them easily, and import them into minecraft. You can also save your resource pack and give them them to friends, backup them up or post them online. Includes a 3D preview of all the blocks in minecraft and any changes you make to the textures is shown straight away on the preview
    Leader badge
    Downloads: 102 This Week
    Last Update:
    See Project
  • 21
    Minecraft Clicker

    Minecraft Clicker

    Customizable Minecraft auto clicker

    Minecraft Clicker is a customizable Minecraft auto clicker solution. Minecraft AutoClicker with CPS randomization and build function. Designed for Minecraft Java Edition (can't be tested on Bedrock Edition).
    Downloads: 13 This Week
    Last Update:
    See Project
  • 22
    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.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 23

    MC Nether Converter

    Convert Minecraft coordinates to and from the Nether

    A simple app that lets you easily convert Minecraft coordinates between the Nether and the Overworld for the perfect spot to place your Nether portal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    crouton

    crouton

    Chromium OS Universal Chroot Environment (EOL)

    crouton is an open-source set of scripts designed to enable Linux distributions to run alongside Chrome OS on Chromebooks by using a chroot environment that shares the same Linux kernel as the host system. Instead of dual-booting or virtualization, the project installs a Linux system inside a chroot, allowing users to switch quickly between Chrome OS and a full Linux desktop while maintaining performance and compatibility. This approach allows developers, system administrators, and power...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 25

    Minecraft World Utility

    Converts Minecraft world files between formats to allow editing

    The Minecraft World Utility is a set of simple tools for editing Minecraft files and converting them between formats for easier editing. MCWUtil follows the principle of small tools doing one job well and gaining power from chaining many small tools together.
    Downloads: 19 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB