This repository has been archived by the owner on Nov 28, 2018. It is now read-only.
forked from silexlabs/Brix
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·49 lines (38 loc) · 1.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html>
<head>
<meta charset="utf-8" />
<title>Brix, Rich UI application framework</title>
</head>
<body>
This project is under development.
> follow us on twitter http://twitter.com/silexlabs
Brix is an HTML5, CSS3 and Haxe JS based application framework.
It provides ready-to-use components to build applications faster.
It injects ready-to-use components into your HTML pages to make a Rich UI application out of it.
The set of Brix components are aggregable, extendable and skinnable with CSS.
Brix is an alternative to Flex based on HTML/CSS web standards.
What Brix brings to your workflow:
Easier and faster development:
- build applications out of HTML/CSS pages,
- industrialize application development by reusing existing components and skins,
- integration with existing IDEs as it's based on standard technologies: HTML5, CSS3 and Haxe,
Robustness:
- Brix components are written with Haxe JS which is - contrary to javascript - strictly typed,
- compilation of HTML and CSS source files (syntax checking, ...),
Performance:
- better performances with the compile time components feature.
Brix is compatible with the <a href="http://www.silexlabs.org/groups/labs/cocktail/">Cocktail</a> and NME Haxe libraries so it can also be compiled to native applications (Android, iOS, desktop) and AIR/Flash applications. Also, a Brix application compiled to HTML5/CSS3/javascript is compatible with PhoneGap.
<ul>
<li>Lead developer: Thomas Fétiveau</li>
<li>Contributors: Alexandre Hoyau</li>
<li><a href="http://opensource.org/licenses/MIT">License: MIT</a></li>
<li><a href="http://www.silexlabs.org">Copyright: Silex Labs</a></li>
</ul>
Links
<ul>
<li><a href="http://www.silexlabs.org/groups/labs/slplayer-project/slplayer-developers/home/">Contributors home</a></li>
<li><a href="http://www.silexlabs.org/groups/labs/slplayer-project/slplayer/home/">Developers home</a></li>
<li><a href="https://github.com/silexlabs/Brix">Brix source code</a></li>
</ul>
</body>
</html>