{"id":13743974,"url":"https://github.com/JimLynchCodes/jimvc","last_synced_at":"2025-05-09T02:32:02.225Z","repository":{"id":13530710,"uuid":"16222128","full_name":"JimLynchCodes/jimvc","owner":"JimLynchCodes","description":"Lightweight actionscript 3 framework that combines MVC (model view controller) and FSM (finite state machine)","archived":false,"fork":false,"pushed_at":"2016-04-18T04:42:56.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T11:29:18.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JimLynchCodes.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}},"created_at":"2014-01-25T01:20:33.000Z","updated_at":"2016-04-18T04:42:57.000Z","dependencies_parsed_at":"2022-09-05T01:51:05.006Z","dependency_job_id":null,"html_url":"https://github.com/JimLynchCodes/jimvc","commit_stats":null,"previous_names":["jimtheman/jimvc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimLynchCodes%2Fjimvc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimLynchCodes%2Fjimvc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimLynchCodes%2Fjimvc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimLynchCodes%2Fjimvc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JimLynchCodes","download_url":"https://codeload.github.com/JimLynchCodes/jimvc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253177766,"owners_count":21866397,"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:00.778Z","updated_at":"2025-05-09T02:32:01.935Z","avatar_url":"https://github.com/JimLynchCodes.png","language":"ActionScript","funding_links":[],"categories":["Frameworks"],"sub_categories":["MVC Framework"],"readme":"jimvc\n=====\n\nLightweight actionscript 3 framework that combines MVC (model view controller) and FSM (finite state machine)\n\nThis is a very simple seed project that I developed after reading about and creating a lot of Flash Applictaions. It was originally designed for simple Flash games and allowed to me to keep my classes small and each have a single responsibility.\n\n### Main.as - This is where the application begins. The core functionality of this class is in the *changeState* function that descides which view to show, kills the old view, shows the new one, and attaches an ENTER_FRAME handler to the new view.\n\n### Model - An internal data store. Here, it's basically a class with public static variables.\n\n### Views - These are handles by main.as, and each represents a different state of the application. These display stuff on the screen.  Each view also has acess to its own ENTER_FRAME handler. \n\n### Controllers - These are almost always singleton classes for me. Basically, the views can hand off work that they need to do into compartmentalized classes that can normally be thought of as a type of helper class.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJimLynchCodes%2Fjimvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJimLynchCodes%2Fjimvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJimLynchCodes%2Fjimvc/lists"}