Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tconkling/react-as3
A signals/slots and functional reactive programming library for ActionScript
https://github.com/tconkling/react-as3
Last synced: 6 days ago
JSON representation
A signals/slots and functional reactive programming library for ActionScript
- Host: GitHub
- URL: https://github.com/tconkling/react-as3
- Owner: tconkling
- License: other
- Created: 2013-06-06T18:10:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T19:55:21.000Z (about 6 years ago)
- Last Synced: 2024-10-11T09:29:39.138Z (29 days ago)
- Language: ActionScript
- Size: 104 KB
- Stars: 32
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - react-as3 - A signals/slots and functional reactive programming library for ActionScript (Frameworks / Signals Framework)
README
React-as3
=========React is a low-level library that provides [signal/slot] and [functional
reactive programming]-like primitives. It can serve as the basis for a user
interface toolkit, or any other library that has a model on which clients will
listen and to which they will react.React-as3 is a port of [React](http://github.com/threerings/react), a Java
library created by Three Rings Design.Building
--------The library is built using [Ant] (or with and IDE like [Flash Builder]).
From the command line, invoke `ant` to build the library, or `ant maven-deploy`
to build and deploy it to your local Maven repository.There's also a Flash Builder project at the root level of the repository.
Artifacts
---------To add a React-as3 dependency to a Maven project, add the following to your
`pom.xml`:
com.timconkling
react-as3
1.2.1
Distribution
------------React-as3 is released under the New BSD License. The most recent version of the
library is available at http://github.com/tconkling/react-as3Contact
-------Feel free to open issues on the project's Github home.
Twitter: [@timconkling](http://twitter.com/timconkling)
[signal/slot]: http://en.wikipedia.org/wiki/Signals_and_slots
[functional reactive programming]: http://en.wikipedia.org/wiki/Functional_reactive_programming
[Maven]: http://maven.apache.org/
[Ant]: http://ant.apache.org/
[Flash Builder]: http://www.adobe.com/products/flash-builder.html