update blurb about voxel engine

This commit is contained in:
Crispy 2022-06-02 19:50:14 +02:00
parent a8e3aa948d
commit cb5d7c726b
6 changed files with 8 additions and 10 deletions

View file

@ -23,7 +23,7 @@
<h2><a href="/voxels">Voxel engine in godot-rust</a></h2>
<a href="https://github.com/CrispyPin/gd-voxel-rs">https://github.com/CrispyPin/gd-voxel-rs</a>
<p>
I am making a voxel engine in rust to learn rust and godot-rust as well as explore voxel systems.
I made a voxel engine in rust to learn rust and godot-rust as well as explore voxel systems. It has (practically) infinite terrain generation, lets you place and remove voxels and supports transparent voxel types. The main point was to develop an optimised meshing algorithm.
</p>
<video src="/voxels/demo.mp4" controls height="320">video not supported :(</video>
</section>