Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 617 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 617 Bytes

Miner.jl

Voxel World Simulator written using Makie's GLMakie backend in Julia

Features:

  • Uses GLMakie's GPU based rendering for fast rendering of large voxel worlds
  • Uses Julia's multithreading for various tasks
  • Utilizes Coherent Noise Library for generating terrain
  • Can be used as testing ground for image processing and computer vision tasks
  • Has a inbuilt music player using Channels and playing audio with WAV.jl

Updates:

IMAGE ALT TEXT HERE

References and Credits

  • Player Controller Camera initially written by @ffreyer