Skip to content

Commit

Permalink
Repository and submodule setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Chlumsky committed Mar 7, 2020
0 parents commit d3a54fa
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions artery-font-format
Submodule artery-font-format added at 185eb7
1 change: 1 addition & 0 deletions msdfgen
Submodule msdfgen added at 5427fe

0 comments on commit d3a54fa

Please sign in to comment.