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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
<link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png">
<title>Achernar</title>
<link href="/css/main.css" rel="stylesheet">
<noscript>
<link href="/css/noScript.css" rel="stylesheet">
</noscript>
<script src="/js/init.js" type="text/javascript"></script>
</head>
<body data-page="achernar">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
<h1 id="anchor.about">the future is now</h1>
<section>
<p><em>Achernar</em> is a european indie development studio based in the Capital Region of Denmark. 🇩🇰</p>
<br>
<p>We aim to develop high-quality video games and software alike, and we believe that all technologies should be for humanity as a whole. We therefore publish all relavent source code for our products.</p>
<p class="note">See footer for contact information.</p>
</section>
<h1 id="anchor.vision">vision</h1>
<section>
<p>The goal of <em>Achernar</em> is to promote modern and robust software for everyone. In other words, our vision is to develop a human and clean industry and community for technology.</p>
<br>
<p>We believe in a society free of patents, and as such we release our scientific software in open-source form. For our games, we try to keep the base engine as open as possible whilst still keeping in mind that they yield our main income.</p>
<br>
<p>Currently, our roadmap is as follows:</p>
<br>
<ul>
<li>
<p>Complete the webservice before <em>autumn, 2024</em></p>
</li>
<li>
<p>Release our first game by <em>2024</em>, including basic merchandise in some form</p>
</li>
<li>
<p>Release early-access for Bowshock on Steam by <em>2025</em></p>
</li>
<li>
<p>Restructure to a normal sole proprietorship</p>
</li>
</ul>
</section>
<h1 id="anchor.team">team</h1>
<section>
<p>As <em>Achernar</em> is currently registered as a <em>PMV</em> (lesser sole proprietorship), <em>Gabriel Bjørnager Jensen</em> is currently our only member.</p>
</section>
<h1 id="anchor.inception">inception</h1>
<section>
<p><em>Achernar</em> was incorporated on the first july of 2024 by current sole proprietor <em>Gabriel Bjørnager Jensen</em>.</p>
<br>
<p>Our domain – <code>achernar.dk</code> – was already registered in the winter of 2021, at that time being used for hosting on-line source code repositories. This was, however, quickly outsourced to <code><a href="https://mandelbrot.dk">mandelbrot.dk</a></code> after I had managed to secure that domain.</p>
<br>
<p><code>achernar.dk</code> was then, in the mean time, used for hosting a few look-up references. This mostly served as my own notes for school – mainly mathematics, physics, and chemistry – but quickly grew unorganised and umaintained, although I did have plans to expand the lexicon.</p>
<br>
<p>The idea of a company had started in the spring of 2020. At that time it would've been named after the binary system <em>Sheliak</em> (Bayer: <code>β Lyræ</code>). But it was this idea that evolved into <em>Achernar</em>.</p>
</section>
<h1 id="anchor.credits">credits</h1>
<section class="fullWidth">
<p>Thanks to the following projects which make our webservice possible:</p>
<br>
<ul>
<li>
<p><a href="https://www.freebsd.org//"><em>FreeBSD</em></a></p>
</li>
<li>
<p><a href="https://nginx.org/en/"><em>nginx</em></a></p>
</li>
<li>
<p><a href="https://sass-lang.com/"><em>Sass</em></a></p>
</li>
<li>
<p><a href="https://www.typescriptlang.org/"><em>TypeScript</em></a></p>
</li>
</ul>
<br>
<p>Additionally thanks to the following creators for the fonts which we use on our website:</p>
<br>
<ul>
<li>
<p>Carrois Apostrophe: <a href="https://fonts.google.com/specimen/Fira+Mono/"><em>Fira Mono</em></a></p>
</li>
<li>
<p>Roman Shamin & the “people” at Evil Martians 👽: <a href="https://fonts.google.com/specimen/Martian+Mono/"><em>Martian Mono</em></a></p>
</li>
<li>
<p>Sorkin Type: <a href="https://fonts.google.com/specimen/Merriweather/"><em>Merriweather</em></a></p>
</li>
<li>
<p>Julieta Ulanovsky, Sol Matas, Juan Pablo del Peral, and Jacques Le Bailly: <a href="https://fonts.google.com/specimen/Montserrat/"><em>Montserrat</em></a></p>
</li>
<li>
<p>Claus Eggers Sørensen: <a href="https://fonts.google.com/specimen/Playfair+Display/"><em>Playfair Display</em></a></p>
</li>
<li>
<p>Matt McInerney, Pablo Impallari, and Rodrigo Fuenzalida: <a href="https://fonts.google.com/specimen/Raleway/"><em>Raleway</em></a></p>
</li>
</ul>
</section>
<!--#include virtual="/include/footer.shtml"-->
</div>
</body>
<script type="text/javascript">
init();
</script>
</html>
|