{"id":20711411,"url":"https://github.com/codehz/minecraft-unicode-font-generator","last_synced_at":"2025-04-23T06:46:13.655Z","repository":{"id":47955605,"uuid":"70046396","full_name":"codehz/minecraft-unicode-font-generator","owner":"codehz","description":"minecraft unicode font textures generator","archived":false,"fork":false,"pushed_at":"2017-09-23T00:55:38.000Z","size":25,"stargazers_count":29,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-23T06:46:07.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codehz.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-05T09:28:02.000Z","updated_at":"2025-01-06T01:24:44.000Z","dependencies_parsed_at":"2022-08-12T15:01:35.949Z","dependency_job_id":null,"html_url":"https://github.com/codehz/minecraft-unicode-font-generator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehz%2Fminecraft-unicode-font-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehz%2Fminecraft-unicode-font-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehz%2Fminecraft-unicode-font-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehz%2Fminecraft-unicode-font-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codehz","download_url":"https://codeload.github.com/codehz/minecraft-unicode-font-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250386742,"owners_count":21422026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T02:15:25.053Z","updated_at":"2025-04-23T06:46:13.602Z","avatar_url":"https://github.com/codehz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Minecraft Unicode Font Generator - The ultra fast generating minecraft unicode font textures utility\n====================================================================================================\n\nDisclaimer\n----------\nThis program comes with no warranty.\nYou must use this program at your own risk.\n\nIntroduction\n------------\n\nMinecraft Unicode Font Generator is a utility for generating minecraft unicode font textures. \n\nFeatures\n--------\n\nHere is a list of features:\n\n* Command-line interface\n* Multi-process processing\n\nHow to get source code\n----------------------\n\nWe maintain the source code at Github:\nhttps://github.com/codehz/minecraft-unicode-font-generator\n\nTo get the latest source code, run following command::\n\n    $ git clone https://github.com/codehz/minecraft-unicode-font-generator.git\n\nThis will create minecraft-unicode-font-generator directory in your current directory and source\nfiles are stored there.\n\nDependency\n----------\n\n======================== ========================================\nfeatures                  dependency\n======================== ========================================\nFont Rendering           FreeType2 https://www.freetype.org/\nCommand Line Parser      TCLAP http://tclap.sourceforge.net/\nPNG File Output          PNG++ http://www.nongnu.org/pngpp/\n======================== ========================================\n\n.. note::\n  Windows Platform is NOT supported currently.\n\nHow to build\n------------\n\nMinecraft Unicode Font Generator is primarily written in C++. It is written based on C++11/C++14 standard features. The current source code requires C++14 aware compiler. For well-known compilers, such as g++ and clang, the ``-std=c++11`` or ``-std=c++0x`` flag must be supported.\n\nIn order to build Minecraft Unicode Font Generator from the source package, you need following development packages (package name may vary depending on the distribution you use):\n\n* FreeType2 https://www.freetype.org/\n* TCLAP http://tclap.sourceforge.net/\n* PNG++ http://www.nongnu.org/pngpp/\n\nIf you downloaded source code from git repository, you have to install following packages to get build environment:\n\n* premake5\n* gnumake\n* gcc-c++/clang-c++\n\nAnd run following command to generate Makefile::\n\n    $ premake5 gmake\n\nYou can choose clang++ as compiler by following command instead::\n\n    $ premake5 -cc=clang gmake\n\nAfter Makefile is generated, run ``make`` to compile the program::\n\n    $ make\n\nThe default build target is ``./bin/Debug/minecraft-unicode-font-generator``.You can just run following command to get release build::\n\n    $ make config=release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehz%2Fminecraft-unicode-font-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodehz%2Fminecraft-unicode-font-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehz%2Fminecraft-unicode-font-generator/lists"}