{"id":15717599,"url":"https://github.com/justvanrossum/fontgoggles","last_synced_at":"2025-12-29T22:05:05.359Z","repository":{"id":37633269,"uuid":"225787392","full_name":"justvanrossum/fontgoggles","owner":"justvanrossum","description":"FontGoggles: Visual OTL Preview and QA","archived":false,"fork":false,"pushed_at":"2025-03-31T17:12:10.000Z","size":51309,"stargazers_count":422,"open_issues_count":69,"forks_count":43,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-01T05:34:28.477Z","etag":null,"topics":["cocoa","font","fonts","macos-app","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justvanrossum.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.txt","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-04T05:34:43.000Z","updated_at":"2025-03-23T21:12:56.000Z","dependencies_parsed_at":"2023-12-25T19:58:32.719Z","dependency_job_id":"7c721725-5b00-4832-b868-f7892db019bd","html_url":"https://github.com/justvanrossum/fontgoggles","commit_stats":{"total_commits":1935,"total_committers":12,"mean_commits":161.25,"dds":"0.10542635658914734","last_synced_commit":"8b1659652823447566692af5e5f54a3d960179ea"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justvanrossum%2Ffontgoggles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justvanrossum%2Ffontgoggles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justvanrossum%2Ffontgoggles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justvanrossum%2Ffontgoggles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justvanrossum","download_url":"https://codeload.github.com/justvanrossum/fontgoggles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247801169,"owners_count":20998339,"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":["cocoa","font","fonts","macos-app","python"],"created_at":"2024-10-03T21:50:44.528Z","updated_at":"2025-12-29T22:05:05.351Z","avatar_url":"https://github.com/justvanrossum.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![FontGoggles Icon](docs/images/icon.png)\n\n# FontGoggles\n\n_Interactive Previewing and Comparing_\n\nFor end-user documentation see [fontgoggles.org](https://fontgoggles.org/).\n\nThe lastest release can be downloaded [here](https://github.com/justvanrossum/fontgoggles/releases/latest).\n\nFontGoggles was funded by [Google Fonts](https://fonts.google.com/).\n\n## Brief description\n\nFontGoggles is a font viewer desktop app for macOS that supports these file formats:\n\n- `.otf`, `.ttf`, `.otc`, `.ttc`, `.woff`, `.woff2`\n- `.ufo`\n- `.designspace`\n- `.ttx`\n\nIt uses HarfBuzz for line layout, so it supports complex scripts. The source formats are partially compiled on the fly, so their line layout and variation behaviour can be realistically previewed.\n\nWhen a font file changes on disk, FontGoggles will automatically reload it and show the updated version.\n\n## Build instructions\n\nIf you want to build and run the app from the source, follow these instructions.\n\n- Make sure you have Python 3.10 or up installed, preferably from python.org, but homebrew may work, too.\n\n- Clone this repository.\n\n- `cd` into the repository folder.\n\n- Setup a virtual environment:\n\n\t`$ python3 -m venv venv --prompt=fontgoggles`\n\n- Activate the environment:\n\n\t`$ source venv/bin/activate`\n\n- Update `pip`:\n\n\t`$ pip install --upgrade pip`\n\n- Install dependencies:\n\n\t`$ pip install -r requirements.txt`\n\n- Install dev dependencies:\n\n\t`$ pip install -r requirements-dev.txt`\n\n- Install our lib:\n\n\t`$ pip install .`\n\n- Or, if you prefer an editable install of our lib:\n\n\t```\n\t$ pip install -e .\n\t$ ./Turbo/build_lib.sh\n\t```\n\n    (The latter step builds a required C library, that otherwise wouldn't get built in editable mode.)\n\n- Run some tests:\n\n\t`$ pytest`\n\n- Build the application:\n\n\t`$ python App/setup.py py2app`\n\nYou'll find the built application in `App/dist/`\n\nNow you can drop some fonts onto the app, or a folder containing fonts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustvanrossum%2Ffontgoggles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustvanrossum%2Ffontgoggles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustvanrossum%2Ffontgoggles/lists"}