Skip to content

Commit

Permalink
Add README and update ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chaojian-zhang committed Dec 18, 2019
1 parent 833a911 commit 9a31d6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,7 @@ ASALocalRun/
.localhistory/

# BeatPulse healthcheck temp database
healthchecksdb
healthchecksdb

# Generated
BinaryOutput
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Magica Voxel Writer

A c# program/library/snippet to write to MagicaVoxel's `.vox` file.

Two versions are provided in **VoxWriter.cs** and **VoxWriterClean.cs**, with former using bitwise operations and latter use more object-oriented approach. The program is adapted from https://codepen.io/quasimondo/pen/QjqZvV

See **Example.cs** for usage.

0 comments on commit 9a31d6a

Please sign in to comment.