-
Notifications
You must be signed in to change notification settings - Fork 22
/
about.html
17 lines (12 loc) · 1.5 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
title: About
---
<p class="lead">
Thank you for checking out the <img id="brand-logo" src="/assets/images/hfm-logo.svg" alt="HaxeFlixel Logo" style="width: 32px; height: 32px; padding-bottom: 6px;">HaxeFlixel Snippets site!
</p>
<p>The aim of this site is to showcase some of the individual components and functionality of HaxeFlixel in a way that is easily accessible, clear, and concise to users of all levels.</p>
<p>The Scope of these snippets should only encompass existing HaxeFlixel elements. We are trying to avoid drifting too far away from the scope into the territory of basic programming logic, elements from other frameworks or modules (OpenFL, etc), and from complex, full game concepts (like a snippet for a full platformer game or something) - these are better covered in other places, or perhaps as a <a href="https://haxeflixel.com/demos/">HaxeFlixel Demo</a>.</p>
<p>This project was started in June 2015 by <a href="https://github.com/SeiferTim">Tim I Hely</a> with help from <a href="https://github.com/Gama11">Gama11</a>, and the rest of the <a href="https://haxeflixel.com/documentation/about/">HaxeFlixel Community</a>.</p>
<p>This site was build using <a href="https://jekyllrb.com/">Jekyll</a> (with some fancy, custom plugins) and <a href="https://getbootstrap.com/">Bootstrap</a>.</p>
<p>Contributions are <strong >strongly encouraged</strong> - check out the <a href="https://github.com/HaxeFlixel/snippets.haxeflixel.com/wiki/Contributing">repository</a> for more details.</p>