-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
35 lines (35 loc) · 1.83 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
---
layout: default
title: About FIFE
active: home
---
<div class="row-fluid">
<div class="span8">
<p><b>FIFE</b> is a free, open-source cross-platform game engine.
It features hardware-accelerated 2D graphics, integrated GUI, audio
support, lighting, map editor supporting top-down and isometric maps,
pathfinding, virtual filesystem and more!</p>
<p>The core is written in C++ which means that it is highly portable.
FIFE currently supports Windows, Linux and Mac.</p>
<p>Games utilizing FIFE are programmed through Python scripting layer
on top of the base C++ API. Games can be also programmed using the
C++ layer directly.</p>
<p>FIFE is open-sourced under the terms of the <a href="http://www.gnu.org/copyleft/lesser.html">LGPL license</a> so you can freely use
it in non-commercial and commercial projects.</p>
<ul>
<li><a href="http://docs.fifengine.net/user-manual/en/#_features">Features</a></li>
<li><a href="https://github.com/fifengine/fifengine/wiki">Developer Wiki</a></li>
<li><a href="https://github.com/fifengine/cpp-tutorials">C++ Tutorials</a></li>
<li><a href="https://github.com/fifengine/python-tutorials">Python Tutorials</a></li>
<li><a href="https://github.com/fifengine/fifengine/wiki/Downloads">Downloads</a></li>
</ul>
</div>
<div class="showcase-unit span4">
<h3>Showcase</h3>
<ul class="thumbnails">
<li class="row"><a href="img/screen6.jpg" class="thumbnail fancybox" rel="gallery" data-title-id="title-1"><img src="img/screen6_thumb.jpg" /></a></li>
<li class="row"><a href="img/screen5.png" class="thumbnail fancybox" rel="gallery" data-title-id="title-2"><img src="img/screen5_thumb.png" /></a></li>
<li class="row"><a class="btn btn-primary btn-large" href="media.html">More screenshots</a></li>
</ul>
</div>
</div>