mirror of
https://github.com/Chlumsky/msdf-atlas-gen.git
synced 2026-01-17 21:11:17 +01:00
Repository and submodule setup
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal 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
6
.gitmodules
vendored
Normal 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
4
README.md
Normal 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
1
artery-font-format
Submodule
Submodule artery-font-format added at 185eb7a3ab
1
msdfgen
Submodule
1
msdfgen
Submodule
Submodule msdfgen added at 5427fe8f5a
Reference in New Issue
Block a user