{"id":13856931,"url":"https://github.com/glumpy/glumpy","last_synced_at":"2025-05-15T01:04:19.048Z","repository":{"id":20247648,"uuid":"23520171","full_name":"glumpy/glumpy","owner":"glumpy","description":"Python+Numpy+OpenGL: fast, scalable and beautiful scientific visualization","archived":false,"fork":false,"pushed_at":"2023-12-04T10:22:47.000Z","size":12337,"stargazers_count":1256,"open_issues_count":98,"forks_count":177,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-04-06T17:09:35.926Z","etag":null,"topics":["engine","game","numpy","opengl","python","rendering","science","visualization"],"latest_commit_sha":null,"homepage":"http://glumpy.github.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glumpy.png","metadata":{"files":{"readme":"README-osx-M1.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"rougier"}},"created_at":"2014-08-31T18:30:26.000Z","updated_at":"2025-04-06T06:17:16.000Z","dependencies_parsed_at":"2024-06-18T21:52:45.164Z","dependency_job_id":null,"html_url":"https://github.com/glumpy/glumpy","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glumpy%2Fglumpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glumpy%2Fglumpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glumpy%2Fglumpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glumpy%2Fglumpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glumpy","download_url":"https://codeload.github.com/glumpy/glumpy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248784881,"owners_count":21161190,"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":["engine","game","numpy","opengl","python","rendering","science","visualization"],"created_at":"2024-08-05T03:01:19.350Z","updated_at":"2025-04-13T21:28:50.296Z","avatar_url":"https://github.com/glumpy.png","language":"Python","readme":"Installing on M1 Macs\n=====================\n\nInstalling via ``pip`` on an Apple Silicon/M1 Mac may fail due to an incompatibility with the pre-generated Cython code for the  ``triangle`` dependency. As a workaround, this package and glumpy can be downloaded from GitHub and installed manually, like this:\n\n::\n   \n   # dependencies\n   pip install numpy Cython PyOpenGL\n   \n   # manually install triangle\n   git clone --recurse-submodules https://github.com/drufat/triangle\n   cd triangle\n   python setup.py install\n   \n   # manually install glumpy\n   cd ..\n   git clone https://github.com/glumpy/glumpy\n   cd glumpy\n   python setup.py install\n\nAt this point glumpy should be installed, but if you try to run one of the examples (e.g. ``python examples/hello-world.py``) you may receive ``RuntimeError: Freetype library not found``. This occurs if you have installed freetype via Homebrew, which does not add the library directory to the system path. To fix this add the path manually:\n\n::\n   \n   # either\n   export DYLD_LIBRARY_PATH=$(brew --prefix freetype)/lib:$DYLD_LIBRARY_PATH\n   # or\n   export DYLD_LIBRARY_PATH=$(freetype-config --prefix)/lib:$DYLD_LIBRARY_PATH\n   \n   python examples/hello-world.py # works now!\n","funding_links":["https://github.com/sponsors/rougier"],"categories":["Python","Python tools","📊 Data Visualization","SciVis"],"sub_categories":["Misc","Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglumpy%2Fglumpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglumpy%2Fglumpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglumpy%2Fglumpy/lists"}