-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
125 lines (103 loc) · 6.05 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
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
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="64k Scene"/>
<meta property="og:description" content="A website dedicated to 64k intros: realtime computer animations in less than 64kB" />
<title>64k Scene | About</title>
<link rel="stylesheet" href="style.css">
<header>
<nav>
<a href="index.html">Gallery</a>
<a href="resources.html">Resources</a>
<a href="about.html">About</a>
</nav>
</header>
<section>
<div class="card">
<h2>What are 64k intros?</h2>
<p>
64k scene is a website about so called <em>64k intros</em>, a kind of size constrained digital art from the demoscene.
</p>
<p>
The demoscene is an international computer art subculture which explores artforms on computer platforms.
Often following self-imposed sets of rules or constraints, those artforms include graphics, music, game or animation, but the most typical one are the "demos".
</p>
<p>
Demos stand at the crossroad of short films, music videos and video games.
Although they present a non-interactive experience, often music driven, like a music video does, they are rendered in real-time like video games are.
Intended to awe their audience, they are a demonstration of programming, visual art and musical skills.
</p>
<p>
64k intros are demos with an added arbitrary limitation on the size: they consist of a single binary file of no more than 65,536 bytes.
With no extra assets, no network access and no extra libraries, they intend to further astonish the viewer with what can be achieved within such a small size.
</p>
<blockquote>
<p>
One of the core competencies of the demoscene is size-coding, which tries to make the program code as lean as possible. In addition, the tracking of music as a programming-like composing technique and the hacking attitude aimed at mastering new hardware platforms play important roles in the scene. In all those instances, self-limitation is an important creative driver.
</p>
<footer>
<a href="https://www.unesco.de/en/culture-and-nature/intangible-cultural-heritage/demoscene-culture-digital-real-time-animations">UNESCO Intangible Cultural Heritage page on the demoscene</a>.
</footer>
</blockquote>
<p>
Like other demoscene productions, 64k intros are usually shown during competitions at festivals known as demoparties.
But despite being released online, they rarely get the attention they deserve.
This website intends to show some noteworthy examples of the genre, and gather some documentation and resources for creators, newcomers and seasoned alike, who are interested in this kind of size coding.
</p>
<p>
</p>
</div>
<div class="card">
<h2>How to watch an intro?</h2>
<p>
If you click on a screenshot, it will open a capture on YouTube. Unfortunately, the visual quality is lower due to the
video encoding. While YouTube captures are convenient, you may consider downloading the intro and excuting it on your
machine.
</p>
<p>
When you click on the Information icon, you will be redirected to Pouet, which contains more information about the
production. In particular, you will see the platform (often Windows, occasionally Linux or Web). You will also find the
download link: it is usually a .zip file containing the executable (with a few other files that are not required for
running the intro, such as a screenshot or an info file). The intro shouldn't need anything else to run, except for
up-to-date drivers.
</p>
<p>
Antivirus software might flag issues with an executable. This happens because of the compression techniques (some
viruses have used the same tools). The executables have been tested many times by lots of people, without any issue.
We regularly contact antivirus companies to avoid the false reports, but we don't have a perfect solution.
</p>
</div>
<div class="card">
<h2>How was the selection made?</h2>
<p>
This website shows a curated selection of 64k intros that are noteworthy for their artistic or technical qualities. The initial
selection was made using popularity on <a href="https://www.pouet.net">pouet.net</a> and Meteoriks nominations as input.
</p>
<p>
You can contribute to this website by <a href="https://github.com/64k-scene/64k-scene.github.io/pulls">opening pull requests</a>,
or give feedback in the <a href="https://github.com/64k-scene/64k-scene.github.io/issues">issue tracker</a>.
</p>
</div>
<div class="card">
<h2>Where to see more from the demoscene?</h2>
<p>
<a href="https://www.pouet.net/">Pouet</a> and <a href="https://demozoo.org/">Demozoo</a> contain more exhaustive lists
of demos.
</p>
<p>
We also recommend checking:
</p>
<ul>
<li><a href="https://www.meteoriks.org/">The Meteoriks</a>, an award to honor the best demoscene productions
<li><a href="https://curio.scene.org/">Curio</a> for a selection of demos of all sizes
<li><a href="https://executable.graphics/">executable.graphics/</a> for a selection of images generated in 4kB
<li><a href="https://nanogems.demozoo.org/">Nano Gems</a> for a selection of tiny intros (less than 1kB)
</ul>
<p>
If you are interested in the topic, consider <a href="https://www.demoparty.net/upcoming">attending a
demoparty</a>. It is a great way to discover the demoscene, and meet the people.
</p>
</div>
</section>