Lionel RADISSON

Results 10 issues of Lionel RADISSON

Player::setup, update and draw methods are not described in the chapter i found the example src in the chapter folder but since the chapter describes game development step by step,...

From the data vis chapter, step 4 represent: ``` float y = dimensions.y + ofMap( dataPoints[i].pop, 0, maxValue, dimensions.height, 0); ``` and `dataPoints` is defined like this: ``` typedef struct...

To take in account Opacity of both top/bottom layers

bug

###### *\* (java.exe:6352): WARNING **: gstvideo: failed to get framerate property of pad playsink0:audio_raw_sink ###### (java.exe:6352): GStreamer-CRITICAL **: gst_value_get_fraction_numerator: assertion `GST_VALUE_HOLDS_FRACTION (value)' failed Happens when using movie.frame() continuously. Depends on...

bug

![Figure 3.12](http://natureofcode.com/book/imgs/chapter03/ch03_12.png) The formula _sin(θ) = Fg/Fp_ should be _sin(θ) = Fp/Fg_

illustration

**Is your feature request related to a problem? Please describe.** I'm trying to use Observable combined with the WebSerial API, in order to send generated SVG to a plotter directly...

Feature Request

Maybe a link to https://github.com/martinleopold/TemplateMode should be added?

As shown here: https://github.com/processing/p5.js/wiki/p5.js-overview `drawingContext` exposes the context and thus provides access to the native canvas API which led to interesting functionalities like those mentionned in the title and more....

enhancement

Shouldn't we move all style properties to scss files? Or should we move everything into jsx files?

question