{"id":16300023,"url":"https://github.com/koji/30days-openframeworks","last_synced_at":"2025-03-20T05:31:07.907Z","repository":{"id":91474823,"uuid":"91545779","full_name":"koji/30days-openframeworks","owner":"koji","description":"30days-openFrameworks","archived":false,"fork":false,"pushed_at":"2024-03-24T22:05:48.000Z","size":61393,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T15:07:45.265Z","etag":null,"topics":["cpp","creative-coding","openframeworks"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koji.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-17T07:20:24.000Z","updated_at":"2024-06-09T23:10:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"8eb3faf7-5d9c-4115-a224-9de9bb4e2931","html_url":"https://github.com/koji/30days-openframeworks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2F30days-openframeworks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2F30days-openframeworks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2F30days-openframeworks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koji%2F30days-openframeworks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koji","download_url":"https://codeload.github.com/koji/30days-openframeworks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244559820,"owners_count":20472209,"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":["cpp","creative-coding","openframeworks"],"created_at":"2024-10-10T20:50:01.091Z","updated_at":"2025-03-20T05:31:02.895Z","avatar_url":"https://github.com/koji.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 30days-openframeworks\n\n#### Videos\nhttps://www.instagram.com/explore/tags/30daysopenframeworks/\n\nDrawing Primitives\n\n#### Line\n```cpp\nofSetLineWidth(5);\nofDrawLine(x1, y1, x2, y2);\n```\n\n```java\nstrokeWeight(5);\nline(x1, y1, x2, y2);\n```\n\n#### Rect\n```cpp\nofRect(x, y, w, h);\n```\n\n```java\nrect(x, y, w, h);\n```\n\n#### Triangle\n```cpp\nofTriangle(x1, y1, x2, y2, x3, y3);\n```\n\n```java\ntriangle(x1, y1, x2, y2, x3, y3);\n```\n\n#### Circle\n```cpp\nofDrawCircle(x, y, r);\n```\n\n```java\nellipse(x, y, r);\n```\n\n#### fill \u0026 nofill\n```cpp\nofFill(r, g, b, alpha);\nofNoFill();\n```\n\n```java\nfill(r, g, b, alpha);\nnoFill();\n```\n\n#### dot\n```cpp\nofPoint(x, y);\n```\n\n```java\ndot(x, y);\n```\n\n```cpp\n```\n\n```java\n```\n\n```cpp\n```\n\n```java\n```\n\n```cpp\n```\n\n```java\n```\n\n```cpp\n```\n\n```java\n```\n\n```cpp\n```\n\n```java\n```\n\n```cpp\n```\n\n```java\n```\n\n```cpp\n```\n\n```java\n```\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoji%2F30days-openframeworks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoji%2F30days-openframeworks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoji%2F30days-openframeworks/lists"}