Just a teeny update. At lunch and after work I got normal mapping mostly working, added some basic fog to help with showing depth in the screenshot, and tweaked a few of the generating parameters.
So without further ado, here be another screenshot. Please ignore the gibberish where once there was text, trying out a new font and got the texture coords wurblinated.
On the non-use of AI in my writing process
-
This isn't a blog entry I wanted to write, but it's a necessary one: a
statement about the use of generative large language models (colloquially
"AI") in m...
Sleep Sort! With Actors! For No Reason!
-
The world's stupidest, racy sort algorithm ported to Scala actors for no
good reason.import scala.actors._ import Actor._ def sleepSort(xs :
List[Int]) : L...
No comments:
Post a Comment