{"id":28408660,"url":"https://github.com/nyoom-engineering/nyoom-engineering","last_synced_at":"2025-10-10T17:41:53.314Z","repository":{"id":296468382,"uuid":"993498074","full_name":"nyoom-engineering/nyoom-engineering","owner":"nyoom-engineering","description":"Branding for the Nyoom-Engineering Organization","archived":false,"fork":false,"pushed_at":"2025-06-02T17:12:10.000Z","size":12408,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T02:39:22.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/nyoom-engineering.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":"2025-05-30T22:39:17.000Z","updated_at":"2025-06-02T17:12:13.000Z","dependencies_parsed_at":"2025-05-31T09:27:13.732Z","dependency_job_id":"e33bfef7-c1d6-4166-9d08-19f30e449f03","html_url":"https://github.com/nyoom-engineering/nyoom-engineering","commit_stats":null,"previous_names":["nyoom-engineering/nyoom-engineering"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nyoom-engineering/nyoom-engineering","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyoom-engineering%2Fnyoom-engineering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyoom-engineering%2Fnyoom-engineering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyoom-engineering%2Fnyoom-engineering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyoom-engineering%2Fnyoom-engineering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nyoom-engineering","download_url":"https://codeload.github.com/nyoom-engineering/nyoom-engineering/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyoom-engineering%2Fnyoom-engineering/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004822,"owners_count":26083784,"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-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2025-06-02T04:06:52.790Z","updated_at":"2025-10-10T17:41:53.309Z","avatar_url":"https://github.com/nyoom-engineering.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nyoom-Engineering\n\nThis repository contains the designs and tooling for branding of the Nyoom Engineering project\n\n## Dependencies\n\n`GNU Make`, `Cargo`/`Rust`, and the `SF Pro Display` font are required\n\n## Logo\n\nThe `assets/` directory contains two vector logos for the project, one with only the icon and one with text\n\n- `logo-icon.svg`\n\n\u003cimg src=\"./out/icon-3840x3840-shadow.png\" width=\"345\"\u003e\n\n- `logo.svg`\n\n\u003cimg src=\"./out/logo-3840x1280-shadow.png\" width=\"345\"\u003e\n\n## svg-renderer\n\nThe `svg-renderer` crate assists with rendering SVGs to raster files. It can be used standalone as follows:\n\n```sh\ncd svg-renderer\ncargo run -- x.svg\n```\n\nBy default, it will render to standard desktop display resolutions as a PNG. Alternatively, you can customize the width in PX:\n\n```sh\nWIDTHS=\"3840\" cargo run -- x.svg\n```\n\n## svg-replace\n\nThe `svg-replace` crate assists with generating a logo SVG with custom text. \n\n\u003cimg src=\"./out/logo-custom-3840x1330-shadow.png\" width=\"345\"\u003e\n\nIt can be used standalone as follows:\n\n```sh\ncd svg-replace\ncargo run -- \"a\" \"b\"\n```\n\nWhere `a` and `b` are both words and `a \u003c b` in length\n\n## base16-renderer\n\nThe `base16-renderer` crate assists with rendering a base16 file in `.json` format to a tiled display complete with the Nyoom Engineering branding and style\n\n\u003cimg src=\"./out/palette-3840x4663-shadow.png\" width=\"345\"\u003e\n\nIt can be used standalone as follows:\n\n```sh\ncd base16-renderer \ncargo run -- base16.json\n```\n\nWhere `base16.json` is a json file containing a base16 colorscheme as key-value pairs with hexadecimal notation. See `assets/oxocarbon-dark.json` for an example\n\n## ProjectGen\n\nFor your convenience, the script `projectgen.sh` is supplied to quickly create branding for a Nyoom Engineering project.\n\nThe following command requires [imagemagick](https://imagemagick.org/index.php) to be installed and added to PATH\n\n```sh\n./projectgen.sh \"VSCode\" \"Oxocarbon\"\n```\n\nAn example of the output is found in the `assets` folder of the `oxocarbon-vscode` port\n\n## Makefile\n\nFor ease of development, a GNU Makefile is provided with the following: \n\n- `make logo` to render the text logo\n- `make icon` to render the icon logo\n- `make base16` to render the base16 palette display\n- `make custom` to generate an example custom logo with \"Base16\" and \"Oxocarbon\" text\n- `make build` compiles the rust crates in the repository\n- `make clean` cleans `out/` and crates\n\nThe following commands require [imagemagick](https://imagemagick.org/index.php) to be installed and added to PATH\n\n- `make shadows` will use imagemagick to apply a drop-shadow to all raster images in `out/`\n- `make`/`make all` will do all of the above","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnyoom-engineering%2Fnyoom-engineering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnyoom-engineering%2Fnyoom-engineering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnyoom-engineering%2Fnyoom-engineering/lists"}