Kev's Site
  • Home
  • Games
  • Categories
  • Tags
  • About

#Javascript

Godot Experiment no. 1, Retrocadia

September 29, 2019 (Last modified on February 13, 2025)

/img/retrocadia.png
Most of my recent (and not so recent) programming efforts have been in JavaScript that runs in the browser. I believed that with WebGL, the browser would become more relevant in gaming and graphics applications. Fast forward a few years and it’s clear that the vast majority of PC games are still downloaded and installed, just as they were decades ago. I decided to return to creating native games for the PC.
Read More

Seamless audio looping in html5 JavaScript

November 22, 2015

For my latest javascript/threejs experiment I created a retro 1980’s inspired demo, which renders hundreds of sprites in a pseudo 3D style that was common in the Atari ST and Amiga demos of the late 80’s. Of course, no retro demo would be complete without a retro soundtrack. For my Retro Particle Demo this would be a short track that loops continuously. My initial attempt used the html5 audio tag: <audio id="demomusic" src="audio/music.
Read More

A look at Pixi.js

June 3, 2015

/img/bloxed.png
A simple 2D puzle game written in JavaScript with the Pixi.js framework that runs in the browser.
Read More

JavaScript KeyCodes

May 29, 2015

Online JavaScript keycode lookup utility
Read More

Emulators written in JavaScript

April 18, 2015

A list of machine emulators completely written in JavaScript that I find to be both impressive and interesting. Writing an emulator in any language is difficult and requires some serious programming chops. But to do it in JavaScript must surely require a level of programming genius (or maybe madness - I hear it’s a fine line!) that us mere mortals can only dream of aspiring to. These are my favourites that I’ve stumbled across, catalogued here so I can easily find them again whenever I feel the need for a retro computing fix…
Read More

More adventures in JavaScript

December 27, 2014

/img/lightcycles.png
The classic zx spectrum game lightcycles recreated in JavaScript that runs in the browser.
Read More

Adventures in JavaScript Canvas

January 19, 2011

/img/jumpingjack.png
A very simple Jumping Jack zx Spectrum remake written in JavaScript for the browser. Written as a programming learning exercise.
Read More

 © 2009 - 2025 Kevin Ellis