Git Product home page Git Product logo

exportuifromflash's Introduction

ExportUIFromFlash

项目类型为jsfl项目,开发工具为Visual Studio Code,和Adobe Animate CC

项目目的

按照junyougame原有通过flash开发UI的工作流,
导出从Adobe Flash(Animate)中制作的控件和数据给其他非AS3项目使用

文件结构

┌Main.jsfl 为项目入口,配置项目各种常量路径
├src\ 使用TypeScript编写的脚本
│ ├Facade.ts 对项目使用的控件Parser,面板的代码生成器进行绑定
│ ├ExtendProto.ts 扩展ECMA3中的基本数据类型
│ ├Solution.ts 项目的主体代码
│ ├core\ 用于存放主要的数据类型
│ ├generators\ 用于放代码生成器的代码
│ ├parsers\ 用于放控件的处理脚本
│ └utils\ 用于放项目用到的工具类
├dist\ 使用tsc的发布路径,目录结构同src,代码为生成后的js代码
├templates\ 用于放代码生成器的代码模板
└typings\tsd.d.ts 中加了项目中用的脚本定义

exportuifromflash's People

Contributors

eos3tion avatar pb24 avatar icegarden avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.