Starting of a voxel terrain engine

This page summarizes the projects mentioned and recommended in the original post on /r/VoxelGameDev

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • FastNoise2

    Modular node graph based noise generation library using SIMD, C++17 and templates

  • I am using a very fast [noise library](https://github.com/Auburn/FastNoise2). After generating a 64x64 area of noise I turn that into a 64x64x64 array of voxel byte data. I then use my own version of this [greedy meshing algorithm](https://github.com/cgerikj/binary-greedy-meshing).

  • binary-greedy-meshing

    Demo: https://www.youtube.com/watch?v=LxfDmF0HxSg

  • I am using a very fast [noise library](https://github.com/Auburn/FastNoise2). After generating a 64x64 area of noise I turn that into a 64x64x64 array of voxel byte data. I then use my own version of this [greedy meshing algorithm](https://github.com/cgerikj/binary-greedy-meshing).

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is PerlinNoise overloaded to make procedural maps?

    2 projects | /r/gamedev | 12 Dec 2022
  • How do space games handle the scale without loading screens?

    2 projects | /r/howdidtheycodeit | 7 Jun 2022
  • UltraNoise - An OpenSource Node based processing tool for Unity (link in comments)

    4 projects | /r/Unity3D | 12 Jan 2022
  • Cricket, a coherent noise generation and manipulation library

    4 projects | /r/proceduralgeneration | 26 Feb 2021
  • Perlin noise

    1 project | /r/pygame | 28 May 2023