-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
94 lines (81 loc) · 3.36 KB
/
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
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
layout: default
---
<div class="content page">
<header>
<h1>Hexworks</h1>
</header>
<p>
<em>Hexworks</em> is a friendly bunch of developers who like to write programs either full time or as a hobby.
Our mission is to build a community of like-minded people who want to learn and help each other. Our focus is
on indie and roguelike games. We'd like to see these communities thrive and to make the lives of those developers easier.
</p>
<p>
That's why we are also working on toos which help with these, like:
the <a href="https://hexworks.org/projects/zircon/">Zircon tile engine</a>,
the <a href="https://github.com/Hexworks/microcline">Microcline Art Studio</a>,
the <a href="https://github.com/Hexworks/mixite">Mixite hexagonal grid library</a>,
and other projects.
</p>
<p>
Feel free to join our <a href="https://discord.com/invite/vSNgvBh">Discord Server</a> if you'd like to join us!
</p>
<h2>Our core members</h2>
<div class="members-cards">
<div class="member-card">
<div>
<img src="/assets/img/avatar_addamsson.png" alt="Addamsson avatar"/>
</div>
<h3>Addamsson</h3>
<p>
is the core developer behind Zircon and Mixite. Spends his time mostly working
on Open Source projects.
</p>
</div>
<div class="member-card">
<div>
<img src="/assets/img/avatar_geldrin.png" alt="Geldrin avatar"/>
</div>
<h3>Geldrin</h3>
<p>
is our creative guy, making artwork, pixel art, and even ASCII art.
</p>
</div>
<div class="member-card">
<div>
<img src="/assets/img/avatar_milonoir.png" alt="Milo avatar"/>
</div>
<h3>Milo</h3>
<p>
is our multiplayer programmer, and he also works on the Microcline editor.
</p>
</div>
</div>
<div class="clear"></div>
<h2>Our projects</h2>
<p>
We are working on multiple projects, all open source which might be useful for you
if you are working on, or planning to work on a game.
</p>
<h3>Zircon</h3>
<p>
Zircon is extensible, multiplatform and user-friendly tile engine. You can use it
if you want to create a roguelike game, since it supports ASCII and CP437 tiles.
If you want a more traditional tile-based game Zircon is also a good option as it
comes with some nice and open source graphical tilesets out of the box.
Take a look:
<img src="/assets/img/zircon_full_example.gif" alt="Zircon full example"/>
</p>
<h3>Mixite</h3>
<p>
<a href="https://github.com/Hexworks/mixite">Mixite</a> is a GUI agnostic hexagonal grid
library. Supports a multitude of grid layouts including hexagonal, triangular, rectangular
and more. it is also a multiplatform project so you can use it in the browser, on
Android, or in your desktop app as well!
</p>
<h2>Contributing</h2>
<p>
If you have excess creative power and you want to contribute to open source just
take a look at <a href="https://github.com/Hexworks/zircon/projects/2">our project board for Zircon</a>.
</p>
</div>