Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Additional functionalities for simulation application templates

@date 2024-09-26 (last modification)

  • Optionals.pde : File forcing all "optionales" to be loaded from this folder

  • aDummyTypes.pde : Classes for making an object from a simple types as int, boolean, float & double.

  • aInterfaces.pde : Common INTERFACES like iNamed, iDescribable, iColorable, iPositioned & Function2D

  • aPair.pde : Pair is one of the very COMMONLY used and usable TEMPLATE.

  • rtmCmdLine.pde : Example of function handling of program call parameters, if available.

  • rtmDraw.pde : draw() example with possibility of non-visible window.

  • rtmEvents.pde : Example of a keyboard event handling.

  • rtmExit.pde : Example of a handling of exit from aplication (mainly closing open files!)

  • rtmMenu.pde : Example of the function that allows to construct the window menu in the setup.

  • rtmMouse.pde : Examples for handling mouse events

  • uCharts.pde : Functions & classes useable for making charts.

  • uEngNames.pde : Tables of English names popular in 1880

  • uFigures.pde : Various shapes drawing procedures.

  • uFileAppend.pde : Tools for opening & appending text/csv files.

  • uGDashedLine.pde : Function for drawing dashed lines.

  • uGDottedLine.pde : Functions for drawing dotted lines.

  • uGraphix.pde : Various helpful drawing procedures, like crosses, polygons & bar3D

  • uGRectAreas.pde : "Active rectangles" - proprietary application interface module in Processing.

  • uMathBasic.pde : Some math basics: sign, upToTresh(-hold) & whichIsMax

  • uMathBits.pde : Bit tools

  • uMathLog.pde : Handy logarithms and around

  • uMathSqr.pde : Functions for easy and READABLE in squaring expressions

  • uMDistances.pde : Different ways to calculate Euclid distances in 2D (flat and torus).

  • uMGeom2D.pde : Some 2D Geometry calculations: nearestPoints and so...

  • uRandoms.pde : Functions that improve the use of pseudo-random numbers

  • uStatistics.pde : Various simple statistics for one-dimensional arrays

  • uStatOfAgents.pde : A template of making a histogram from an example agent with "A" field

  • uVideo.pde : Tool for made video from simulation

image