redshiftrobotics / easyc

[Outdated] An Easy Way to Build RobotC Programs
http://easyc.saasrobotics.com
1 stars 0 forks source link

Draw blocks using vanilla HTML instead of the canvas #4

Closed strugee closed 10 years ago

strugee commented 10 years ago

The canvas code is prone to bugs, is written in (especially) unreadable vanilla JavaScript, and is unmaintainable. Additionally, the canvas implementation is fairly ugly. It should be replaced with vanilla HTML and CSS, which has an additional benefit of increasing compatibility with older browsers.