Skip to content

Commit d903c3b

Browse files
authored
update readme for new release
1 parent c597158 commit d903c3b

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

Diff for: README.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
## Sjoerd's Voxel Engine
2-
<img width="720" alt="1" src="https://github.com/sjoerdev/voxel-engine/assets/59654421/19ef087d-4b09-4c9f-8484-337c434c95e5">
3-
4-
## Information:
5-
This is a voxel engine. In 3D computer graphics, a voxel represents a value on a regular grid in three-dimensional space. Most game engines use polygons to render 3d worlds, which is why this engine is so unique. This engine is made entirely using the OpenGL graphics API and the C# programming language.
2+
<img width="720" src="https://github.com/sjoerdev/voxel-engine/assets/59654421/27839c4e-da45-4b71-8ce1-61472fc9781e">
63

74
## Features:
8-
- ray tracing
9-
- voxel data serialization
10-
- real time voxel editing (sculpting)
11-
- support for a whide range of gpu's
12-
- 3d simplex noise data generation
5+
- Ray Tracing
6+
- Real time voxel editing (sculpting)
7+
- Voxel data serialization
8+
- Support for a wide range of gpu's
9+
- 3D simplex noise data generation
1310

1411
## System Requirements:
1512
- Windows with .NET 7 runtime
1613
- OpenGL 3.3 capable GPU
1714
- Visual C++ Redistributable
1815

1916
## Gallery:
20-
<img width="720" alt="3" src="https://github.com/sjoerdev/voxel-engine/assets/59654421/b81cca90-8e9b-4411-8906-a7aacf65d9bf">
21-
<img width="720" alt="2" src="https://github.com/sjoerdev/voxel-engine/assets/59654421/13696915-6334-4d17-a42c-de377a9801c8">
17+
<img width="720" src="https://github.com/sjoerdev/voxel-engine/assets/59654421/b1be6745-95c4-4561-97be-7dbaa4ddf14d">
18+
<img width="720" src="https://github.com/sjoerdev/voxel-engine/assets/59654421/304425b8-39ae-45c1-a5b5-215952d14409">

0 commit comments

Comments
 (0)