Download paper.js Free Java Code

Description

The Swiss Army Knife of Vector Graphics Scripting ? Scriptographer ported to JavaScript and the browser, using HTML5 Canvas. Created by @lehni & @puckey.

Icons

paper.js

Source Files

The download file paper.js-master.zip has the following entries.


.gitignore// w w w. j  a  v  a  2 s.co m
.gitmodules
.tm_properties
AUTHORS.md
LICENSE.txt
README.md
bower.json
bower_components/.gitignore
build/build.sh
build/dist.sh
build/docs.sh
build/load.sh
build/minify-components.sh
build/minify.sh
build/preprocess.sh
build/publish.sh
build/typescript.sh
build/zip.sh
dist/.gitignore
dist/paper-core.js
dist/paper-core.min.js
dist/paper-full.js
dist/paper-full.min.js
dist/paper-node.js
dist/paper.js
examples/Animated/AnimatedStar.html
examples/Animated/Extruded.html
examples/Animated/Lines.html
examples/Animated/Smoothing.html
examples/Animated/Space.html
examples/Animated/SpaceUsingShapes.html
examples/Games/Paperoids.html
examples/Interface/Palette.html
examples/JSON/Circle Testing.html
examples/JSON/Compound Path.html
examples/JSON/Empty Path Testing.html
examples/JSON/Gradients.html
examples/JSON/Group Transform.html
examples/JSON/Line Testing.html
examples/JSON/Random Path Testing.html
examples/JSON/Raster.html
examples/JSON/Rect and Attribute Testing.html
examples/JSON/Rotated Primitives.html
examples/JSON/Selection.html
examples/JSON/Symbols.html
examples/JSON/Text Testing.html
examples/JSON/Transform Test 1.html
examples/JSON/Transform Test 2.html
examples/Node.js/AnimatedStar.js
examples/Node.js/BooleanOperations.js
examples/Node.js/Raster.js
examples/Node.js/SVGExport.js
examples/Node.js/SVGImport.js
examples/Node.js/Tadpoles.js
examples/Node.js/Tadpoles.pjs
examples/Node.js/in.svg
examples/Paperjs.org/BouncingBalls.html
examples/Paperjs.org/Chain.html
examples/Paperjs.org/DivisionRaster.html
examples/Paperjs.org/FutureSplash.html
examples/Paperjs.org/HitTesting.html
examples/Paperjs.org/InteractiveTiger.html
examples/Paperjs.org/MetaBalls.html
examples/Paperjs.org/NyanRainbow.html
examples/Paperjs.org/PathIntersections.html
examples/Paperjs.org/Qbertify.html
examples/Paperjs.org/RadialRainbows.html
examples/Paperjs.org/RoundedRectangles.html
examples/Paperjs.org/Simplify.html
examples/Paperjs.org/SpiralRaster.html
examples/Paperjs.org/Tadpoles.html
examples/Paperjs.org/Voronoi.html
examples/Rasters/PhyllotaxisRaster.html
examples/Rasters/Raster.html
examples/Rasters/RotationRaster.html
examples/SVG Export/Circle Testing.html
examples/SVG Export/Clipping.html
examples/SVG Export/Compound Path.html
examples/SVG Export/Empty Path Testing.html
examples/SVG Export/Gradients.html
examples/SVG Export/Group Transform.html
examples/SVG Export/Line Testing.html
examples/SVG Export/Random Path Testing.html
examples/SVG Export/Raster.html
examples/SVG Export/Rect and Attribute Testing.html
examples/SVG Export/Rotated Primitives.html
examples/SVG Export/Shapes.html
examples/SVG Export/Symbols.html
examples/SVG Export/Text Testing.html
examples/SVG Export/Tiger.html
examples/SVG Export/Transform Test 1.html
examples/SVG Export/Transform Test 2.html
examples/SVG Import/Butterfly.html
examples/SVG Import/Circle and Ellipse Testing.html
examples/SVG Import/Clipping.html
examples/SVG Import/From File.html
examples/SVG Import/Gradients.html
examples/SVG Import/Inkscape.html
examples/SVG Import/Line Testing.html
examples/SVG Import/MoreGradients.html
examples/SVG Import/Multiple Paths Test 1.html
examples/SVG Import/Multiple Paths Test 2.html
examples/SVG Import/Nested Groups Test.html
examples/SVG Import/Polybezier.html
examples/SVG Import/Rect Testing.html
examples/SVG Import/Symbols.html
examples/SVG Import/Testing.html
examples/SVG Import/Text Testing.html
examples/SVG Import/Tiger.html
examples/SVG Import/Transform Testing.html
examples/SVG Import/Viewbox.html
examples/Scripts/Arcs.html
examples/Scripts/BlendModes.html
examples/Scripts/BooleanOperations.html
examples/Scripts/CompoundPath.html
examples/Scripts/CurveTimeParameterization.html
examples/Scripts/HslColor.html
examples/Scripts/PathStructure.html
examples/Scripts/Resize.html
examples/Scripts/RoundRectangle.html
examples/Scripts/Shapes.html
examples/Scripts/StrokeBounds.html
examples/Tools/BezierTool.html
examples/Tools/Circles.html
examples/Tools/Clouds.html
examples/Tools/DrippingBrush.html
examples/Tools/FancyBrush.html
examples/Tools/Grid.html
examples/Tools/MultiLines.html
examples/Tools/PathEditing.html
examples/Tools/SquareRounded.html
examples/Tools/Stars.html
examples/Tools/Vektor.html
examples/Tools/Wave.html
examples/Tools/WormFarm.html
examples/css/style.css
fatline/COPYING
fatline/Intersect.js
fatline/README.md
fatline/intersectStudy.html
fatline/intersectTests.js
node_modules/.gitignore
node_modules/paper
package.json
projects/.gitignore
projects/jsdoc-toolkit.sublime-project
projects/paperjs.sublime-project
src/basic/Line.js
src/basic/Matrix.js
src/basic/Point.js
src/basic/Rectangle.js
src/basic/Size.js
src/canvas/BlendMode.js
src/canvas/CanvasProvider.js
src/canvas/ProxyContext.js
src/constants.js
src/core/Base.js
src/core/Callback.js
src/core/PaperScope.js
src/core/PaperScopeItem.js
src/core/PaperScript.js
src/docs/global.js
src/dom/DomElement.js
src/dom/DomEvent.js
src/dom/node.js
src/export.js
src/item/ChangeFlag.js
src/item/Group.js
src/item/HitResult.js
src/item/Item.js
src/item/Layer.js
src/item/PlacedSymbol.js
src/item/Raster.js
src/item/Shape.js
src/load.js
src/net/Http.js
src/options.js
src/paper.js
src/path/CompoundPath.js
src/path/Curve.js
src/path/CurveLocation.js
src/path/Path.Constructors.js
src/path/Path.js
src/path/PathFitter.js
src/path/PathFlattener.js
src/path/PathItem.Boolean.js
src/path/PathItem.js
src/path/Segment.js
src/path/SegmentPoint.js
src/path/SelectionState.js
src/project/Project.js
src/project/Symbol.js
src/style/Color.js
src/style/Gradient.js
src/style/GradientStop.js
src/style/Style.js
src/svg/SVGExport.js
src/svg/SVGImport.js
src/svg/SVGNamespaces.js
src/svg/SVGStyles.js
src/text/PointText.js
src/text/TextItem.js
src/tool/Tool.js
src/tool/ToolEvent.js
src/ui/CanvasView.js
src/ui/Component.js
src/ui/Event.js
src/ui/Key.js
src/ui/KeyEvent.js
src/ui/MouseEvent.js
src/ui/Palette.js
src/ui/View.js
src/util/Formatter.js
src/util/Numerical.js
test/index.html
test/lib/helpers.js
test/lib/qunit/qunit.css
test/lib/qunit/qunit.js
test/load.js
test/resources/paper-js.gif
test/tests/Color.js
test/tests/CompoundPath.js
test/tests/Curve.js
test/tests/Group.js
test/tests/HitResult.js
test/tests/Item.js
test/tests/Item_Bounds.js
test/tests/Item_Cloning.js
test/tests/Item_Contains.js
test/tests/Item_Order.js
test/tests/JSON.js
test/tests/Layer.js
test/tests/Matrix.js
test/tests/Path.js
test/tests/Path_Bounds.js
test/tests/Path_Curves.js
test/tests/Path_Drawing_Commands.js
test/tests/Path_Length.js
test/tests/Path_Shapes.js
test/tests/PlacedSymbol.js
test/tests/Point.js
test/tests/Project.js
test/tests/Raster.js
test/tests/Rectangle.js
test/tests/SVGExport.js
test/tests/SVGImport.js
test/tests/Segment.js
test/tests/Size.js
test/tests/Style.js
test/tests/TextItem.js
test/tests/load.js

Download

Click the following link to download paper.js-master.zip.

paper.js-master.zip




















Home »
  Javascript Free Code Download »
    Graphics »




2D
3D
Graph
SVG
Visualization
WebGL