Naoto Hieda

Results 31 issues of Naoto Hieda

hi, when I create 2 or more children in RShape, the first child's path is not closed but the others are automatically closed: https://gist.github.com/micuat/7cd38b7b55d876affe19b92a836a53a3 It does the same if I...

Hi, I'm new to Unity, but I noticed that the line https://github.com/chiragraman/Projection-Mapping-in-Unity-3D/blob/master/Assets/Scripts/Homography.cs#l41 should be in Update as well, otherwise not reflecting the window size change.

does not load (window is empty) on firefox 78.0.2 (64-bit) on windows 10. in console, ![image](https://user-images.githubusercontent.com/1835081/87336516-42f3aa80-c542-11ea-9aae-a4ba7a9dbcc9.png)

enhancement

it would be nice to add one at some point. examples * https://github.com/processing/p5.js/blob/main/CODE_OF_CONDUCT.md * https://github.com/openframeworks/openFrameworks/blob/patch-release/CODE_OF_CONDUCT.md

documentation

https://glisp.app/commit:69e6023/?code_url=https%3A%2F%2Fgist.githubusercontent.com%2Fmicuat%2Ff8b1e0001efcf2115bca90dcbee93979%2Fraw%2F9d24021efc890dc514710bd0805c32cca9d69384%2Fclamprectbug.glisp ```lisp (defvar vx 100) (defvar vy -55.20002746582031) (def W 100) (def H 100) (background "aliceblue") (style (stroke "salmon" 2) (rect [(clamp vx (- W) W) (clamp vy (- H)...

bug

#### Most appropriate sub-area of p5.js? - [ ] Color - [x] Core/Environment/Rendering - [ ] Data - [ ] Dom - [ ] Events - [ ] Image -...

Bug
Documentation
Area:Core

**Actual Behaviour** in https://p5js.org/reference/#/p5.Vector > Set the magnitude of this vector to the value used for the **len** parameter. **Expected Behaviour** if I understand correctly > Set the magnitude of...

Area:Math

I found that reaction diffusion does not work on Processing 3.5.3 (does not give errors in console, but it only shows blank white screen). I recently updated Processing - when...

first of all thanks for the amazing framework! I found that jdom parsing fails when I try to set an attribute name using a variable: ```javascript class Button extends Torus.StyledComponent...

it seems freeliner works out of the box as long as full kms is enabled. ref: https://pi.processing.org/technical/#experimental-graphics I will do more tests on framerate and stuff... my idea is to...