{"id":28305671,"url":"https://github.com/tmunz/goldenseeds","last_synced_at":"2025-07-09T14:09:04.881Z","repository":{"id":39573744,"uuid":"142970591","full_name":"tmunz/GoldenSeeds","owner":"tmunz","description":"Application to generate SVGs on mathimatical rules","archived":false,"fork":false,"pushed_at":"2025-06-06T01:58:52.000Z","size":12541,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T02:40:14.674Z","etag":null,"topics":["art","creator","fibonacci","parametric","parametric-design","parametric-modelling","react","svg","svg-generator","unknown-pleasures"],"latest_commit_sha":null,"homepage":"https://tmunz.github.io/GoldenSeeds/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tmunz.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-07-31T06:16:16.000Z","updated_at":"2025-04-17T06:14:06.000Z","dependencies_parsed_at":"2025-03-12T01:30:23.017Z","dependency_job_id":"7a6d6e89-9367-4efd-856b-8587f6b37078","html_url":"https://github.com/tmunz/GoldenSeeds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tmunz/GoldenSeeds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmunz%2FGoldenSeeds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmunz%2FGoldenSeeds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmunz%2FGoldenSeeds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmunz%2FGoldenSeeds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmunz","download_url":"https://codeload.github.com/tmunz/GoldenSeeds/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmunz%2FGoldenSeeds/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264473885,"owners_count":23613960,"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":["art","creator","fibonacci","parametric","parametric-design","parametric-modelling","react","svg","svg-generator","unknown-pleasures"],"created_at":"2025-05-24T02:13:01.602Z","updated_at":"2025-07-09T14:09:04.875Z","avatar_url":"https://github.com/tmunz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoldenSeeds Parametric SVG Generator\n\n[![license](https://img.shields.io/github/license/tmunz/GoldenSeeds.svg)](LICENSE)  \n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n\nGoldenSeeds SVG Generator is a web-based application for creating SVG graphics using rule-based mathematical principles (parametric modelling). The application supports various types of graphic generation techniques and allows for saving, exporting, and customizing vector graphics.  \n**[Try it yourself](https://tmunz.github.io/GoldenSeeds/)**\n\n![image](./example.png)\n\n## Table of Contents\n\n- [Features](#features)\n- [Install](#install)\n- [Usage](#usage)\n- [Development](#development)\n- [Issues](#issues)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- Rule-based vector graphics creation.\n- Multiple graphic generators including:\n  - Cartesian or polar grids.\n  - Regular shapes.\n  - Text, trees, and Voronoi diagrams.\n- Ability to combine different generators for complex drawings.\n- Save drawings within the app.\n- Open and save configurations for reproducible drawings.\n- Export drawings as SVG or PNG.\n- Progressive Web App (PWA) capabilities.\n- Themeable interface for a customizable look and feel.\n\n## Install\n\nThis project requires Node.js (tested for version 18.14.1) and npm. Clone the repository and install dependencies with the following commands:\n\n```bash\ngit clone https://github.com/tmunz/GoldenSeeds.git\ncd GoldenSeeds\nnpm install\n```\n\n## Usage\n\nTo start the development server:\n\n```bash\nnpm run start\n```\n\nTo build the project for production:\n\n```bash\nnpm run build\n```\n\nTo run tests:\n\n```bash\nnpm run test\n```\n\n## Development\n\nThe project is developed with the following technologies:\n- **React**: For building the user interface.\n- **Opentype.js**: For handling font-related functionality.\n- **RxJS**: For reactive programming and managing data flow.\n- **React Beautiful DnD**: For drag-and-drop interactions.\n- **Webpack**: For bundling the project.\n\nIt uses various development dependencies for code linting, testing, and building, including Babel, TypeScript, and ESLint.\n\n## Issues\n\nFor known issues or to report a bug, see the [Open Issues](https://github.com/tmunz/GoldenSeeds/issues) on GitHub.\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch with a descriptive name.\n3. Make your changes and commit them.\n4. Submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\nThis README follows the [standard-readme](https://github.com/RichardLitt/standard-readme) specifications. If making changes to this README, please conform to the specification requirements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmunz%2Fgoldenseeds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmunz%2Fgoldenseeds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmunz%2Fgoldenseeds/lists"}