https://github.com/ashwanirathee/Miner.jl
Voxel World Simulator written with Makie in Julia
https://github.com/ashwanirathee/Miner.jl
julia makie voxel
Last synced: about 2 months ago
JSON representation
Voxel World Simulator written with Makie in Julia
- Host: GitHub
- URL: https://github.com/ashwanirathee/Miner.jl
- Owner: ashwanirathee
- Created: 2023-03-28T14:11:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T16:48:28.000Z (about 1 year ago)
- Last Synced: 2025-03-18T05:22:51.341Z (about 2 months ago)
- Topics: julia, makie, voxel
- Language: Julia
- Homepage:
- Size: 8.16 MB
- Stars: 39
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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:
[](https://youtu.be/S-uLTsE2wZg)
## References and Credits
- Player Controller Camera initially written by @ffreyer