Sunday, September 22, 2013

Getting Started

So far what I've worked on.

Visual Display for emulation:
This is a js class that will be interfaced with from the processor during emulation.  It makes it simple for an emulator developer to quickly render specific parts of the screen without having to render parts of the screen that don't need to be.  The code can be found here: https://github.com/schnej7/js-emulation-framework/blob/master/js/display.js

JS timing testing framework:
I developed a simple timing testing framework for js so that developers can test specific functions for speed across different browsers.  This helps when developing things that are very speed sensitive.  It works cross-browser and is easy to develop tests for.  The code can be found here: https://github.com/schnej7/js-emulation-framework/tree/master/tests/timing

More updates will be coming soon!