Voxel Displacement Renderer – Modernizing the Retro 3D Aesthetic

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • VoxelSpace

    Terrain rendering algorithm in less than 20 lines of code

  • Iirc Comanche used a ray tracing approach to render the terrain [1]. No Voxels there, just a 2D height map that is sampled.

    (They called it "VoxelSpace" ... so some confusion is warranted)

    [1] https://github.com/s-macke/VoxelSpace

  • 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
  • DeepBump

    Normal & height maps generation from single pictures

  • There's another approach - Deep Bump.[1]

    Deep Bump is a machine-learning tool which takes texture images and creates plausible normal maps from them. It's really good at stone and brick textures like the ones this voxel displacement renderer is using. It's OK at clothing textures - it seems to be able to recognize creases, pockets, and collars, and gives them normals that indicate depth. It's sort of OK on bark textures, and not very good on plants. This probably reflects the training set.

    So if you're upgrading games of the Doom/Wolfenstein genre, there's a good open source tool available.

    [1] https://github.com/HugoTini/DeepBump

  • I got textures I worked on for a temporarily paused project that I was working on just as a hobby trying to put the game Strife in UE5. https://github.com/navjack/strife-rtx-pbr-textures I handmade a ton of height maps or displacement maps for the textures and they might work really good with this.

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

  • Normal (Height) Maps

    1 project | /r/gamedev | 17 Apr 2023
  • Stable Diffusion textures with Deepbump

    1 project | /r/StableDiffusion | 24 Mar 2023
  • A Guide and Resources to Death Games - Made by the Community - Resources

    1 project | /r/Fanganronpa | 31 Jan 2023
  • AI Seamless Texture Generator Built-In to Blender

    11 projects | /r/blender | 17 Sep 2022
  • how do I make a path from defined points in a CSV?

    1 project | /r/blenderhelp | 9 Dec 2023