Rewrote README, wrote building guides and cleaned up

- Updated/prettified README.md
- Wrote extensive building guides
- Removed pictures/
- Removed music samples
- Made sure that git creates run/ when cloning
This commit is contained in:
2021-01-10 20:52:45 +03:00
parent eb34a4c0d2
commit 8f419b4d02
8 changed files with 366 additions and 32 deletions

7
.gitignore vendored
View File

@@ -16,7 +16,12 @@ bin
# Ignore MacOS
**/.DS_Store
.idea/
run/
# Ignore the dedicated working directory
run/*
# ... Except the dummy file inside to make sure that the directory exists
!run/.dummy
# Ignore package building artifacts
build_packages/*