Logan Ruf's posts
Trying to choose a library to handle the styling of a website? A few top contenders in 2021 are Bootstrap, Semantic UI, and the new kid on the block, Tailwind CSS. What are the differences, and which one will be right for you?
read more...Posted on 2021 Feb
WebGL gives the freedom to create unique projects in the web-browser. Utilizing the GPU’s power through GLSL lets you achieve a performance you can’t typically achieve with Javascript.
read more...Posted on 2021 Feb
The marching squares is a well know algorithm in computer science. I’ll show you how to recreate this demo in Javascript, but first mess around with demo, and see if you can figure out how it is done!
read more...