Skip to content

Commit a0bd343

Browse files
committed
Add idea about ephemeral solarsystems to IDEAS
Signed-off-by: Stephen M. Cameron <stephenmcameron@gmail.com>
1 parent b69396c commit a0bd343

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

doc/IDEAS.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
Here be ideas about what might or might not be added into the game
22
at some point.
33

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+
432
Wed Jun 30 02:29:08 EDT 2021
533
----------------------------
634

0 commit comments

Comments
 (0)