-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (83 loc) · 3.91 KB
/
index.html
File metadata and controls
98 lines (83 loc) · 3.91 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
layout: hxp
title: HaxePunk
home: true
---
<div class="top-highlight column-group">
<div class="ink-grid">
<div class="column-group">
<div class="hide-small medium-15 large-20"></div>
<div class="small-100 medium-70 large-60">
<h1 class="content-center">Get Inspired. Make Games.</h1>
<p style="text-align: justify;">
HaxePunk is an open source framework, ported from <a href="http://useflashpunk.net/">FlashPunk</a>,
and designed to let you build your game on any platform. It provides the tools to quickly prototype ideas
and the performance to make them great.
</p>
</div>
</div>
<br />
<div class="column-group horizontal-gutters">
<div class="hide-small medium-20 large-20"></div>
<div class="small-50 medium-30 large-30">
<a class="button" href="https://github.com/HaxePunk/HaxePunk/archive/v4.0.1.zip"><i class="icon-download"></i> Download v4.0.1</a>
</div>
<div class="small-50 medium-30 large-30">
<a class="button" href="{{site.baseurl}}documentation/tutorials/getting-started/"><i class="icon-info-sign"></i> Getting started</a>
</div>
</div>
</div>
</div>
<div class="ink-grid vspace mainpoints">
<div class="column-group gutters">
<div class="small-100 medium-50 large-33">
<h1><i class="icon-rocket"></i> Technology</h1>
<p>HaxePunk is built with the <a href="http://haxe.org">Haxe programming language</a> and runs on cross-platform frameworks like <a href="http://openfl.org">OpenFL</a> or <a href="https://github.com/haxenme/nme">NME</a>. Haxe is a strictly typed programming language that saves development time but still compiles high performance executables. Graphics are hardware accelerated using OpenGL.</p>
</div>
<div class="small-100 medium-50 large-33">
<h1><i class="icon-puzzle-piece"></i> Features</h1>
<p>HaxePunk is packed with features. Pick and choose what is useful for your game.</p>
<ul>
<li>Images, Spritemaps, Particle Emitters, Tilemaps, and more</li>
<li>Mask based collision</li>
<li>Joystick and Multi-touch support</li>
<li>Tweens</li>
<li>Debug Console with mask overlays</li>
</ul>
<a class="push-down" href="{{site.baseurl}}features/">View all Features</a>
</div>
<div class="clearfix show-medium hide-large"></div>
<div class="small-100 medium-50 large-33">
<h1><i class="icon-android"></i> Cross-platform</h1>
<p>HaxePunk runs on multiple platforms without the need to rewrite your entire code base. Here are the currently supported platforms.</p>
<dl>
<dt>Desktop</dt>
<dd>Windows, Mac, Linux</dd>
<dt>Web</dt>
<dd>HTML 5 (WebGL)</dd>
<dt>Mobile</dt>
<dd>iOS, Android</dd>
</dl>
<a class="push-down" href="{{site.baseurl}}documentation/tutorials/cross-platform/">Learn more</a>
</div>
<div class="clearfix show-large hide-medium"></div>
<div class="small-100 medium-50 large-33">
<h1><i class="icon-wrench"></i> Demos</h1>
<p>See HaxePunk in action!</p>
<p>Browse the demos or play around with the source code. The examples compile and run on every supported target.</p>
<a class="push-down" href="{{site.baseurl}}demos/">See the demos</a>
</div>
<div class="clearfix show-medium hide-large"></div>
<div class="small-100 medium-50 large-33">
<h1><i class="icon-code-fork"></i> Open Source</h1>
<p>The code for HaxePunk is open source and available under the MIT license. This means there are no restrictions for developing open source or commercial games.</p>
<p>You are free to share the code from your game, if you wish, under whatever license you choose.</p>
</div>
<div class="small-100 medium-50 large-33">
<h1><i class="icon-gamepad"></i> Showcase</h1>
<p>Wanting to show off what you made with HaxePunk? Share it with the world on the showcase page.</p>
<p>Anything from game jam entries to commercial games are welcome.</p>
<a class="push-down" href="{{site.baseurl}}games/">See the games</a>
</div>
</div>
</div>