What is the best way to submit a GAMBAS program to be considered as an
example for beginner programmers?  I have a simple program to offer, which
shows how to do a few basic things that I struggled with while learning
GAMBAS.  (I'm still learning.)  It generates random colors and sorts them by
hue on a 2D color chart, and is based on my color science research.  Here is
a sample output image:  test.png
<http://gambas.8142.n7.nabble.com/file/n45773/test.png>  

The program also demonstrates the speed of GAMBUS programs.  The above image
was created from over 32,000 colors in a fraction of a second.

The main lesson of the example is how to construct a picture using graphics
commands, display the picture in a display area control, and export the
picture to a file.  Another lesson is how to split up the construction of
one picture into several subroutines.  Most of the other examples I've seen
that did these things were too complicated for me as a beginner to follow!

Lou



--
View this message in context: 
http://gambas.8142.n7.nabble.com/Submitting-Example-Candidates-tp45773.html
Sent from the gambas-user mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to