Studio Blog

Every so often we work on things that need to be documented. Sometimes it's a workaround to a reoccuring problem. Sometimes it is cool idea coming to life in the form of a Web Experiment. The Studio Blog is a “Behind The Scenes” look at what we do.

POST: Discovery Passage

Discovery Passage

FOUND IN: Coding HTML5 Games | POSTED ON: February 19, 2021

Interactive Ocean Scene with WebGL

View Demo

POST: Simulating Lighting with CSS Perspective Origin and Shadows

Simulating Lighting with CSS Perspective Origin and Shadows

FOUND IN: CSS Tips and Tricks | POSTED ON: December 21, 2020

CSS Lighting tutorial using pseudo element as shadows

View Demo and Code

POST: PageSpeed Insights

PageSpeed Insights

FOUND IN: Performance and User Experience | POSTED ON: December 16, 2020

It is worth the time spent optimizing your pages for speed.

Read Full Article

POST: Solar System Diorama in CSS

Solar System Diorama in CSS

FOUND IN: CSS Ninja Skills | POSTED ON: December 12, 2020

Using CSS we created an animated scale model of the Solar System. Select a planet to change camera angles.

View Diorama

POST: REALLY F🔥CKING MAD BIRDS

REALLY F🔥CKING MAD BIRDS

FOUND IN: Coding HTML5 Games | POSTED ON: December 12, 2020

A different approach to First Person Shooter. Creating a High Performance Intense VR Experience using Javascript.

Read Full Article

POST: Astro Turret CSS Game

Astro Turret CSS Game

FOUND IN: CSS Ninja Skills | POSTED ON: December 12, 2020

We utilized the text-to-speech API in Javascript on this game to add a Virtual Interaction with guide.

Play The Game

POST: Inactive Window States

Inactive Window States

FOUND IN: CSS Tips and Tricks | POSTED ON: December 12, 2020

By adding a simple Javascript snippet and some basic CSS 3D to a page you can force new interaction with this cool effect.

View Full Tutorial

POST: Constructing a 3D Hand using CSS

Constructing a 3D Hand using CSS

FOUND IN: CSS Tips and Tricks | POSTED ON: December 12, 2020

Learn how to create a 3D hand using CSS and have it track your point position in 3D.

View Demo/Code