{"id":22032402,"url":"https://github.com/vaiorabbit/python-nanovg","last_synced_at":"2025-07-23T10:37:02.637Z","repository":{"id":146727365,"uuid":"112058821","full_name":"vaiorabbit/python-nanovg","owner":"vaiorabbit","description":"A Python bindings of NanoVG","archived":false,"fork":false,"pushed_at":"2018-10-21T05:59:32.000Z","size":830,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T12:49:35.010Z","etag":null,"topics":["nanovg","opengl","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vaiorabbit.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-26T05:40:03.000Z","updated_at":"2025-01-21T15:22:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"44375808-68ed-4cfe-ad26-d8bb37d36bd1","html_url":"https://github.com/vaiorabbit/python-nanovg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vaiorabbit/python-nanovg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaiorabbit%2Fpython-nanovg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaiorabbit%2Fpython-nanovg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaiorabbit%2Fpython-nanovg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaiorabbit%2Fpython-nanovg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaiorabbit","download_url":"https://codeload.github.com/vaiorabbit/python-nanovg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaiorabbit%2Fpython-nanovg/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266663873,"owners_count":23964856,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["nanovg","opengl","python"],"created_at":"2024-11-30T08:28:00.356Z","updated_at":"2025-07-23T10:37:02.592Z","avatar_url":"https://github.com/vaiorabbit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python-NanoVG : A Python bindings of NanoVG #\n\nProvides NanoVG ( https://github.com/memononen/nanovg ) interfaces for python (CPython).\n\n*   Created : 2017-11-26\n*   Last modified : 2018-10-20\n\n\u003cimg src=\"https://raw.githubusercontent.com/vaiorabbit/python-nanovg/master/doc/example_py.png\" width=\"500\"\u003e\n\n## Prerequisites ##\n\n*   OpenGL context provider\n\t*   ex.) GLUT (PyOpenGL http://pyopengl.sourceforge.net ) or GLFW (Python-GLFW https://github.com/vaiorabbit/python-glfw/ )\n\n## Setup ##\n\nInstallation:\n\n    $ pip install git+https://github.com/vaiorabbit/python-nanovg.git\n\nUpgrade:\n\n    $ pip install -U git+https://github.com/vaiorabbit/python-nanovg.git\n\nUninstallation:\n\n    $ pip uninstall NanoVG\n\n## Usage ##\n\n1. Build NanoVG shared library\n\t*   See nanovg_dll\n\n2. Import NanoVG in your script.\n\t*   ex.) import NanoVG\n\n3. Load shared library\n\t*   ex.) NanoVG.load_nanovg_library('libnanovg_gl2.dylib', render_backend='gl2')\n\t*   ex.) NanoVG.load_nanovg_library('libnanovg_gl3.dylib', render_backend='gl3')\n\n4. Setup OpenGL\n\t*   nvgSetupGL2() / nvgSetupGL3()\n\nSee demo/example.py ( https://github.com/vaiorabbit/python-nanovg/blob/master/demo/example.py ) for details ($ python example.py).\n\n\n## License ##\n\nAll source codes are available under the terms of the zlib/libpng license.\n\n\tPython-NanoVG : A Python bindings of NanoVG\n\tCopyright (c) 2017-2018 vaiorabbit\n\t\n\tThis software is provided 'as-is', without any express or implied\n\twarranty. In no event will the authors be held liable for any damages\n\tarising from the use of this software.\n\t\n\tPermission is granted to anyone to use this software for any purpose,\n\tincluding commercial applications, and to alter it and redistribute it\n\tfreely, subject to the following restrictions:\n\t\n\t    1. The origin of this software must not be misrepresented; you must not\n\t    claim that you wrote the original software. If you use this software\n\t    in a product, an acknowledgment in the product documentation would be\n\t    appreciated but is not required.\n\t\n\t    2. Altered source versions must be plainly marked as such, and must not be\n\t    misrepresented as being the original software.\n\t\n\t    3. This notice may not be removed or altered from any source\n\t    distribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaiorabbit%2Fpython-nanovg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaiorabbit%2Fpython-nanovg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaiorabbit%2Fpython-nanovg/lists"}