File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1
1
Here be ideas about what might or might not be added into the game
2
2
at some point.
3
3
4
+ Sat 01 Mar 2025 04:42:28 PM EST
5
+ -------------------------------
6
+
7
+ Currently we have nine solarsystems defined, requiring 550M in PNG assets:
8
+
9
+ $ du -h
10
+ 86M ./zaurno
11
+ 71M ./varco
12
+ 50M ./tau-scorpii
13
+ 89M ./karado
14
+ 53M ./zolon
15
+ 53M ./sirius
16
+ 41M ./polaris
17
+ 32M ./default
18
+ 77M ./quidgebo
19
+ 550M .
20
+
21
+ (On that front, what if we switched to a different image format, like JPEG
22
+ or QOI or something... could drastically cut down on the size as PNGs aren't small.
23
+
24
+ How could we get more solarsystems without more assets? We could have ephemeral
25
+ (or fake, or some other descriptor) solarsystems without assets, which either
26
+ re-use the existing assets, possibly modifying colors via shaders, or maybe
27
+ develop some procedural shaders or on-the-fly asset generation fast enough for
28
+ warp gate travel (How? Not easy.) This would allow for a greatly expanded
29
+ universe (though maybe a not very interesting universe). Maybe we don't need
30
+ such a thing.
31
+
4
32
Wed Jun 30 02:29:08 EDT 2021
5
33
----------------------------
6
34
You can’t perform that action at this time.
0 commit comments