Update README.adoc
This commit is contained in:
parent
cb1c8f8563
commit
d4eb9cde39
11
README.adoc
11
README.adoc
|
@ -69,6 +69,9 @@ logo, she could have a simple "h" or "hvn" for a cutie mark <2>.
|
||||||
/ / / / | | | | \ / | | |
|
/ / / / | | | | \ / | | |
|
||||||
/_/ /_/ | | \_/| \/ \_/ | |
|
/_/ /_/ | | \_/| \/ \_/ | |
|
||||||
|
|
||||||
|
An anime-style character would also make me happy but that's ever harder to draw
|
||||||
|
for me.
|
||||||
|
|
||||||
I'm not sure where I took this "h" letter styling from, it seems too familiar.
|
I'm not sure where I took this "h" letter styling from, it seems too familiar.
|
||||||
The above illustrations also show how awful it looks when a logo is just
|
The above illustrations also show how awful it looks when a logo is just
|
||||||
a stylized version of the first letter of a name when you put the two next to
|
a stylized version of the first letter of a name when you put the two next to
|
||||||
|
@ -99,12 +102,12 @@ libstd.so is a beautiful 30 megabytes (compared to libc.a: 4.9M).
|
||||||
|
|
||||||
GUI
|
GUI
|
||||||
~~~
|
~~~
|
||||||
Probably build on top of X11/Xlib or xgb<1>. Wayland can wait until it
|
Probably build on top of X11/Xlib or xgb. Wayland can wait until it
|
||||||
stabilizes--it should not be a major issue switching the backends.
|
stabilizes--it should not be a major issue switching the backends.
|
||||||
Vector graphics can be handled by draw2d<2>.
|
Vector graphics can be handled by draw2d.
|
||||||
|
|
||||||
<1> https://rosettacode.org/wiki/Window_creation/X11#Go
|
- https://rosettacode.org/wiki/Window_creation/X11#Go
|
||||||
<2> https://github.com/llgcode/draw2d
|
- https://github.com/llgcode/draw2d
|
||||||
|
|
||||||
The c2 wiki unsurprisingly has a lot of material around the design and
|
The c2 wiki unsurprisingly has a lot of material around the design and
|
||||||
realisation of GUIs, which might be useful.
|
realisation of GUIs, which might be useful.
|
||||||
|
|
Loading…
Reference in New Issue