Up to 2021-01-05

This commit is contained in:
Aly 2021-01-05 21:30:59 -08:00
parent 5ecbea3046
commit f5ac2a02ce
5 changed files with 40 additions and 0 deletions

2
aly.md
View File

@ -2,6 +2,8 @@
- A [[person]].
- My [[self]].
- [[Matrix]] `@aly:scuttlebug.space`
- [[Mastodon]]/[[MissKey]] `@aly@soc.scuttlebug.space`
- [[pull]] [[s5bug]]
[//begin]: # "Autogenerated link references for markdown compatibility"

14
journal/2020-12-31.md Normal file
View File

@ -0,0 +1,14 @@
# 2020-12-31
- Checked up on the status of a [[decompilation]] project for
[[Mario Kart Wii]].
- A disassembly does exist, but it has not been updated in over 2 years.
- Hoping that once the [[Super Mario Galaxy]] decompilation has been finished
to a certain degree, MKWii will be the next target.
- Worked on my Unscii to BMFont converter. Fruitless endeavor, the font is much
too big to be a reasonable size as a BMFont, and I wouldn't even be able to
get it to work with Webpack.
[//begin]: # "Autogenerated link references for markdown compatibility"
[decompilation]: ../decompilation "Decompilation"
[//end]: # "Autogenerated link references"

11
journal/2021-01-01.md Normal file
View File

@ -0,0 +1,11 @@
# 2021-01-01
- Tried to create a small 3D game using [[OpenGL]] and [[Zig]].
- [[Zig]] doesn't have the libraries to do anything substantial in 3d, so
I gave up and am using C++.
- [Rant about graphics programming](https://twitter.com/s5bug/status/1345179895341596672).
- Tried [[Godot]]. A little odd for me, but it'll do what I want thankfully.
[//begin]: # "Autogenerated link references for markdown compatibility"
[Zig]: ../zig "Zig"
[//end]: # "Autogenerated link references"

8
journal/2021-01-03.md Normal file
View File

@ -0,0 +1,8 @@
# 2021-01-03
- Conceptualized an [[OpenGL]] loader in [[Zig]].
- Looked into solving non-euclidean Rubik's Cubes via [[MagicTile]].
[//begin]: # "Autogenerated link references for markdown compatibility"
[Zig]: ../zig "Zig"
[//end]: # "Autogenerated link references"

5
journal/2021-01-05.md Normal file
View File

@ -0,0 +1,5 @@
# 2021-01-05
- Set up a [[Matrix]] instance.
- Set up a [[MissKey]] instance.
- I feel like a master of [[Nginx]] and [[Let'sEncrypt]] :)