Repository and submodule setup

This commit is contained in:
Chlumsky 2020-03-07 12:09:42 +01:00
commit d3a54faff6
5 changed files with 31 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
Debug/
Release/
Debug Library/
Release Library/
x86/
x64/
*.exe
*.user
*.sdf
*.pdb
*.ipdb
*.iobj
*.suo
*.VC.opendb
*.VC.db
bin/*.lib
output.png
out/
build/

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "msdfgen"]
path = msdfgen
url = https://github.com/Chlumsky/msdfgen
[submodule "artery-font-format"]
path = artery-font-format
url = https://github.com/Chlumsky/artery-font-format

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# Multi-channel signed distance field atlas generator
This is a utility for generating compact font atlases using [MSDFgen](https://github.com/Chlumsky/msdfgen).

1
artery-font-format Submodule

@ -0,0 +1 @@
Subproject commit 185eb7a3ab3913fa09173739de152935d3e4399e

1
msdfgen Submodule

@ -0,0 +1 @@
Subproject commit 5427fe8f5a427e1baa1e6fb7d5d8cf938362765c