paperjs Questions

1

The idea is to make use of Angular in a simple canvas game development. In theory the project should benefit from being more systematic, manageable and scalable. This is not a sprite/tile/collision...
Uel asked 13/8, 2014 at 1:33

2

Solved

We are building a CAD app that runs in a browser. C.A.D stands for Computer Aided Design. Illustrator, CorelDraw, AutoCAD etc are some examples of CAD apps. It's based on Paper.js, a very neat...
Furnishings asked 27/5, 2014 at 8:3

1

Solved

I am trying to implement a transform bounding box in Paper.js, but it is not working properly yet. Here is my code. As you can see, the path and the selection box do not seem to rotate around the...
Lindie asked 6/11, 2014 at 17:44

1

Solved

I'm new to paper.js and ran into some troubles. <script type="text/paperscript" canvas="canvas"> function onMouseDrag(event) { // The radius is the distance between the position // where ...
Albedo asked 10/2, 2014 at 3:2

1

Solved

With the raphael.js library, paths are described using the SVG path syntax, (e.g. M98.36,214.208l2.186-1.093V210.2l-3.378,0.117l1.174,4.137L98.36,214.208z, which provides a very compact way to crea...
Panjandrum asked 21/2, 2012 at 10:33

2

Solved

I am new to Paper.js, and I was wondered by the event system, while reading tutorial. Thats how event hanling described in tutorial: var path; function onMouseDown(event) { // Create a path: pat...
Ramey asked 5/11, 2013 at 12:14

1

I want to use paper.js, but there are 3 different versions of paper.js that I can't find an explanation for the differences of. Which do I use? from paper.js' dist directory: paper-core.js paper...
Dill asked 30/9, 2013 at 7:58

2

Solved

My foundations in Javascript aren't the strongest and I'm curious how others would go about the current challenge I've created for myself. I'm playing around with paper.js The following code crea...
Waiter asked 13/10, 2012 at 23:57

© 2022 - 2024 — McMap. All rights reserved.