{"id":19592650,"url":"https://github.com/source-foundry/freetype2-demos","last_synced_at":"2026-06-18T05:31:38.111Z","repository":{"id":86461531,"uuid":"103062504","full_name":"source-foundry/freetype2-demos","owner":"source-foundry","description":"A fork of the freetype2-demos applications with customizations","archived":false,"fork":false,"pushed_at":"2021-08-16T18:25:27.000Z","size":5764,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"cs-custom","last_synced_at":"2025-02-26T14:15:36.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/source-foundry.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-10T21:15:25.000Z","updated_at":"2023-05-02T18:21:28.000Z","dependencies_parsed_at":"2023-03-13T19:59:50.660Z","dependency_job_id":null,"html_url":"https://github.com/source-foundry/freetype2-demos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/source-foundry/freetype2-demos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-foundry%2Ffreetype2-demos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-foundry%2Ffreetype2-demos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-foundry%2Ffreetype2-demos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-foundry%2Ffreetype2-demos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/source-foundry","download_url":"https://codeload.github.com/source-foundry/freetype2-demos/tar.gz/refs/heads/cs-custom","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-foundry%2Ffreetype2-demos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34478105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11T08:36:33.288Z","updated_at":"2026-06-18T05:31:38.094Z","avatar_url":"https://github.com/source-foundry.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"This package contains example programs for the FreeType 2 library.\n\n\nWARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING\n\n  The Makefile and Jamfile contained in this directory assume that the\n  FreeType 2  library sources are  located in `../freetype2'.   If you\n  downloaded one  of the  stable FreeType 2  source packages  from our\n  server, you most probably have to rename its directory, for example:\n\n    mv freetype-2.8 freetype2       on Unix\n    rename freetype-2.8 freetype2   on Windows\n\nWARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING\n\n\n  First compile the FreeType 2 library, then say `make'.  However, you\n  must rename  the directory of the FreeType 2  library to `freetype2'\n  (or create a symlink) before doing this.\n\n  Note  that  the  demonstration  programs  include  a  tiny  graphics\n  sub-system that includes `drivers' to display Windows on Win32, X11,\n  BeOS, Mac,  and OS/2.  The build system  should automatically detect\n  which driver to use based on the current platform.\n\n  UNIX USERS\n  ==========\n\n    X11 issues\n    ----------\n\n    When building the demos, the build system tries to detect your X11\n    path  by  looking for  the  patterns  `X11/bin', `X11R6/bin',  and\n    `X11R5/bin' in your current path  (in this order).  If no X11 path\n    is found, some demo programs  will not be able to display graphics\n    and  will fail.   If you  have X11  in an  unusual place,  use the\n    X11_PATH make  variable.  More  than one directory,  if necessary,\n    must be separated with spaces.  Example:\n\n        make X11_PATH=\"/usr/openwin /usr/local/X11R6\"\n\n    The build  system then derives  the X11_INCLUDE include  file path\n    from X11_PATH by appending `/include'  to all path components.  It\n    also derives the  X11_LIB library path from  X11_PATH by appending\n    `/lib64' and `/lib' to all  components (in that order).  You might\n    override  those  variables similar  to  X11_PATH  as arguments  to\n    `make'.\n\n    If  you don't  have X11  at all,  fix the  definition of  the EXES\n    variable as described in the top-level Makefile.\n\n    Recent versions of Mac OS X no longer deliver X11 by default;  you\n    have to install XQuartz, see\n\n      https://support.apple.com/en-us/HT201341\n\n    for more details.\n\n\n    Using a different build directory\n    ---------------------------------\n\n    If the `configure' script of the FreeType 2 library is  run from a\n    separate build directory,  it creates a dummy  Makefile which sets\n    some  variables before  including  the top-level  Makefile of  the\n    source  directory.  This dummy  Makefile can also be  used for the\n    ft2demos package to be compiled in a different build directory:\n\n       make FT2DEMOS=1 -f /path/to/freetype2/build-dir/Makefile\n\n    If necessary, adapt  the `TOP_DIR_2' variable to make it  point to\n    the ft2demos source directory.\n\n--- end of README ---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsource-foundry%2Ffreetype2-demos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsource-foundry%2Ffreetype2-demos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsource-foundry%2Ffreetype2-demos/lists"}