{"id":13991839,"url":"https://github.com/superman2211/guepard","last_synced_at":"2025-07-22T14:32:32.755Z","repository":{"id":133387084,"uuid":"124109661","full_name":"superman2211/guepard","owner":"superman2211","description":"flash to html5 converter, as3 to javascript translator","archived":false,"fork":false,"pushed_at":"2022-07-14T09:18:02.000Z","size":7506,"stargazers_count":62,"open_issues_count":7,"forks_count":20,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-08-09T14:05:21.204Z","etag":null,"topics":["actionscript3","air","canvas2d","compiler","converter","flash","html5","javascript","parser","swf"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/superman2211.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}},"created_at":"2018-03-06T16:54:05.000Z","updated_at":"2024-01-13T00:29:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"10ff99af-3047-47cd-8089-42600b64c8b9","html_url":"https://github.com/superman2211/guepard","commit_stats":null,"previous_names":["antonovsergey2211/guepard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superman2211%2Fguepard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superman2211%2Fguepard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superman2211%2Fguepard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superman2211%2Fguepard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superman2211","download_url":"https://codeload.github.com/superman2211/guepard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227124027,"owners_count":17734244,"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":["actionscript3","air","canvas2d","compiler","converter","flash","html5","javascript","parser","swf"],"created_at":"2024-08-09T14:01:37.511Z","updated_at":"2024-11-29T12:30:53.721Z","avatar_url":"https://github.com/superman2211.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Guepard \n**Flash** to **HTML5** converter.   \n\n## Conversion process\n- Parsing resources (from **SWF** or **FLA** files)\n- Creation atlases\n- Export resources from **SWF** to **XML** for animations and structure, and **JPG** / **PNG** for graphics and atlases\n- Parsing **AS3** code\n- Analysing code and fixing unknown types\n- Export **JS** code\n- Generation **HTML** page\n\n## Usage (windows, mac, linux)\n- Install **Adobe AIR**\n- Install [converter.air](https://github.com/AntonovSergey2211/guepard/blob/master/air/converter.air) AIR application\n- Download and extract **Guepard SDK** from **/sdk** to your folder\n- Start application and create new project\n- Set all fields in all tabs as you need\n- Set **SDK Path** to your folder in **Settings** tab\n- Build project\n\n## Build (windows)\n- Download and unpack or clone **this repository**\n- Download and install [java](https://www.java.com/en/download/)\n- Download and install [.net framework](https://www.microsoft.com/en-us/download/search.aspx?q=.net%20framework)\n- Download and install [FlashDevelop](http://www.flashdevelop.org/)\n- Run **FlashDevelop**\n- In opened **RunMan** select and install:\n\t- **Flex SDK + AIR SDK**\n\t- **Adobe AIR**\n- You can run **RunMan** after by menu: **Tools -\u003e Install Software**\n- After install all components restart **FlashDevelop**\n- Create project: **Menu -\u003e Project -\u003e Action Script 3 -\u003e AIR AS3 Projector**\n\t- Name: **converter**\n\t- Location: **guepard repository location**\n- Set main class: **Project Tab -\u003e src/com/guepard/app/Converter.as -\u003e Context Menu -\u003e Set Document Class**\n- In the same tab \n\t- **lib/bloodyCrypto/bloody_crypto.swc -\u003e Context Menu -\u003e Add to library**\n\t- **lib/design/design.swc -\u003e Context Menu -\u003e Add to library**\n\t- **lib/zip/fzip.swc -\u003e Context Menu -\u003e Add to library**\n- Run project!\n\n## Demos\n\n**Demos from Adobe Animation / Adobe Flash Proffesional:**\n\nShapes\n[flash](https://superman2211.github.io/guepard/demo/shapes/shapes.swf)\n[html5](https://superman2211.github.io/guepard/demo/shapes/build/)\n\nImages\n[flash](https://superman2211.github.io/guepard/demo/images/images.swf)\n[html5](https://superman2211.github.io/guepard/demo/images/build/)\n\nTexts\n[flash](https://superman2211.github.io/guepard/demo/texts/texts.swf)\n[html5](https://superman2211.github.io/guepard/demo/texts/build/)\n\nAnimation\n[flash](https://superman2211.github.io/guepard/demo/animation/animation.swf)\n[html5](https://superman2211.github.io/guepard/demo/animation/build/)\n\nMask\n[flash](https://superman2211.github.io/guepard/demo/mask/mask.swf)\n[html5](https://superman2211.github.io/guepard/demo/mask/build/)\n\nFla \n[flash](https://superman2211.github.io/guepard/demo/fla/fla.swf)\n[html5](https://superman2211.github.io/guepard/demo/fla/build/)\n\n**Demos from Flash Develop / Flex / IntelliJ Idea:**\n\nGame \n[flash](https://superman2211.github.io/guepard/demo/game/bin/match3.swf)\n[html5](https://superman2211.github.io/guepard/demo/game/build/)\n\nDraw \n[flash](https://superman2211.github.io/guepard/demo/draw/out/production/draw/Main.swf)\n[html5](https://superman2211.github.io/guepard/demo/draw/build)\n\nXML / XMLList \n[flash](https://superman2211.github.io/guepard/demo/xml/out/production/xml/Main.swf)\n[html5](https://superman2211.github.io/guepard/demo/xml/build)\n\nExtreme AS3 Code \n[flash](https://superman2211.github.io/guepard/demo/extreme/out/production/extreme/Main.swf) \n[html5](https://superman2211.github.io/guepard/demo/extreme/build) \n[as3](https://github.com/AntonovSergey2211/guepard/blob/master/demo/extreme/src/Main.as) \n[js](https://github.com/AntonovSergey2211/guepard/blob/master/demo/extreme/build/js/Main.js) \n\n**Third Party**\n\nBox2D\n[flash](https://superman2211.github.io/guepard/demo/box2d/out/production/box2d/Main.swf)\n[html5](https://superman2211.github.io/guepard/demo/box2d/build)\n\n## Known issues\n- Now **WebGL** not works - only **Canvas** render.\n- There are many limitations of code conversion from **AS3** to **JS**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperman2211%2Fguepard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperman2211%2Fguepard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperman2211%2Fguepard/lists"}