1
0
Fork 0
Univerxel/TODO.md

1.5 KiB

Features

Data

  • Generate noise
  • Density
  • Robin hood map
  • Octree world
    • Remove density
  • Serialize
    • Variable length encoding
    • Group files
      • Zstd + custom grouping
      • [~] Find best region size
      • Zstd Train dictionary
      • Low memory: Keep only ifstream
      • High memory: Save multiple
      • Unload unused
  • In memory RLE
  • Edition
  • Entity
  • Planet
    • CubicSphere
    • Healpix
  • Galaxy
  • Biomes
  • Leak test
    • Valgrind
      • Xtree-memory
  • sanitizer
    • clang-tidy
    • clang -fall
  • Server
    • ZeroMQ
  • Logger
  • FastNoiseSIMD / HastyNoise double precision

Rendering

Contouring

  • Box contouring

    • Ignore sides
  • LOD

  • Dual MC

    • Octree
  • Collision

  • Dynamic index size

    • Chunk size performance
  • Render with glBufferSubData

  • Frustum Culling

  • Occlusion Culling

  • Document