Submission
Today I’ve submitted my cody to JS1K contest. My submission is a math formula graphing tool that accepts complex math formulas and print it’s graph on a canvas. User can zoom in and out with mouse wheel and also pan with mouse click and drag. Math formulas can get complex with sin
, cos
, ^
, tan
, etc.
Image may be NSFW.
Clik here to view.
My submission: Math formula graphing tool
Developer tool
I’ve also created a small tool using Node.js to monitor my JavaScript file length and refresh the browser in the fly on file changes. You can find this tool here at Github.