Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 700 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 700 Bytes

Minecraft WebGPU

Minecraft clone in C++ and WebGPU just for fun!

2023/10/10:

Features:

Block placing/destroying, SSAO, simple terrain gen, global shadows, translucent water, imgui-integration

Controls:

left click - destroy block
right click - place block
numbers - switch block
g - show framerate + graph
esc - show options

Tested on macOS (m1).

final state

Build/Run Instructions

git clone https://github.com/williamhCode/minecraft_webgpu.git --recurse-submodules
cd minecraft_webgpu
make build-setup
make build
make run