{"id":13745206,"url":"https://github.com/soulwire/SoulwireAS3Framework","last_synced_at":"2025-05-09T04:34:35.628Z","repository":{"id":1325550,"uuid":"1270988","full_name":"soulwire/SoulwireAS3Framework","owner":"soulwire","description":"Soulwire AS3 Framework","archived":false,"fork":false,"pushed_at":"2012-12-23T13:18:45.000Z","size":426,"stargazers_count":87,"open_issues_count":6,"forks_count":22,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-24T19:48:36.143Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://blog.soulwire.co.uk","language":"ActionScript","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/soulwire.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-01-19T14:08:56.000Z","updated_at":"2024-07-11T09:53:40.000Z","dependencies_parsed_at":"2022-08-16T13:05:24.553Z","dependency_job_id":null,"html_url":"https://github.com/soulwire/SoulwireAS3Framework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulwire%2FSoulwireAS3Framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulwire%2FSoulwireAS3Framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulwire%2FSoulwireAS3Framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulwire%2FSoulwireAS3Framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soulwire","download_url":"https://codeload.github.com/soulwire/SoulwireAS3Framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253192767,"owners_count":21868991,"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":"2024-08-03T05:01:24.880Z","updated_at":"2025-05-09T04:34:35.324Z","avatar_url":"https://github.com/soulwire.png","language":"ActionScript","readme":"\nSoulwire AS3 Framework\n-----\n\n###Classes\n####uk.co.soulwire.gui.SimpleGUI\n[View Demo](http://blog.soulwire.co.uk/code/actionscript-3/simple-flash-prototype-gui-tool/)\n\nA tool for fast prototyping and class demos in Flash.\nQuickly create a GUI (based on Keith Peter's [Minimal Comps](http://www.minimalcomps.com/)) to control variables in a sketch.\n\n\t// Create a new GUI tied to the sketch and provide a hotkey\n\t_gui = new SimpleGUI(this, \"Example GUI\", Keyboard.SPACE);\n\n\t// Groups and Columns help organise your control panels\n\t_gui.addGroup(\"General Settings\");\n\n\t// Toggle control for a Boolean\n\t_gui.addToggle(\"doAnimation\");\n\n\t// Nested properties are supported (use normal dot syntax)\n\t_gui.addSlider(\"someObject.position.x\", 10, 200);\n\n\t// Link two properties as a range\n\t_gui.addRange(\"minParticles\", \"maxParticles\", 10, 120);\n\n\t// Colour picker for uint / int\n\t_gui.addColour(\"backgroundColour\");\n\n\t// Callbacks with parameters can be added to any component\n\t_gui.addButton(\"Regenerate\", {callback:regenerate, callbackParams:[1000]});\n\n\t// Save functionality generates AS3 code with your current settings\n\t_gui.addSaveButton();\n","funding_links":[],"categories":["Unsorted"],"sub_categories":["Other API"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoulwire%2FSoulwireAS3Framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoulwire%2FSoulwireAS3Framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoulwire%2FSoulwireAS3Framework/lists"}