-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
29 lines (19 loc) · 914 Bytes
/
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
---
layout: default
title: Bacon2D
page: index
feature: <div class="github-feature"><p>Get involved!</p> <a class="forkme" href="https://github.com/Bacon2D/Bacon2D">Fork me on GitHub</a></div>
---
<h2 class="tagline">2D Game Engine for QML</h2>
<p>Bacon2D is a framework to ease 2D game development, providing ready-to-use QML elements representing basic game entities needed by most of games.</p>
<h3>Features</h3>
<h5>Physics</h5>
<p>Bacon2D uses Box2D, a 2D rigid body simulation engine for games. Box2D lets you make objects move in realistic ways and make the game world more interactive.</p>
<h5>Parallax Scrolling</h5>
<p>A scrolling technique wherein background images move slower than foreground images, creating an illusion of depth.</p>
<!--
<h5>Viewport</h5>
<p></p>
-->
<h5>Behaviors</h5>
<p>Quickly add interactivity to entities in your game, useful for adding artificial intelligence.</p>