Tagged Questions
The smallbasic tag has no wiki summary.
10
votes
3answers
403 views
Ridiculous Homework - Programming Challenge
my girlfriend studies business in a work study program. In her information systems course they are supposed to develop some small programs with small basic. As an graduated programmer myself I try to ...
1
vote
0answers
377 views
Displaying Image On SmallBASIC
I want to display a image using SmallBASIC. For this I've started by searching on the references, then I found a reference for IMAGE, that is like this:
IMAGE #handle, index, x, y [,sx,sy [,w,h]]
...
1
vote
1answer
211 views
How do I change the turtle image in Small Basic?
There seem to be no property for an image to use at all, even though it has complete API for movement.
0
votes
0answers
55 views
Fast image processing in Small Basic
I'm teaching children using Small Basic. I want them to write simple image processing app with some filters (black-n-white, negative, etc.) Unfortunately Get\SetPixel work extremely slow.
Here is ...