[转]AS3 Code Libraries (APIs)

本文汇总了众多流行的ActionScript 3.0 (AS3) 库,涵盖了3D引擎、游戏引擎、动画补间引擎等多个方面,并提供了多个资源网站链接。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

http://www.adrianparr.com/?p=83

 

 

Here is a round up of some of the most popular ActionScript 3.0 (AS3) libraries out there to use. Let me know if I have missed an important one off.

NOTE: This list was originally for my personal use (that I thought I would share), it is not intended to compete with or replace the list maintained by OSFlash or RIAForge.

Update 29/10/08: Ted Patrick has put together a list of ActionScript Cloud/Service APIs that he going to highlight during his Adobe MAX 2008 keynote presentation.

Update 28/11/08: I have just come across the Actionscript Classes website. A very handy resource.

Update 11/01/09: Rich Tretola has a small list of AS3 Libs on his blog EverythingFlex.

Update 12/01/09: The Flashchemist has compiled a similar list on his blog.

Update 27/02/09: Check out Spark Project which includes the FLARToolkit for Augmented Reality

Update 11/08/09: I just stumbled across this (old) list of projects.

Update 19/12/09: Sean “theflexguy” Moore has just written a blog entry called ‘List of 34 More ActionScript 3.0 APIs‘. This is a follow-up to his original post ‘List of 22 ActionScript 3.0 API’s‘.

Update 22/12/09: “30+ ‘Must Try’ Open Source Actionscript 3 Libraries” and “30 MORE Awesome Open Source AS3 Libraries

Update 28/01/10: “30 Classes AS3 bem úteis!”

Update 29/01/10: “15 Awesome ActionScript 3 Frameworks To Inspire Your Next Project”

Update 24/02/10: Emanuele Feronato has a good list of Isometric Engines on his blog

Update 19/03/10: Tom Krcha has posted a list of Flash Gaming Engines, plus a few othersthat were new to me

Update 09/07/10: FluxDb has a huge list of AS3 Libraries

3D Engines

3D Game Engines

2D Game Engines

Isometric Engines

3D Animation Framework

3D Physics Engines

Augmented Reality

Animation Tweening Engines

2D Physics Engines

Security

Audio Libraries

Particle Systems

Data Visualization

Loading Kits

OOP Frameworks

Website Frameworks

Debug / Stats / Trace / Output Panels

Other APIs and libraries

### CodeReader Tool or Library in Software Development In the context of software development, a **CodeReader** typically refers to tools or libraries designed for parsing and analyzing source code. These utilities can serve various purposes including static analysis, syntax highlighting, documentation generation, and more. However, specific information about a dedicated "CodeReader" tool is not directly mentioned within provided references[^1]. The concept might be conflated with other similar terms such as coders, programmers, or developers which refer to individuals who write computer programs rather than tools used by them. For instance, when discussing development environments and tools, one encounters issues like missing build tools (`make`) that are crucial for compiling projects but this does not pertain specifically to reading code files programmatically[^2]. When considering specialized applications where understanding existing codes becomes important—such as integrating third-party systems into business intelligence platforms—the focus shifts towards APIs and SDKs (Software Development Kits). For example, IBM Cognos provides an SDK allowing extensive customization through programmatic access to its features without explicitly mentioning any 'code reader' functionality[^3]. To work effectively with source codes using readers, developers often rely on language-specific parsers available via different programming languages’ standard libraries or external packages: ```python import ast def read_python_code(file_path): """Read Python file content.""" try: with open(file_path, "r") as f: tree = ast.parse(f.read(), filename=file_path) return tree except Exception as e: print(f"Error occurred while processing {file_path}: ", str(e)) ``` This snippet demonstrates how Python's built-in Abstract Syntax Tree module could act as a simple yet effective way to parse and analyze python scripts non-executively.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值