{"id":17788840,"url":"https://github.com/moebiussurfing/ofxcolorsbrowser","last_synced_at":"2025-04-02T00:44:10.142Z","repository":{"id":109378705,"uuid":"198054354","full_name":"moebiussurfing/ofxColorsBrowser","owner":"moebiussurfing","description":"openFrameworks add-on to handle big color libraries including a +2000 colors Pantone, Crayola, Sanzo-Wada and other libraries.","archived":false,"fork":false,"pushed_at":"2023-08-06T02:19:02.000Z","size":3442,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T16:19:42.952Z","etag":null,"topics":["color","ofxaddon","openframeworks","openframeworks-addon","palette","pantone"],"latest_commit_sha":null,"homepage":"","language":"C++","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/moebiussurfing.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}},"created_at":"2019-07-21T12:37:10.000Z","updated_at":"2024-12-16T13:13:00.000Z","dependencies_parsed_at":"2024-12-14T16:40:38.242Z","dependency_job_id":"d2386fdf-0a65-431b-a77e-d13340c56fdd","html_url":"https://github.com/moebiussurfing/ofxColorsBrowser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moebiussurfing%2FofxColorsBrowser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moebiussurfing%2FofxColorsBrowser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moebiussurfing%2FofxColorsBrowser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moebiussurfing%2FofxColorsBrowser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moebiussurfing","download_url":"https://codeload.github.com/moebiussurfing/ofxColorsBrowser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246735350,"owners_count":20825223,"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":["color","ofxaddon","openframeworks","openframeworks-addon","palette","pantone"],"created_at":"2024-10-27T10:24:17.959Z","updated_at":"2025-04-02T00:44:10.116Z","avatar_url":"https://github.com/moebiussurfing.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"ofxColorsBrowser\n=============================\n\n# Overview\nAn **openFrameworks** add-on to browse many named color libraries imported from JSON files.  \n\n## Screenshots\n\n#### ofxSurfingColors\n![image](/readme_images/Capture.PNG?raw=true \"image\")\n\n## Color Libraries\n  * **Pantone** (+2000 colors).\n  * [**Sanzo Wada**](https://github.com/dblodorn/sanzo-wada): [A Dictionary of Color Combinations](https://sanzo-wada.dmbk.io/) from **@dblodorn**.\n  * [**Crayola**](https://gist.github.com/jjdelc/1868136) from **@jjdelc**.\n  * [**Cheprasov**](https://github.com/cheprasov/json-colors) from **@cheprasov**.\n  * [**Open Color**](https://github.com/pd-andy/ofxOpenColor) from **@pd-andy**.\n  * **OF Native** named colors.\n\n## Features\n* Updatable with other text files based libraries (JSON, XML, or other colors libs/addons).\n* Cards with seteable amount of colors.\n* Sort the library by Hue, Name or with the original sorting.\n* **GUI** with clickable colored and named boxes. \n* The interface can be completely disabled to simplify. But still exposing access to the colors.\n* Key commands, browse with arrow keys and an **ofxGui** debug panel.\n* Basic exposed parameters to integrate in other apps/add-ons. Store/Recall settings.\n\n## Usage\n \n### ofApp.h\n```.cpp\n#include \"ofxColorsBrowser.h\"\n\nofxColorsBrowser colorBrowser;\nofFloatColor colorBg;\n```\n\n### ofApp.cpp\n```.cpp\nofApp::setup()\n{\n\tcolorBrowser.setupColorPtr(colorBg); // set local target color \"receiver\"\n\tcolorBrowser.setup();\n}\n\nofApp::draw()\n{\n \tofBackground(colorBg); // auto updated when changes\n}\n```\n\n## Dependencies\n- [ofxSurfingHelpers](https://github.com/moebiussurfing/ofxSurfingHelpers)  \n- ofxGui\n- [ofxRectangleUtils](https://github.com/bakercp/ofxRectangleUtils/tree/develop) * / DEVELOP BRANCH  \n- [ofxFontStash](https://github.com/armadillu/ofxFontStash) *  \n- [ofxSurfingImGui](https://github.com/moebiussurfing/ofxSurfingImGui) **  \n- [ofxImGui](https://github.com/Daandelange/ofxImGui/) **  \n- [ofxWindowApp](https://github.com/moebiussurfing/ofxWindowApp) ***  \n\nMark | Not required when\n------------ | -------------\n\\* | interface is disabled\n** | ImGui is disabled\n*** | some example only\n\nAlready bundled into ```OF_ADDON/libs```. No need to add to the **PROJECT GENERATOR**!    \n- [ofxOpenColor](https://github.com/pd-andy/ofxOpenColor)  \n \n## Tested systems\n- **Windows10** / **VS2017** / **OF ~0.11**\n- **macOS High Sierra** / **Xcode 9/10** / **OF ~0.11**\n\n## Author\nAddon by **@moebiusSurfing**  \n*(ManuMolina). 2020.*  \n\n_Thanks to **@bakercp**, **@armadillu**, **@pd-andy** and all the JSON packers linked above for their repositories._  \n\n## License\n*MIT License.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoebiussurfing%2Fofxcolorsbrowser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoebiussurfing%2Fofxcolorsbrowser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoebiussurfing%2Fofxcolorsbrowser/lists"}