{"id":15047373,"url":"https://github.com/erthium/verlet-drawing","last_synced_at":"2026-02-01T22:02:44.266Z","repository":{"id":232096331,"uuid":"783431613","full_name":"erthium/verlet-drawing","owner":"erthium","description":"Drawing images using physics simulation.","archived":false,"fork":false,"pushed_at":"2024-04-08T01:01:47.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T16:05:06.831Z","etag":null,"topics":["cpp","cpp11","makefile","physics","physics-simulation","sfml","sfml2","verlet","verlet-integration"],"latest_commit_sha":null,"homepage":"","language":"C++","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/erthium.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}},"created_at":"2024-04-07T21:24:44.000Z","updated_at":"2024-04-08T01:03:49.000Z","dependencies_parsed_at":"2024-04-08T02:22:42.453Z","dependency_job_id":null,"html_url":"https://github.com/erthium/verlet-drawing","commit_stats":null,"previous_names":["ertyumpx/verlet-drawing","erthium/verlet-drawing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erthium/verlet-drawing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fverlet-drawing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fverlet-drawing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fverlet-drawing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fverlet-drawing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erthium","download_url":"https://codeload.github.com/erthium/verlet-drawing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fverlet-drawing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28992652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T22:01:47.507Z","status":"ssl_error","status_checked_at":"2026-02-01T21:58:37.335Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cpp","cpp11","makefile","physics","physics-simulation","sfml","sfml2","verlet","verlet-integration"],"created_at":"2024-09-24T20:57:17.528Z","updated_at":"2026-02-01T22:02:44.252Z","avatar_url":"https://github.com/erthium.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Verlet Drawing\n\nDrawing images using physics simulation.\n\nThe project is directly inspired by the video of [Pezzza's Work](https://www.youtube.com/@PezzzasWork),  [Writing a Physics Engine from scratch](https://www.youtube.com/watch?v=lS_qeBy3aQI). Thanks a lot him.\n\nAlthough the code here is not from the public source code, apart from using quite similar technologies like SFML.\n\n## License\n\nThis project is licensed under the [GNU GPL-3.0](https://github.com/ErtyumPX/verlet-drawing/blob/main/LICENSE) license.\n\nFeel free to use the source code. Referring to the repository would be very much appreciated.\n\n## Setup\n\nProject is currently compiled with `GNU G++ 13.2.1`.\n\nThe only third-party dependency is `SFML2`. Used version of SFML in project is `2.6.1`.\n\nSFML was selected because of it's ease of use for text rendering with sizes being all agjusted in pixels.\n\nFor compiling and linking rules `GNU Make 4.4.1` was used. After downloading dependencies, make sure to change the include paths inside the Makefile.\n\n```\n# change the paths for '-I'\nCC := g++\nCFLAGS := -Wall -std=c++11 -I/usr/include/SDL2           # here\nLDFLAGS := -lsfml-graphics -lsfml-window -lsfml-system\n...\n```\n\nAfter fulfilling dependencies, download or clone the project and use Makefile to easily compile:\n\n```\n\u003e make run\n```\n\nSince SFML is a cross-platform media library, output should work on Windows, MacOS and Linux.\n\n## General Structure\n\n### Directory Structure and Files\n\nWill be updated soon.\n\n### How It Goes\n\nWill be updated soon.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferthium%2Fverlet-drawing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferthium%2Fverlet-drawing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferthium%2Fverlet-drawing/lists"}