{"id":13392842,"url":"https://github.com/markknol/hx-quicksettings","last_synced_at":"2025-04-11T19:32:47.829Z","repository":{"id":69819695,"uuid":"46190290","full_name":"markknol/hx-quicksettings","owner":"markknol","description":"Haxe extern classes for https://github.com/bit101/quicksettings","archived":false,"fork":false,"pushed_at":"2020-11-26T15:28:02.000Z","size":466,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-25T15:21:48.501Z","etag":null,"topics":["haxe","haxe-externs","haxelib","javascript","quicksettings"],"latest_commit_sha":null,"homepage":null,"language":"Haxe","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/markknol.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}},"created_at":"2015-11-14T20:10:35.000Z","updated_at":"2024-04-08T22:10:22.000Z","dependencies_parsed_at":"2023-07-23T20:30:19.304Z","dependency_job_id":null,"html_url":"https://github.com/markknol/hx-quicksettings","commit_stats":{"total_commits":46,"total_committers":5,"mean_commits":9.2,"dds":0.3695652173913043,"last_synced_commit":"a58cdcb8dd90cc1110f9b227e0edd99e193780ba"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markknol%2Fhx-quicksettings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markknol%2Fhx-quicksettings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markknol%2Fhx-quicksettings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markknol%2Fhx-quicksettings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markknol","download_url":"https://codeload.github.com/markknol/hx-quicksettings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248467126,"owners_count":21108599,"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":["haxe","haxe-externs","haxelib","javascript","quicksettings"],"created_at":"2024-07-30T17:00:38.012Z","updated_at":"2025-04-11T19:32:47.802Z","avatar_url":"https://github.com/markknol.png","language":"Haxe","funding_links":[],"categories":["Uncategorized","Externs"],"sub_categories":["Uncategorized"],"readme":"\u003cimg src=\"https://cloud.githubusercontent.com/assets/576184/9329463/0559a0fe-45b2-11e5-8724-3a606419ecbf.png\" width=100 align=right /\u003e\n\n### [Haxe](http://haxe.org) extern classes for [QuickSettings](https://github.com/bit101/quicksettings) [![Build Status](https://travis-ci.org/markknol/hx-quicksettings.svg?branch=master)](https://travis-ci.org/markknol/hx-quicksettings)\n\n \u003e QuickSettings is a JavaScript library for making a quick settings panel to control code parameters.\n\nCurrent Haxe Extern QuickSetting version **3.0.2**\n\n![](https://raw.githubusercontent.com/markknol/hx-quicksettings/master/panels.png)\n\n## Normal usage\n\nAdd CDN hosted javascript to your HTML file. It's included with the default [quicksettings.css](https://raw.githubusercontent.com/bit101/quicksettings/master/quicksettings.min.css) so no need to add that.\n\n```html\n\u003c!-- quicksettings version 3.0.2 --\u003e\n\u003cscript type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/quicksettings/3.0.2/quicksettings.min.js\"\u003e\u003c/script\u003e\n```\n\nIf you want to use a custom css, download and add the .[js](https://raw.githubusercontent.com/bit101/quicksettings/master/quicksettings.js) and one of the following [quicksettings_black.min.css](https://raw.githubusercontent.com/bit101/quicksettings/master/quicksettings_black.min.css) / [quicksettings_tiny.min.css](https://raw.githubusercontent.com/bit101/quicksettings/master/quicksettings_tiny.min.css) / [quicksettings_tiny_black.min.css](https://raw.githubusercontent.com/bit101/quicksettings/master/quicksettings_tiny_black.min.css) / [quicksettings_tiny_white.min.css](https://raw.githubusercontent.com/bit101/quicksettings/master/quicksettings_tiny_white.min.css) / [quicksettings_white.min.css](https://raw.githubusercontent.com/bit101/quicksettings/master/quicksettings_white.min.css) files in your HTML file.\n\n\n\n```html\n\u003c!-- for example: use the quicksettings_tiny_black.min.css --\u003e\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"quicksettings_tiny_black.min.css\"\u003e\n\u003cscript type=\"text/javascript\" src=\"quicksettings.js\"\u003e\u003c/script\u003e\n```\n\n\n# Installation\n\nInstall using [haxelib](https://lib.haxe.org/p/quicksettings):\n\n```bash\nhaxelib install quicksettings\n```\n\nDon't forget to add the library to your build file:\n\n```haxe\n-lib quicksettings\n```\n## Usage in Haxe\n\nIn Haxe/JavaScript you can use the panel like this:\n```haxe\nimport quicksettings.QuickSettings;\n\nvar settings:QuickSettings = QuickSettings.create(20, 20, \"Settings\");\n```\n\nCheck out the [example](https://github.com/markknol/hx-quicksettings/blob/master/example/src/Main.hx) folder for more information.\n\nOr see it in action [here](http://markknol.github.io/hx-quicksettings/example/bin/index.html)\n\n**Enjoy!**\n\nRead more at the original project: https://github.com/bit101/quicksettings\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkknol%2Fhx-quicksettings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkknol%2Fhx-quicksettings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkknol%2Fhx-quicksettings/lists"}