Menu

Added BasicGL

I have added BasicGL to the iScript.Now it's easyer to control the graphics,like this:
var g = GraphicBox("myBox");
var c = g.getContext("2d");
Ink(c,"#ffff00");
Move(c,0,0);
Draw(c,20,20);
c.stroke();

Posted by Cretu Gheorghe-Andrei 2018-04-28

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.