COBERTOS

HomeBlog

LTU Forge Global Games Jam

February 16, 2019
Tags:javascript7gamedev5

pixijs

2d

Participated in my first games jam a couple weeks ago, the LTU Forge Global Games Jam. Super fun, a little stressful at times, but it was so exciting to ...

Read More »

Vue.js render() and $slots; Corrupt DOM

October 17, 2018
Tags:javascript7

vuejs

Just ran into an issue today when making a component with a custom render() function and messing around with vnodes passed in via $slots. A seemingly simple template produced ...

Read More »

Chemistory Level and Net Code

October 8, 2018

Last Updated

October 16, 2018
Tags:chemistory2blender7javascript73d7gamedev5netcode2

chemistory level

Chemistory over the past couple weeks got a few new features, the biggest being an actual level and client/server networking code (or at least the start of it).

netcode-1

There's a ...

Read More »

Chemistory Minimap WIP

August 30, 2018
Tags:chemistory2experiment5javascript73d7gamedev5webgl3

3d2d

diegetic

Chemistory minimap for subway including character marker. Subway lines are loaded via SVGLoader to allow for greater customization and color/animation in the future. Next update should have some more level ...

Read More »

HelloWorld Games Jam

June 14, 2018
Tags:javascript7physics2netcode23d7gamedev5

My current company, HelloWorld, hosted a small games jam after hours. Over the course of 5 days, James (another dev at HW) and I put together two small concepts utilizing ...

Read More »

Friends make weird noises

April 30, 2018
Tags:javascript7experiment5sound2

Made this in like 3 hours. Ripped the audio from a video my friend sent me and it felt like a good fit.

Read More »

Automated Memory Leak Testing in the Browser

September 8, 2017
Tags:webgl3javascript7

testing

Large single page web applications have a disadvantage over multi-page applications in that no page reload occurs. This means memory leaks are able to cause more performance problems in single ...

Read More »