Download Zone
click on image to begin downloadding the unit
 To use it, copy it to the same directory as your application

Classes Et Procedures Utiles

Faced with the quantity of libraries found on the Internet, I decided (out of laziness!) not to enter into the production of new one's (less effective than "commercial" ones). During my work, I have developed small software units that complement standard libraries or add new practical classes to my work. You will find them in the downloads.
To use them, simply copy the file you need (some are nested) into the same directory as your application.

MIscalenous samples

In bulk examples: Management of the serial output associated with a simplistic HMI, Display of images of all kinds; Unpack the archive (.zip) then copy the different subdirectories corresponding to the applications in your sketchbook.

Graphic Dialog Boxes

Processing was originally developed to create graphic based applications. It does not have (to my knowledge) any object allowing to have a TTY window or text or numeric value fields in the distribution. However, any application will one day take values given by the user.
 
 This unit therefore implements a text box type window (teletype) as well as band windows allowing to enter by filtering text, signed integers or floats  in comma or power of 10 form. Rrecently, checkboxes and radioButtons have been added to the range.