|
1 | 1 | ---
|
2 | 2 | title: "About"
|
3 | 3 | ---
|
4 |
| -HaxeFlixel is an open source 2D game engine written for use with the [Open Flash Library](https://github.com/openfl) and the [Haxe Toolkit](http://haxe.org), it is completely free for personal or commercial use. It enables multi-platform development for native targets on mobile and desktop as well as Flash and HTML5 on web platforms. |
| 4 | + |
| 5 | +HaxeFlixel is an open source 2D game engine written for use with the [Open Flash Library](https://github.com/openfl) and the [Haxe Toolkit](http://haxe.org), it is completely free for personal or commercial use. It enables multi-platform development for native targets on mobile and desktop as well as Flash and HTML5 on web platforms. |
5 | 6 |
|
6 | 7 | This project was founded by Alexander Hohlov, also known on [Beeblerox](https://github.com/Beeblerox) on GitHub, who continues to be the project lead for the [HaxeFlixel Organisation](https://github.com/HaxeFlixel) group. The project itself also has an active community with contributions from highly valued developers (by GitHub names) [GameDevSam](https://github.com/gamedevsam), [impaler](https://github.com/impaler), [Werdn](https://github.com/werdn), [ProG4mr](https://github.com/ProG4mr), [Gama11](https://github.com/gama11), [sergey-miryanov](https://github.com/sergey-miryanov) and more.
|
7 | 8 |
|
@@ -60,58 +61,69 @@ Everyone is highly encouraged to contribute to HaxeFlixel itself and the resourc
|
60 | 61 |
|
61 | 62 | <h3 id="core-members">Core Members</h3>
|
62 | 63 |
|
63 |
| -<ul class="members-list"> |
64 |
| - |
65 |
| - <li> |
66 |
| - <a href="http://github.com/beeblebrox"> |
67 |
| - <h4>Beeblerox</h4> |
68 |
| - </a> |
69 |
| - <img style="float:left; margin-right: 14px;" src="../images/04_community/developers/Beeblerox.jpeg"> |
70 |
| - <p>The founding member and Author of HaxeFlixel, Alexander completed the first version of HaxeFlixel during 2011, his work is the reason for the project's success.</p> |
71 |
| -</li> |
72 |
| - <li> |
73 |
| - <a href="http://github.com/impaler"> |
74 |
| - <h4>Chris</h4> |
75 |
| - </a> |
76 |
| - <img style="float:left; margin-right: 14px;" src="../images/04_community/developers/impaler.jpeg"> |
77 |
| - <p>Chris is a generalist developer who has worked on various features and bug fixes for the engine and tools. Chris is also responsible for our logo, website and forum and is a long time member of the project.</p> |
78 |
| -</li> |
79 |
| - <li> |
80 |
| - <a href="http://github.com/gamedevsam"> |
81 |
| - <h4>GameDevSam</h4> |
82 |
| - </a> |
83 |
| - <img style="float:left; margin-right: 14px;" src="../images/04_community/developers/crazysam.png"> |
84 |
| - <p>Sam is a formidable programmer who spends his working days doing GUI programming with AAA titles. Sam is also a passionate Indie developer and community organiser in the Baltimore area. He is responsible for many optimisations and improvements to the engine and has been a part of HaxeFlixel shortly after it began.</p> |
85 |
| -</li> |
86 |
| - <li> |
87 |
| - <a href="http://github.com/gama11"> |
88 |
| - <h4>Gama11</h4> |
89 |
| - </a> |
90 |
| - <img style="float:left; margin-right: 14px;" src="../images/04_community/developers/Gama11.png"> |
91 |
| - <p>Gama11 is a highly valued contributor who has taken great pride in making our codebase consistent and structured. He took the lead on the HaxeFlixel 3.x API refactor and improvements to the codebase structure general.</p> |
92 |
| -</li> |
93 |
| - <li> |
94 |
| - <a href="http://github.com/larsiusprime"> |
95 |
| - <h4>Larsiusprime</h4> |
96 |
| - </a> |
97 |
| - <img style="float:left; margin-right: 14px;" src="../images/04_community/developers/larsiusprime.jpeg"> |
98 |
| - <p>Lars is veteran Flixel developer who is best known for his main Indie game Defender's Quest. Lars is also the main dev behind making the flixel-ui framework.</p> |
99 |
| -</li> |
100 |
| - <li> |
101 |
| - <a href="http://github.com/ProG4mr"> |
102 |
| - <h4>ProG4mr</h4> |
103 |
| - </a> |
104 |
| - <img style="float:left; margin-right: 14px;" src="../images/04_community/developers/ProG4mr.jpeg"> |
105 |
| - <p>Tiago is the programmer to thank for our Nape Physics support. Tiago has a flair for great demos and style and is a great multi talented developer.</p> |
106 |
| -</li> |
107 |
| - <li> |
108 |
| - <a href="http://github.com/sergey-miryanov"> |
109 |
| - <h4>Sergey Miryanov</h4> |
110 |
| - </a> |
111 |
| - <img style="float:left; margin-right: 14px;" src="../images/04_community/developers/sergey-miryanov.jpeg"> |
112 |
| - <p>Sergey is an accomplished programmer who is a highly valued voice in discussions and planning for changes in the codebase. Sergey is a long time participator in the HaxeFlixel project.</p> |
113 |
| -</li> |
114 |
| - |
115 |
| -</ul> |
| 64 | +<div class="col gy-2"> |
| 65 | + <div class="row gy-2"> |
| 66 | + <img class="col-md-2 float-start w-auto h-100" src="../images/04_community/developers/Beeblerox.jpeg"/> |
| 67 | + <div class="col-md"> |
| 68 | + <a class="col text-center text-md-start" href="https://github.com/beeblebrox"> |
| 69 | + <h4>Beeblerox</h4> |
| 70 | + </a> |
| 71 | + <p class="col">The founding member and Author of HaxeFlixel, Alexander completed the first version of HaxeFlixel during 2011, his work is the reason for the project's success.</p> |
| 72 | + </div> |
| 73 | + </div> |
| 74 | + <div class="row gy-2"> |
| 75 | + <img class="col-md-2 float-start w-auto h-100" src="../images/04_community/developers/impaler.jpeg"/> |
| 76 | + <div class="col-md"> |
| 77 | + <a class="col text-center text-md-start" href="https://github.com/impaler"> |
| 78 | + <h4>Chris</h4> |
| 79 | + </a> |
| 80 | + <p class="col">Chris is a generalist developer who has worked on various features and bug fixes for the engine and tools. Chris is also responsible for our logo, website and forum and is a long time member of the project.</p> |
| 81 | + </div> |
| 82 | + </div> |
| 83 | + <div class="row gy-2 py-2"> |
| 84 | + <img class="col-md-2 float-start w-auto h-100" src="../images/04_community/developers/crazysam.png"/> |
| 85 | + <div class="col-md"> |
| 86 | + <a class="col text-center text-md-start" href="https://github.com/gamedevsam"> |
| 87 | + <h4>GameDevSam</h4> |
| 88 | + </a> |
| 89 | + <p class="col">Sam is a formidable programmer who spends his working days doing GUI programming with AAA titles. Sam is also a passionate Indie developer and community organiser in the Baltimore area. He is responsible for many optimisations and improvements to the engine and has been a part of HaxeFlixel shortly after it began.</p> |
| 90 | + </div> |
| 91 | + </div> |
| 92 | + <div class="row gy-2 py-2"> |
| 93 | + <img class="col-md-2 float-start w-auto h-100" src="../images/04_community/developers/Gama11.png"/> |
| 94 | + <div class="col-md"> |
| 95 | + <a class="col text-center text-md-start" href="https://github.com/gama11"> |
| 96 | + <h4>Gama11</h4> |
| 97 | + </a> |
| 98 | + <p class="col">Gama11 is a highly valued contributor who has taken great pride in making our codebase consistent and structured. He took the lead on the HaxeFlixel 3.x API refactor and improvements to the codebase structure general.</p> |
| 99 | + </div> |
| 100 | + </div> |
| 101 | + <div class="row gy-2 py-2"> |
| 102 | + <img class="col-md-2 float-start w-auto h-100" src="../images/04_community/developers/larsiusprime.jpeg"/> |
| 103 | + <div class="col-md"> |
| 104 | + <a class="col text-center text-md-start" href="https://github.com/larsiusprime"> |
| 105 | + <h4>Larsiusprime</h4> |
| 106 | + </a> |
| 107 | + <p class="col">Lars is veteran Flixel developer who is best known for his main Indie game Defender's Quest. Lars is also the main dev behind making the flixel-ui framework.</p> |
| 108 | + </div> |
| 109 | + </div> |
| 110 | + <div class="row gy-2 py-2"> |
| 111 | + <img class="col-md-2 float-start w-auto h-100" src="../images/04_community/developers/ProG4mr.jpeg"/> |
| 112 | + <div class="col-md"> |
| 113 | + <a class="col text-center text-md-start" href="https://github.com/ProG4mr"> |
| 114 | + <h4>ProG4mr</h4> |
| 115 | + </a> |
| 116 | + <p class="col">Tiago is the programmer to thank for our Nape Physics support. Tiago has a flair for great demos and style and is a great multi talented developer.</p> |
| 117 | + </div> |
| 118 | + </div> |
| 119 | + <div class="row gy-2 py-2"> |
| 120 | + <img class="col-md-2 float-start w-auto h-100" src="../images/04_community/developers/sergey-miryanov.jpeg"/> |
| 121 | + <div class="col-md"> |
| 122 | + <a class="col text-center text-md-start" href="https://github.com/sergey-miryanov"> |
| 123 | + <h4>Sergey Miryanov</h4> |
| 124 | + </a> |
| 125 | + <p class="col">Sergey is an accomplished programmer who is a highly valued voice in discussions and planning for changes in the codebase. Sergey is a long time participator in the HaxeFlixel project.</p> |
| 126 | + </div> |
| 127 | + </div> |
116 | 128 |
|
117 |
| -</ul> |
| 129 | +</div> |
0 commit comments