From d3a54faff67a7a1ed7d2e82679a3d07d68c332e5 Mon Sep 17 00:00:00 2001 From: Chlumsky Date: Sat, 7 Mar 2020 12:09:42 +0100 Subject: [PATCH] Repository and submodule setup --- .gitignore | 19 +++++++++++++++++++ .gitmodules | 6 ++++++ README.md | 4 ++++ artery-font-format | 1 + msdfgen | 1 + 5 files changed, 31 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 100644 README.md create mode 160000 artery-font-format create mode 160000 msdfgen diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..475b51b --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..64238d0 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..43a3aea --- /dev/null +++ b/README.md @@ -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). diff --git a/artery-font-format b/artery-font-format new file mode 160000 index 0000000..185eb7a --- /dev/null +++ b/artery-font-format @@ -0,0 +1 @@ +Subproject commit 185eb7a3ab3913fa09173739de152935d3e4399e diff --git a/msdfgen b/msdfgen new file mode 160000 index 0000000..5427fe8 --- /dev/null +++ b/msdfgen @@ -0,0 +1 @@ +Subproject commit 5427fe8f5a427e1baa1e6fb7d5d8cf938362765c