Crissaegrim

I've always loved video games and one of my favorite games is Castlevania: Symphony of the Night for the Playstation 1. I recently started emulating this with Open Emu and, as with most things, I rabbit holed and decided to create a save file editor. There were a few new tools that I decided to try out:

Electron

Electron is a cross platform desktop app compiler based on the Chromium browser.

Angular 2

Angular 2.0 was the latest release for the Angular front end framework.

TypeScript

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.

Webpack 2.0

Webpack 2.0 is a bundler to get all of your JavaScript and CSS assets down into compact and shippable artifacts. You can download a precompiled version of this editor from the downloads page. Check out the project on GitHub.