Qbasicnews.com
Videocanvas(updated): New painting program with a twist. - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+---- Forum: FB Projects (http://qbasicnews.com/newforum/forum-16.html)
+---- Thread: Videocanvas(updated): New painting program with a twist. (/thread-9677.html)

Pages: 1 2


Videocanvas(updated): New painting program with a twist. - red_Marvin - 10-10-2006

Updates:
Quote:- Fixed a bug that counted temporarily waltzing outside the window disrupt the stroke.
(Which had the effect that reentry counted as a new stroke).
- A compiled windows binary is now included. Dont forget to scan for viruses.
- Proper measures have been taken to make the code gpl.
- Compile.bat updated
- Documentation updated
http://fileanchor.com/69078-d Smile


Videocanvas(updated): New painting program with a twist. - Dio - 10-11-2006

that's pretty cool. it's border line flash. y'now, sorta using vector points to draw it. maybe i'll try sumtin similar.

i once tried to make a video file (my mistake) and when recording each frame to a text file, each pixel had its own line. as you could imagine,
at c. 700,000 pixels each frame, it lead to some very large text files. the good news, it worked. i could play back the video. Smile
i never really learned how to use text files that well. does anyone know of a comprehensive tut for .txt's?

anywho, good job red :cool2:=b


Videocanvas(updated): New painting program with a twist. - Dio - 10-12-2006

or, you know, whatever.


Videocanvas(updated): New painting program with a twist. - red_Marvin - 10-13-2006

If you want to create textfiles like the ones vc saves in just look up the write keyword, which is used for comma separated data output.
what?ever??