-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathabout.html
55 lines (45 loc) · 3.46 KB
/
about.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: default-header
title: About OpenFL
permalink: about/
---
<p>OpenFL is a free and open-source software framework that empowers developers to build cross-platform applications and games using the Haxe programming language. Designed to feel familiar to developers with Flash or Adobe AIR experience, OpenFL brings the classic display list and event-driven architecture into the modern era with robust hardware acceleration and multi-platform publishing.</p>
<p>Whether you're developing for desktop, mobile, web, or consoles, OpenFL provides a flexible, high-performance foundation. Its modular structure allows you to tailor your project to your exact needs—ideal for everything from 2D games and multimedia apps to tools and educational software.</p>
<h2>The Team</h2>
<div class="container">
<!-- Chris Speciale -->
<div class="row mb-5 align-items-center">
<div class="col-md-3 text-center">
<img class="img-circle" style="max-width:180px;" src="/images/get-involved/default-chrisspeciale.png" alt="Chris Speciale">
</div>
<div class="col-md-9">
<h3>Chris Speciale</h3>
<p>Chris is a developer and open-source contributor focused on cross-platform systems, server frameworks, and native extensions. He leads infrastructure development and is deeply involved in the future direction of OpenFL and its underlying technology stack.</p>
<p><a href="https://github.com/dimensionscape">GitHub</a> · <a href="https://www.patreon.com/c/dimensionscape">Patreon</a></p>
</div>
</div>
<!-- Joshua Granick -->
<div class="row mb-5 align-items-center">
<div class="col-md-3 text-center">
<img class="img-circle" style="max-width:180px;" src="/images/get-involved/github-sponsors-jgranick.jpg" alt="Joshua Granick">
</div>
<div class="col-md-9">
<h3>Joshua Granick</h3>
<p>Joshua is the original creator of OpenFL. He has been a driving force in keeping Flash-style development alive through modern, open standards. He focuses on architecture, rendering, and making cross-platform development simple and fun.</p>
<p><a href="https://github.com/jgranick">GitHub</a> · <a href="https://github.com/sponsors/jgranick">GitHub Sponsors</a> · <a href="https://www.patreon.com/bePatron?u=87581">Patreon</a></p>
</div>
</div>
<!-- Josh Tynjala -->
<div class="row mb-5 align-items-center">
<div class="col-md-3 text-center">
<img class="img-circle" style="max-width:180px;" src="/images/get-involved/github-sponsors-joshtynjala.png" alt="Josh Tynjala">
</div>
<div class="col-md-9">
<h3>Josh Tynjala</h3>
<p>Josh is known for his work on user interface libraries and developer tooling. He brings extensive experience with Flex, Feathers UI, and cross-platform component design. His contributions help keep OpenFL powerful and productive for building rich user experiences.</p>
<p><a href="https://github.com/joshtynjala">GitHub</a> · <a href="https://github.com/sponsors/joshtynjala">GitHub Sponsors</a> · <a href="https://liberapay.com/joshtynjala">Liberapay</a></p>
</div>
</div>
</div>
<h2>Want to Help?</h2>
<p>If you're interested in contributing, sponsoring, or just learning more, check out our <a href="https://openfl.org/get-involved">Get Involved</a> page. Your support helps OpenFL continue to grow and thrive!</p>