Voxel

Top 23 Voxel Open-Source Projects

  • Minetest

    Minetest is an open source voxel game-creation platform with easy modding and game creation

  • Project mention: Lessons from Open-Source Game Projects | dev.to | 2024-04-10

    Minetest - Minecraft-inspired voxel game engine. C++

  • 3D-Machine-Learning

    A resource repository for 3D machine learning

  • Project mention: 3d cartoon Model | /r/StableDiffusion | 2023-05-31
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • MarkovJunior

    Probabilistic language based on pattern matching and constraint propagation, 153 examples

  • VoxelSpace

    Terrain rendering algorithm in less than 20 lines of code

  • Project mention: VoxelSpace – Terrain rendering algorithm in less than 20 lines of code | news.ycombinator.com | 2023-10-28
  • veloren

    An open world, open source voxel RPG inspired by Dwarf Fortress and Cube World. This repository is a mirror. Please submit all PRs and issues on our GitLab page.

  • Project mention: MagicaVoxel – A free voxel art editor and interactive path tracing renderer | news.ycombinator.com | 2023-10-28

    I've never used it, but (from what I've seen) is a great tool for modeling Voxels.

    Shameless plug: The format (and the tool) had been used with great success in Veloren, an Open Source Voxel MMORPG written in rust (https://www.veloren.net/). The artist team has made great assets for the game and landscapes for the release parties.

    Your should check out the project, it is really cool.

    (Disclaimer: I'm part of the mod team.)

  • Terasology

    Terasology - open source voxel world

  • Project mention: Lessons from Open-Source Game Projects | dev.to | 2024-04-10

    Terasology - Minecraft-inspired voxel game. Java

  • OpenVDB

    OpenVDB - Sparse volume data structure and tools

  • Project mention: PicoGK is a compact and robust geometry kernel for Computational Engineering | news.ycombinator.com | 2024-04-14

    In the README there is a section title "On the shoulders of giants" that probably points to the main reason. This project is a layer overtop https://www.openvdb.org/

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • VoxelPlugin

    Voxel Plugin for Unreal Engine

  • Project mention: What are the limits of blueprints? | /r/unrealengine | 2023-05-25

    There's also a performance question. While we can now use Blueprint nativization to convert Blueprints to C++ the result will be a fairly naive version, fast enough for most purposes but not if you're trying to push every bit of performance. This is where you're looking at making sure you're hitting things such as using the CPU cache as well as possible for an ECS system (Look at ENTT or Flecs if you want to see what they're about and why you'd want one), or a system needing to process massive amounts of data quickly such as the Voxel Plugin.

  • openspades

    Compatible client of Ace of Spades 0.75

  • Project mention: Open source Diablo 1 engine – DevilutionX 1.5.0 released | news.ycombinator.com | 2023-06-17

    Ace of Spades is one. I usually play with the OpenSpades client[1], but there is also Betterspades[2], and probably many other clients I don't know of yet. There are usually about 10-50 players online on the public servers listed on BuildAndShoot[3], variable depending on the time of day and mostly from Latin America it seems.

    One can host the game with piqueserver[4]. I'm not sure if one can still host with the original Ace of Spades server, but the game was 'shut down' in 2019 so maybe not.

    [1]: https://openspades.yvt.jp/

    [2]: https://github.com/xtreme8000/BetterSpades

    [3]: https://www.buildandshoot.com/servers/

    [4]: https://www.piqueserver.org/

  • vengi

    free and open source voxel art tools - editor, thumbnailer and format converter

  • geom

    2D/3D geometry toolkit for Clojure/Clojurescript

  • Project mention: Implementing a 2d-tree in Clojure | dev.to | 2024-04-08

    On the flip side, I got to read some of the Clojure source code, which was very educational. I also got to understand a bit more the usefulness of protocols (using defprotocol and defrecord to provide several implementations). Here it was very useful to read the source code of thi-ng/geom.

  • open-builder

    Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server

  • noa

    Experimental voxel game engine.

  • UE4VoxelTerrain

    Unreal Engine 4: Smooth voxel terrian example

  • Marching-Cubes-Terrain

    Marching Cubes terrain implementation in Unity using the Job System and the Burst compiler

  • flying-squid

    Create Minecraft servers with a powerful, stable, and high level JavaScript API.

  • Marching-Cubes

    Marching cubes in Unity (by Scrawk)

  • Pix2Vox

    The official implementation of "Pix2Vox: Context-aware 3D Reconstruction from Single and Multi-view Images". (Xie et al., ICCV 2019)

  • Voxel-Core

    Voxel plugin for the Godot game engine!

  • FileToVox

    Tool for convert files into Magicavoxel file

  • opengametools

    A set of open c++ game development tools that are lightweight, easy-to-integrate and free to use. Currently hosting a magicavoxel .vox full scene loader.

  • Project mention: We just released version 0.15.0 full of our Avoyd Voxel Editor with Export to MagicaVoxel .vox | /r/VoxelGameDev | 2023-05-17

    Note for programmers: we use ogt_vox.h from opengametools by /u/jpaver so if you're using C/C++ you should be able to add .vox loading to your code which supports scenes exported by Avoyd relatively easily with this.

  • Cubyz

    Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects.

  • ObjToSchematic

    A tool to convert 3D models into Minecraft formats such as .schematic, .litematic, .schem and .nbt

  • Project mention: Mermaid shell-shaped house | /r/Minecraftbuilds | 2023-05-29

    I found a 3D model of a conch shell (OBJ format) and I uploaded it to objtoschematic.com where I decided the final size and which block to use. The site produced a structure file (nbt) of the shell composed of only pink wool blocks.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Voxel related posts

Index

What are some of the best open-source Voxel projects? This list will help you:

Project Stars
1 Minetest 10,046
2 3D-Machine-Learning 9,441
3 MarkovJunior 6,780
4 VoxelSpace 5,794
5 veloren 5,357
6 Terasology 3,620
7 OpenVDB 2,425
8 VoxelPlugin 1,522
9 openspades 1,104
10 vengi 1,020
11 geom 939
12 open-builder 689
13 noa 601
14 UE4VoxelTerrain 571
15 Marching-Cubes-Terrain 545
16 flying-squid 521
17 Marching-Cubes 449
18 Pix2Vox 439
19 Voxel-Core 431
20 FileToVox 419
21 opengametools 350
22 Cubyz 342
23 ObjToSchematic 316

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com