/js-print.at

Basic Canvas Text Print Library - Adds a Print.At command to JavaScript

Primary LanguageHTMLGNU General Public License v2.0GPL-2.0

print.At

Basic Canvas Text Print Library

Adds a Print.At command to JavaScript

For a future Pseudo-Basic project

Usage: (Within a HTML web page)

  • screen.font ("Monaco",12,4);
  • screen.size (320,240);
  • print.at (x,y,"text");
  • screen.clear ();

Plans

  • 0.6 - Add Print.Font, Fix Print.Line
  • 0.8 - Add Screen.Color & Print.Color
  • 1.0 - Add Screen.Grid & Screen.Border & Conform to JSLint standards
  • Split into .min.imal version & standard version

Next project - Print.Line & Print.Key

0.2.0 test version

0.4.0 test version