You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>