Posted 26 May 2012 - 06:45 AM
I was wondering if we could get a bitmap api.
Basically you initialize bit-mapping:
bitmap.init()
This clears the screen removing the cursor, when the program is closed (or a call is made to bitmap.close()) the console returns to its regular state. Then you can call:
bitmap.setPixel(x,y,r,g,b)
Which sets the pixel at x,y to the color (r,g,b).
It would help a lot with doing some cool stuff!
Basically you initialize bit-mapping:
bitmap.init()
This clears the screen removing the cursor, when the program is closed (or a call is made to bitmap.close()) the console returns to its regular state. Then you can call:
bitmap.setPixel(x,y,r,g,b)
Which sets the pixel at x,y to the color (r,g,b).
It would help a lot with doing some cool stuff!