Initial commit

I can parse some of the data files, and extract individual frames from .obj
files. I can't yet convert those frames into something viewable.
This commit is contained in:
2018-02-24 13:50:35 +00:00
commit 107c209354
10 changed files with 1450 additions and 0 deletions

5
cmd/wh40k/main.go Normal file
View File

@@ -0,0 +1,5 @@
package main
func main() {
}