-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (60 loc) · 2.72 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>CrossBridge SDK by crossbridge-community</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">CrossBridge SDK</h1>
<p class="header">Website</p>
<ul>
<li><a class="buttons github" href="https://github.com/crossbridge-community">GitHub Profile</a></li>
</ul>
</header>
<section>
<h1>
<a name="crossbridge" class="anchor" href="#crossbridge"><span class="octicon octicon-link"></span></a>CrossBridge</h1>
<p>CrossBridge is the open-source version of Adobe FlasCC (formerly the <a href="http://labs.adobe.com/technologies/alchemy/">Alchemy</a> project).
It provides a complete C/C++ development environment for targeting the Adobe Flash Runtime. </p>
<p>Features:</p>
<ul>
<li>
<a href="http://llvm.org">LLVM-GCC 4.2</a> compiler with Flash backend</li>
<li>
<a href="http://www.sourceware.org/gdb">GDB</a> debugger that debugs your code while running in the Flash Player</li>
<li>
<a href="http://www.swig.org">SWIG</a> backend that auto-generates inter-operability code, allowing you to build Flash libraries (SWCs) that wrap C/C++ libs</li>
<li>Multi-threading based on <a href="https://en.wikipedia.org/wiki/POSIX_Threads">POSIX Threads</a>
</li>
</ul><p>Download:</p>
<ul>
<li><a href="https://sourceforge.net/projects/crossbridge-community/files/">SourceForge Project</a></li>
</ul><p>Examples:</p>
<ul>
<li><a href="http://www.vpmedia.hu/crossbridge/neverball">NeverBall</a></li>
<li><a href="http://www.vpmedia.hu/crossbridge/glsdl">GLSDL</a></li>
<li><a href="http://www.vpmedia.hu/crossbridge/starlingfilters">StarlingFilters</a></li>
<li><a href="http://www.vpmedia.hu/crossbridge/qrencode">QREncode</a></li>
<li><a href="http://www.vpmedia.hu/crossbridge/lua">LUA</a></li>
<li><a href="http://www.vpmedia.hu/crossbridge/luastarling">LUA with Starling</a></li>
<li><a href="http://www.vpmedia.hu/crossbridge/liquidfun">LiquidFun</a></li>
<li><a href="http://www.cmodule.org/nehe">OpenGL</a></li>
</ul>
</section>
<footer>
<p><small>Hosted on <a href="http://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>