{"id":25430755,"url":"https://github.com/chientrm/vanilla","last_synced_at":"2025-07-11T11:36:47.334Z","repository":{"id":277171617,"uuid":"931564493","full_name":"chientrm/vanilla","owner":"chientrm","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-20T03:40:04.000Z","size":146,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T14:34:17.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/chientrm.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,"zenodo":null}},"created_at":"2025-02-12T13:48:29.000Z","updated_at":"2025-03-20T03:40:08.000Z","dependencies_parsed_at":"2025-02-12T14:55:43.216Z","dependency_job_id":"da0fa031-848b-48cb-9eaa-3f21023b79f1","html_url":"https://github.com/chientrm/vanilla","commit_stats":null,"previous_names":["chientrm/vanilla"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chientrm/vanilla","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chientrm%2Fvanilla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chientrm%2Fvanilla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chientrm%2Fvanilla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chientrm%2Fvanilla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chientrm","download_url":"https://codeload.github.com/chientrm/vanilla/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chientrm%2Fvanilla/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264796121,"owners_count":23665288,"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":"2025-02-17T03:48:05.155Z","updated_at":"2025-07-11T11:36:47.023Z","avatar_url":"https://github.com/chientrm.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My C Project\n\nThis project is a simple C application that demonstrates the structure of a C project with separate source and header files. It includes multiple programs written in C, including a main program and a Julia set generator using OpenGL.\n\n## Project Structure\n\n```\nmy-c-project\n├── bin\n│   ├── my-c-project\n│   └── julia-set\n├── include\n│   ├── stb_image_write.h\n│   └── utils.h\n├── obj\n├── src\n│   ├── main.c\n│   ├── utils.c\n│   └── julia_set.c\n├── images\n│   └── julia_set.png\n├── Makefile\n└── README.md\n```\n\n## Building the Project\n\nTo build the project, you need to have `gcc` and `make` installed on your system. Run the following command to build all targets:\n\n```\nmake\n```\n\nThis will compile the source files and generate the binaries in the `bin` directory.\n\n## Running the Programs\n\n### Main Program\n\nTo run the main program, use the following command:\n\n```\n./bin/my-c-project\n```\n\n### Julia Set Generator\n\nTo run the Julia set generator, use the following command:\n\n```\n./bin/julia-set\n```\n\nThis will generate a Julia set image and save it as `images/julia_set.png`.\n\n## Cleaning Up\n\nTo clean up the build artifacts, run the following command:\n\n```\nmake clean\n```\n\nThis will remove the object files, binaries, and the `obj` and `bin` directories.\n\n## Description\n\n- `src/main.c`: Entry point of the application.\n- `src/utils.c`: Contains utility functions.\n- `src/julia_set.c`: Generates a Julia set using OpenGL and saves it as a PNG image.\n- `include/utils.h`: Header file for utility functions.\n- `include/stb_image_write.h`: Header file for image writing functions.\n\n## License\n\nThis project is licensed under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchientrm%2Fvanilla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchientrm%2Fvanilla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchientrm%2Fvanilla/lists"}