Since I published my Java for the Real World eBook, I’ve received several inquires about providing the learning material via video. I will admit I am still skeptical in general about video, but I finally decided to bite the bullet…
Introducing Scalinear 0.1: A Simple Linear Algebra Library for Scala
Earlier this month I was dabbling with WebGL in Scala.js and found myself running into a wall with the matrix math. Since Scala provides no native support for matrices and many WebGL projects leverage Sylvester.js, I was stuck trying to…