Skip to content

Commit c77db91

Browse files
committed
add(/wiki/magicavoxel): stubbed with references
1 parent a5c7890 commit c77db91

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

content/wiki/introduction/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ if not, please take some time to think about it, otherwise just read on ahead! :
232232
{% end %}
233233

234234
For the creation of **voxel art**,
235-
we highly recommend checking out [MagicaVoxel](https://ephtracy.github.io/index.html?page=mv_main),
235+
we highly recommend checking out [MagicaVoxel](/wiki/magicavoxel),
236236
which is currently considered to be *the* best voxel-editor you can get; it's completely free!
237237

238238
Perhaps [share](/wiki/community) your creation?

content/wiki/magicavoxel/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
+++
2+
title = "MagicaVoxel"
3+
description = "A free lightweight GPU-based voxel art editor and interactive path tracing renderer."
4+
[taxonomies]
5+
categories = []
6+
tags = ["software", "tool", "editor"]
7+
+++
8+
9+
> A free lightweight GPU-based voxel art editor and interactive path tracing renderer.
10+
11+
{{ stub_notice() }}
12+
13+
## References
14+
15+
- Official Website: <https://ephtracy.github.io/index.html?page=mv_main>
16+
- The `.vox` file format:
17+
- <https://github.com/ephtracy/voxel-model/blob/master/MagicaVoxel-file-format-vox.txt>
18+
- <https://github.com/ephtracy/voxel-model/blob/master/MagicaVoxel-file-format-vox-extension.txt>
19+
- <https://github.com/huhlig/voxfile/blob/master/vox.md>
20+
- <https://github.com/WerWolv/ImHex-Patterns/pull/390>
21+
- <https://github.com/jpaver/opengametools>

0 commit comments

Comments
 (0)