Update to February

This commit is contained in:
Aly 2021-02-12 13:55:05 -08:00
parent 579048cbc4
commit 3f996d20ad
3 changed files with 22 additions and 0 deletions

3
journal/2021-02-09.md Normal file
View File

@ -0,0 +1,3 @@
# 2021-02-09
- Learned how to solve a 4x4x4 Rubik's Cube.

11
journal/2021-02-10.md Normal file
View File

@ -0,0 +1,11 @@
# 2021-02-10
- Worked more on the GUI system for [[monadmachines]].
- Worked more on the Timezone system for [[chalkbot]].
- [[chalkbot]] now uses [[OpenStreetMap]] to determine the timezone for a
location.
[//begin]: # "Autogenerated link references for markdown compatibility"
[monadmachines]: ../monadmachines "monadmachines"
[chalkbot]: ../chalkbot "chalkbot"
[//end]: # "Autogenerated link references"

8
journal/2021-02-11.md Normal file
View File

@ -0,0 +1,8 @@
# 2021-02-11
- Learned how to solve a 5x5x5 Rubik's Cube.
- Learned about different ways to render text with [[OpenGL]] and [[FreeType]].
- To squish and stretch text like how it is done in [[Mario Kart Wii]],
either [[FreeType]] can [[rasterize]] each transformed character, or
possibly, each character can be pre-rendered to a [[Signed Distance Field]]
and then shaders can transform characters from there.