Download gwoptics plib Free Java Code

Description

2D and 3 D plotting library for Processing.

Icons

gwoptics plib

Source Files

The download file gwoptics_plib-master.zip has the following entries.


.gitignore//  w  w w.  j ava2  s.co  m
CHANGES.txt
LICENSE
README.md
TODO
build-processing-library.xml
examples/Blank2DCanvas/BasicSpiral/BasicSpiral.pde
examples/Blank2DCanvas/Butterfly/Butterfly.pde
examples/Blank2DCanvas/RollingGraph_Alternative/RollingGraph_Alternative.pde
examples/Blank2DCanvas/ScatterPlot/ScatterPlot.pde
examples/Blank2DCanvas/Shapes/Shapes.pde
examples/Graph2D/Basic1/Basic1.pde
examples/Graph2D/Basic2/Basic2.pde
examples/Graph2D/Basic3/Basic3.pde
examples/Graph2D/RollingGraph/RollingGraph.pde
examples/Graph2D/TraceEffects/TraceEffects.pde
examples/Graph3D/Basic/Basic.pde
examples/Graph3D/ColourMap_Camera/ColourMap_Camera.pde
examples/Graph3D/DynamicWave/DynamicWave.pde
examples/Graph3D/SquareMesh/SquareMesh.pde
examples/ScatterTrace/ScatterPlot_1_Basic/ScatterPlot_1_Basic.pde
examples/ScatterTrace/ScatterPlot_2_Labels/ScatterPlot_2_Labels.pde
examples/ScatterTrace/ScatterPlot_3_Custom_Point/ScatterPlot_3_Custom_Point.pde
examples/ScatterTrace/ScatterPlot_4_Advanced/ScatterPlot_4_Advanced.pde
info/announcement180310.txt
info/processing_lib_rules.txt
library.properties
libs/core.jar
libs/gluegen-rt-natives-linux-amd64.jar
libs/gluegen-rt-natives-linux-i586.jar
libs/gluegen-rt-natives-macosx-universal.jar
libs/gluegen-rt-natives-windows-amd64.jar
libs/gluegen-rt-natives-windows-i586.jar
libs/gluegen-rt.jar
libs/jogl-all-natives-linux-amd64.jar
libs/jogl-all-natives-linux-i586.jar
libs/jogl-all-natives-macosx-universal.jar
libs/jogl-all-natives-windows-amd64.jar
libs/jogl-all-natives-windows-i586.jar
libs/jogl.all.jar
libs/opengl.jar
manifest.mf
project.properties
resources/code/ExampleTaglet.java
resources/code/ant-contrib-1.0b3.jar
resources/code/doc.sh
resources/stylesheet.css
src/data/Arial-BoldMT-12.vlw
src/data/CourierNew36.vlw
src/data/Verdana48.vlw
src/data/Verdana72.vlw
src/data/gwoptics_org_logo_20px.png
src/data/gwoptics_org_logo_25px.png
src/data/gwoptics_org_logo_30px.png
src/data/gwoptics_org_logo_35px.png
src/data/gwoptics_org_logo_40px.png
src/data/gwoptics_org_logo_50px.png
src/data/gwoptics_org_logo_60px.png
src/data/gwoptics_org_logo_80px.png
src/data/gwoptics_org_logo_shadow_20px.png
src/data/gwoptics_org_logo_shadow_25px.png
src/data/gwoptics_org_logo_shadow_30px.png
src/data/gwoptics_org_logo_shadow_35px.png
src/data/gwoptics_org_logo_shadow_40px.png
src/data/gwoptics_org_logo_shadow_50px.png
src/data/gwoptics_org_logo_shadow_60px.png
src/data/gwoptics_org_logo_shadow_80px.png
src/org/gwoptics/ArgumentException.java
src/org/gwoptics/Logo.java
src/org/gwoptics/LogoSize.java
src/org/gwoptics/ValueType.java
src/org/gwoptics/Version.java
src/org/gwoptics/gaussbeams/GaussMode.java
src/org/gwoptics/graphics/GWColour.java
src/org/gwoptics/graphics/IRenderable.java
src/org/gwoptics/graphics/Renderable.java
src/org/gwoptics/graphics/camera/Camera3D.java
src/org/gwoptics/graphics/colourmap/ColourmapNode.java
src/org/gwoptics/graphics/colourmap/EquationColourmap.java
src/org/gwoptics/graphics/colourmap/IColourmap.java
src/org/gwoptics/graphics/colourmap/IColourmapEquation.java
src/org/gwoptics/graphics/colourmap/MapNeedsGeneratingException.java
src/org/gwoptics/graphics/colourmap/RGBColourmap.java
src/org/gwoptics/graphics/colourmap/presets/CoolColourmap.java
src/org/gwoptics/graphics/colourmap/presets/FlipColourmap.java
src/org/gwoptics/graphics/colourmap/presets/GrayScaleColourmap.java
src/org/gwoptics/graphics/colourmap/presets/HotColourmap.java
src/org/gwoptics/graphics/colourmap/presets/PresetColourmaps.java
src/org/gwoptics/graphics/colourmap/presets/Presets.java
src/org/gwoptics/graphics/colourmap/presets/WarmColourmap.java
src/org/gwoptics/graphics/graph2D/Axis2D.java
src/org/gwoptics/graphics/graph2D/Graph2D.java
src/org/gwoptics/graphics/graph2D/IGraph2D.java
src/org/gwoptics/graphics/graph2D/LabelPos.java
src/org/gwoptics/graphics/graph2D/backgrounds/GridBackground.java
src/org/gwoptics/graphics/graph2D/backgrounds/IGraph2DBackground.java
src/org/gwoptics/graphics/graph2D/backgrounds/SolidColourBackground.java
src/org/gwoptics/graphics/graph2D/effects/AxisColourmapEffect.java
src/org/gwoptics/graphics/graph2D/effects/ITraceColourEffect.java
src/org/gwoptics/graphics/graph2D/effects/XAxisColourmapEffect.java
src/org/gwoptics/graphics/graph2D/effects/YAxisColourmapEffect.java
src/org/gwoptics/graphics/graph2D/traces/Blank2DTrace.java
src/org/gwoptics/graphics/graph2D/traces/IGraph2DTrace.java
src/org/gwoptics/graphics/graph2D/traces/ILine2DEquation.java
src/org/gwoptics/graphics/graph2D/traces/Line2DTrace.java
src/org/gwoptics/graphics/graph2D/traces/RollingLine2DTrace.java
src/org/gwoptics/graphics/graph2D/traces/ScatterTrace.java
src/org/gwoptics/graphics/graph2D/traces/Trace2DException.java
src/org/gwoptics/graphics/graph2D/traces/UpdatingLine2DTrace.java
src/org/gwoptics/graphics/graph3D/Axis3D.java
src/org/gwoptics/graphics/graph3D/IGraph3DCallback.java
src/org/gwoptics/graphics/graph3D/SquareGridMesh.java
src/org/gwoptics/graphics/graph3D/SurfaceGraph3D.java
src/org/gwoptics/graphics/graph3D/SurfaceTrace3D.java
src/org/gwoptics/graphicsutils/graphicsUtils.java
src/org/gwoptics/mathutils/Complex.java
src/org/gwoptics/mathutils/TrigLookup.java
src/org/gwoptics/mathutils/VectorUtils.java
src/org/gwoptics/mathutils/mathUtils.java
src/org/gwoptics/testing/ButterFly.java
src/org/gwoptics/testing/Graph2DTest.java
src/org/gwoptics/testing/RollingLine2DTraceTest.java
src/org/gwoptics/testing/ScatterTraceTest.java
src/org/gwoptics/testing/Scatter_label_test.java
web/gwoptics_p5lib_screenshot.png
web/index.html
web/index.php
web/stylesheet.css

Download

Click the following link to download gwoptics_plib-master.zip.

gwoptics_plib-master.zip




















Home »
  Java Free Code »
    Graphics »




2D
3D
Graph
Graph 2D
Graph 3D
Graph Algorithm
Graph Database
Graph Facebook
Graph Hadoop
Graph Library
Graph Maven
Graph Visualization
Image
JPEG
OpenGL
PDF