Mark Andrade

had-an-idea-to-make-some-software

Came up with this idea over the weekend and wondered if it was even possible to make. I was feeling nostalgic, enjoying some tequila, and started to code.

I ended up with an my own personal IDE especially made for game dev. It was inspired by LittleJS and Macromedia Director.

It has the same editor as VSCode.

Main Screen

It has a Sound FX editor...

SoundFX Editor

It has a particle editor...

Particle Editor

I can test scenes in real time, export video and screenshots...

Test code in real time

It has a Sprite editor too. Create a single sprite or an animated one, onion skinning, import LOSPEC palettes, and a few more things.

Built in sprite editor

Best part it exports a pretty small html file. Not as small as LittleJS. All assets included in the file.

This built a super simple Asteroids clone around 50k debug build. I can get it to about as little as 33k, production build, without zipping it when I have export optimization on.

I’ll be putting some more effort into this over time. I’ll be posting updates here.

PSA from all this is Don’t drink and code or this might happen