{"id":18439070,"url":"https://github.com/demonstrandum/acetone","last_synced_at":"2025-10-12T18:11:01.797Z","repository":{"id":96636108,"uuid":"462882260","full_name":"Demonstrandum/Acetone","owner":"Demonstrandum","description":"Haskell 2D Graphics","archived":false,"fork":false,"pushed_at":"2022-11-09T14:11:58.000Z","size":68,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T15:18:07.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/Demonstrandum.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-23T19:43:37.000Z","updated_at":"2022-10-22T16:57:52.000Z","dependencies_parsed_at":"2023-04-23T06:33:27.491Z","dependency_job_id":null,"html_url":"https://github.com/Demonstrandum/Acetone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Demonstrandum/Acetone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Demonstrandum%2FAcetone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Demonstrandum%2FAcetone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Demonstrandum%2FAcetone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Demonstrandum%2FAcetone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Demonstrandum","download_url":"https://codeload.github.com/Demonstrandum/Acetone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Demonstrandum%2FAcetone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259908572,"owners_count":22930433,"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-06T06:23:15.699Z","updated_at":"2025-10-12T18:10:56.751Z","avatar_url":"https://github.com/Demonstrandum.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Acetone\n\nHaskell library for 2D interactive graphics.\n\n## Overview\n\n- All spatial units are normalised by default. e.g., `0.0` is all the\n  way to the left/top, and `1.0` is all the way to the right/bottom on the shortest axis.\n  Pixel units are still supported, and other coördinate transforms are trivial.\n  A `fromPixels pixels` function is provided.\n- The default coordinate system has the origin in the top-left corner.\n\n## TODO\n\n- Resizing the window does not behave properly on Windows.\n- Add gradient and texture support.\n- Add font/text layouting and rasterization with FreeType.\n\n## Install and Build\n\n### Get Haskell\n\nWindows, macOS and GNU+Linux users can get GHC and Cabal with\n[GHCUp](https://www.haskell.org/ghcup/)\n\n### Note to Windows users\n\nThis repository/package's structure relies on symlink.\nThe latest versions of Windows should support this fully.\nBy enabling Developer Mode on Windows, you should be granted `mklink`\npermission.\nSymlinks have been supported since Vista, but needed to be\nenabled and needed administrator privileges.\n\nYou must have Git set up to treat symlinks correctly, by doing as so:\n```sh\ngit config --global core.symlinks true\n```\nin the Git CLI/Bash application.\n\n### Build and install this package\n\nOnce in the repository, having completed the prerequisites, one can:\n\n```sh\ncabal update\ncabal build\ncabal install\n```\n\nYou may need LLVM intsalled and in your `$PATH` for the build.\n\n## Example\n\nRun the GLFW based test/example program:\n\n```sh\ncabal run example\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemonstrandum%2Facetone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemonstrandum%2Facetone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemonstrandum%2Facetone/lists"}