`
cwydfq
  • 浏览: 8608 次
  • 性别: Icon_minigender_2
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论
阅读更多
关键字: flex 开源项目
1. Flexbox
http://flexbox.mrinalwadhwa.com/
这是一位来自印度的flex开发者在07年2月份建立的flex组件库,里面也有不少好东西。

2. Flexlib
http://code.google.com/p/flexlib/
由Dougmccune等人建立的flex组件库,其中有不少实用的组件。

3.SpringGraph Flex Component
http://mark-shepherd.com/blog/springgraph-flex-component/
非常酷的拓扑关系组件!

4.Flex Visual Graph Library
http://code.google.com/p/flexvizgraphlib/
又一个拓扑图形展示的类库,动态效果那叫“惊艳”!
该项目的讨论组:
http://groups.google.com/group/flexvizgraphlib

5. Open Source Framework for Flex / Flash & AIR(Apollo)
http://code.google.com/p/advancedflex/
The Advanced Flex project is open source Libraries & Framework for Adobe Flex & Flash developer. This is the framework written in AS3.0 & MXML for Flex & Flash & AIR(Apollo).

看起来里面涉及到了AOP及debugger等内容,有时间要好好看看了。

6. Open Source Flex Component: TreeMap
http://www.zeuslabs.us/2007/11/14/open-source-flex-component-treemap/

7. FlexMDI
http://code.google.com/p/flexmdi/
主要解决多窗口应用生成的问题,全名叫做:Flex Multiple Document Interface ,效果很不错,对于做基于窗口的应用来说是个好的起点。

8. 反射组件类reflexutil
http://code.google.com/p/reflexutil/
这是作者的博客:
http://blog.deconcept.com/

9. 对象处理器flex-object-handles
http://code.google.com/p/flex-object-handles/
作者对该组件的介绍:
http://rogue-development.com/objectHandles.xml
WIKI:
http://code.google.com/p/flex-object-handles/wiki/ObjectHandlesUsage
功能是很强大,不过要想自己使用,还需修改一番!

10.CheckboxTree和Carousel组件
http://giles.roadnight.name/components.cfm
都有演示和源码!

11.Flex拖拽库
http://code.google.com/p/flex-drag-n-drop-lib/
新鲜出炉的类库,太棒了,以后做拖拽处理就方便多了!

12. GeoVis
http://code.google.com/p/birdeye/wiki/GeoVis
GeoSpatial Analysis Components,地理空间分析组件,类似与矢量数据描述组件,比如矢量地图什么的。

13.antennae
http://code.google.com/p/antennae/
基于ant的Flex工程编译模版,内置FlexUnit等测试工具,很强大的说。

14.Degrafa:声明式的图形描述框架
官方网站:
http://www.degrafa.com/
googlecode:
http://code.google.com/p/degrafa/
演示:
http://samples.degrafa.com/
个人还是喜欢用AS3和flashIDE来绘图,不太喜欢这个东西。不过这可框架有专门的组织来推动,似乎前景不错!

15.openflux
号称是 an open-source Flex component framework which allows developers to create radically new and custom Flex components,似乎是基于下一代Flex组件标准,但是目前还没看到更多的东西。只有这个:
http://www.bobjim.com/2008/04/04/updated-plexiglass-openflux-3d-example/
该项目的GoogleCode:
http://code.google.com/p/openflux/

16.FlexReport
http://code.google.com/p/flexreport/
作者博客:
http://www.kemelyon.com/bts/
一个开源的客户端报表生成组件,目前唯一不足的是不能消除字体的锯齿问题,不过只要不放大字体,应该没问题

**********************************************************************

AS3开源项目

1.Flex/Actionscript Math Library
http://code.google.com/p/as3mathlib/
The Flex/Actionscript Math Library (as3mathlib) is intended to provide a rudimentary numerical analysis toolkit for the Actionscript/Flex programming environment.

一个很不错的基础项目,不过看起来还没有完成:This library has just been converted from Actionscript 2 to Actionscript 3. It is not ready for general use.

2.ActionScript 3.0 library for several basic utilities
http://code.google.com/p/as3corelib/
AS3核心类库,里面有包括加密、图形文件编码等等类库。

3.alivepdf
http://code.google.com/p/alivepdf/
是一个Open-source AS3 PDF library,目的在于将flash内容转为pdf文件信息,通过后台程序来生成pdf文件。

4.Tweener
http://code.google.com/p/tweener/
A class for creating tweens in actionscript 2 and 3 – because there’s infinity between 0 and 1.

5.ActionScript 3 libraries for interactive visualizations on the web
http://flare.prefuse.org/
刚(10.22.2007)发布的数据可视化工具包,目前alpha版,不过有不少亮点了,很有希望。

6.Dependency injection / Inversion of control container for ActionScript 3, Flash 9, and Flex 2
http://code.google.com/p/di-as3/

7.as3ds
http://code.google.com/p/as3ds/
AS3 Data Structures For Game Developers

以前记得这个好像是收费的,现在看起来没限制的使用了。

8.Pulse粒子系统

作者对该系统的介绍:
http://www.rogue-development.com/pulseParticles.html

Google code:
http://code.google.com/p/pulse-particle/

演示地址:
http://rogue-development.com/pulse/explorer/

9.AS3 GIF Player Class
http://www.bytearray.org/?p=95
GoogleCode:
http://code.google.com/p/as3gif/

10.AS3的物理引擎(ActionScript 3 Physics Engines)
http://henryjones.us/articles/actionscript-3-physics-engines

11. 数据可视化类库Prefuse
http://flare.prefuse.org/
the flare visualization toolkit:ActionScript 3 libraries for interactive visualizations on the web.

12.文档解析类库:vanrijkom-flashlibs
http://code.google.com/p/vanrijkom-flashlibs/

其中最有用的可能是地图文件和3D文件的解析类库了!

13.MinimalComps: Minimal AS3 UI Component Set
http://www.bit-101.com/blog/?p=1126

14.GoogleMap Flash Interface
http://code.google.com/p/google-maps-flash-interface/
可惜的是written in ActionScript 2,不过应该有借鉴意义。

15.ScaleBitmap : 9-slice bitmap class
http://www.bytearray.org/?p=118
一个缩放位图的类,很有用!

16.开源AS3即时通讯类库XIFF
http://www.igniterealtime.org/projects/xiff/

17.另一粒子系统Flint Particle system
http://flintparticles.org/

**********************************************************************

AS33D项目

1. PV3D

虽然该项目发布不长时间,但是它已经名声远扬了,遗憾的是这段时间它的官方博客不能访问了,只能访问它其他网站:
Google code
http://code.google.com/p/papervision3d/
Wiki
http://wiki.papervision3d.org/
John Grden
http://www.rockonflash.com/blog/

2. away3D:

官方网站:
http://www.away3d.com/

google code:
http://code.google.com/p/away3d/

同pv3d一样,是基于actionscript 3的flash3D引擎:
Away3D is a realtime 3d engine for flash in actionscript 3, originally derived from Papervision3D

**********************************************************************

与JS相关类库

1.SWFAddress
http://www.asual.com/swfaddress/
项目地址:
http://sourceforge.net/projects/swfaddress

SWFAddress is a small, but powerful library that provides deep linking for Flash and Ajax. It’s a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state. SWFAddress enables a number of important capabilities which are missing in today’s rich web technologies

该类库解决了swf的难题,深度链接,也是flex3的一个重要特色,值得关注!

2. 不可不提的swfobject
http://code.google.com/p/swfobject/
SWFObject is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small JavaScript file

3.HTMLWrapper
http://code.google.com/p/htmlwrapper
Motion & Color Inc. today open-sourced a public beta version of
Wrapper, formerly used for closed-sourced projects. Wrapper is a
cross-browser compliant HTML/CSS rendering engine written in
ActionScript that sits on top of your standards compliant HTML page.
Wrapper eliminates cross-browser issues and makes integrating
ActionScript and HTML/CSS projects possible without needing to
compile. Wrapper will be available free from

**********************************************************************

企业级组件库

1.YahooFlex/Flash组件ASTRA Galore

ASTRA Galore: New Flash and Flex Components
http://www.yswfblog.com/blog/2008/01/30/astra-galore-new-flash-and-flex-components/
官方的话是这么说的:
Our ASTRA library of components has just been updated with three new Flash components and seven (yeah, we are serious about this) new Flex components, as well as some important updates to the existing ones.

Yahoo,真棒!

**********************************************************************

ROR与Flex相关类库

1.The Ruby on Rails RIA SDK by Adobe
http://code.google.com/p/rubyonrails-ria-sdk-by-adobe/

2. as3Stomp – Project site and source code
http://flexonrails.net/?p=99
该项目在Googlecode地址:
as3-stomp
This library is an actionscript 3 implementation of the Stomp protocol. It enables communication between Flash or Flex and any Stomp broker.

It has been primarily designed to work with Apache ActiveMQ.

**********************************************************************

测试类库

1. 使用FlexUnit
http://www.adobe.com/devnet/flex/articles/unit_testing.html
http://code.google.com/p/as3flexunitlib/

2. 可视化Flex单元测试框架visualflexunit:
Announcing Visual FlexUnit – A Visual Testing Extension for FlexUnit

该项目的home page在google code。
作者Douglas McCarroll与合作公司Allurent共同建立了这个项目,并开源供大家使用。

**********************************************************************

开源FlexMap组件
1. uMap
homepage:
http://www.afcomponents.com/components/umap_as3/
demos:
http://ccgi.arutherford.plus.com/website/flex/UMap/UMapFlexDemo/
mouseover to triangle to show picture:
http://ccgi.arutherford.plus.com/website/flex/modestmaps/sampleCCTV/

2.modesMap
homepage:
http://modestmaps.com/
demos:
http://modestmaps.com/example.html
http://modestmaps.com/tutorial-actransit/actransit.html

**********************************************************************

Flex框架类库

1、针对Cairngorm的扩展框架:Flexcairngoam

http://code.google.com/p/flexcairngorm/

Adobe官方的cairngorm框架早就被人们诟病,这次这个非官方的补充,看来是个容易让人接受的框架了!

**********************************************************************

分享到:
评论

相关推荐

    一些不错的开源Flex项目.txt

    ### 开源Flex项目的知识点概述 #### 一、Flex开源项目概览 文本中提到了一系列与Flex相关的开源项目,这些项目覆盖了从组件库到框架等多个方面,为开发者提供了丰富的资源来构建高质量的应用程序。 #### 二、...

    AxiisChart--开源Flex图表库

    里面是swc库和例子 导入后可以直接运行

    Flex开源项目

    Flex开源项目是一系列用于Adobe Flex、Flash及AIR开发的免费资源,它们提供了丰富的组件、库和框架,帮助开发者构建更加复杂和功能丰富的用户界面。以下是一些重要的Flex开源项目的详细介绍: 1. **Flexbox**: 由...

    开源3DMap Flex 3D地图

    开源3DMap Flex 3D地图是一款基于Adobe Flex技术的开源项目,旨在提供高质量的三维地图服务,其性能和功能可以媲美甚至超越商业产品如E都市地图。Flex是一种基于ActionScript 3.0的开源框架,用于构建富互联网应用...

    flex开源3D地图

    Flex开源3D地图是一种基于Adobe Flex技术的三维地图应用程序,它允许开发者构建交互式的、具有丰富视觉效果的3D地理信息系统。Flex是一个用于构建富互联网应用程序(RIA)的开源框架,它基于ActionScript编程语言和...

    Flex Builder何去何从

    - **开源Flex Builder**:通过开源Flex Builder,Adobe 可以充分利用社区的力量来改进编辑工具,使其更加符合工业化开发的需求,比如增加代码格式化、注释检查等功能。 - **加强AVM研发**:继续加大对AVM 的研发...

    最全的FLEX网站收集分享

    3. FlexBox:一个收集并整理了大量开源Flex组件的站点,适合进阶学习者。 4. FlexLib:原创的开源Flex组件库,与FlexBox不同,它提供了原创组件。 5. Flex Developer Center:Adobe Flex开发者中心,提供丰富的教程...

    群友分享的FLEX工作流设计器(含源码)

    本文将围绕群友分享的开源FLEX工作流设计器展开,带你探索其设计原理和应用潜力。 首先,我们需要了解FLEX。FLEX是由Adobe公司推出的基于ActionScript和Flex SDK的开发平台,它允许开发者使用MXML和ActionScript...

    AS3常见开源项目大全

    7. **Yahoo ASTRA Flash Components**:Yahoo提供的开源Flex组件集,包含多种用户界面组件,可快速构建富互联网应用。 8. **Facebook-as3**:用于AS3访问Facebook API的库,便于在Flash应用中集成社交功能。 9. **...

    flex拓展组件autoComplete开源代码

    该开源项目名为"flex-autocomplete-master",意味着它是Flex的`autoComplete`组件的一个主分支或者是最完整的版本。开发者可以通过下载并解压这个压缩包,获取到所有相关的源代码和示例资源。这些资源可能包括...

    Flex开源项目1个[flex部分]

    Flex开源项目介绍 ------------------- Flex是一种用于构建富互联网应用程序(RIA)的技术,它基于Adobe Flash Player或Adobe AIR运行时环境。在本项目中,"Flex部分"指的是使用Flex框架开发的客户端组件,这些组件...

    flex开源数据控件MecGrid

    Flex开源数据控件MecGrid是一款专为Adobe Flex开发者设计的强大工具,它旨在提供比官方提供的AdvancED数据网格更高级、更灵活的功能。在Flex框架中,数据网格是一种常用组件,用于展示和操作大量结构化的数据。...

    (转载)ArcGIS Flex API配合LibertyGISI加载SHP文件.doc

    LibertyGIS是一个专门用于展示ShapeFiles的开源Flex框架,它的官方网站位于http://code.google.com/p/liberty-gis/。LibertyGIS的核心组件包括一个独立的Map对象、处理SHP文件的DBF和ShapeFile类,以及DataLayer图层...

    Open Source Flex 2.0 Components-开源

    开源Flex 2.0组件库为开发者提供了大量的可复用组件,以便于快速开发功能丰富的Web应用。 这个开源项目旨在促进社区的创新和协作,允许开发者根据自己的需求定制和扩展组件。开源Flex组件不仅包括基础控件,如按钮...

    flexlib开源类库(Flex4版)

    Flexlib开源类库是专为Flex 4设计的一个强大工具集,它提供了许多高级功能和组件,以增强Flex开发者的编程体验。这个类库的主要目标是简化开发过程,提高代码的可重用性和效率,同时也增加了应用程序的灵活性。...

    Flex efflex 开源库

    NULL 博文链接:https://windmark.iteye.com/blog/1709243

    FLEX 开源聊天室

    《深入理解FLEX开源聊天室:构建实时交互的在线社区》 在当今互联网时代,实时通信已经成为各种在线应用的核心功能之一。"FLEX 开源聊天室"作为一个支持多人互动交流的平台,它允许用户进行私聊、群聊,以及创建...

    flex开源项目介绍.doc

    Flex开源项目介绍 Flex是一种用于构建富互联网应用程序(RIA)的开源框架,它基于ActionScript 3(AS3)编程语言和MXML标记语言。这些开源项目为开发者提供了丰富的组件库、工具和框架,帮助他们扩展Flex的功能,...

    flex++编译开源源码

    flex编译器开源源码下载!自动生成C文件,有限自动机原理!

    前端开源库-flex-box

    这个开源库专注于提供基于Flex Box的组件,帮助开发者构建更加灵活和适应性的用户界面。 1. **Flex Box基本概念** - **容器(Container)**:Flex布局中的主元素,设置为`display: flex`或`display: inline-flex`...

Global site tag (gtag.js) - Google Analytics