Austin Lee Slominski

Results 11 issues of Austin Lee Slominski

I have been having some issues getting CCapture to work with NPM. First, when requiring ccapture.all.min.js on an empty project, it results in these errors: ``` ERROR in ./node_modules/ccapture.js/build/CCapture.all.min.js Module...

Working through testing some of the undocumented methods in p5.Oscillator and ran into `scale(inMin,inMax,outMin,outMax)`. I would expect to be able to do the following, scaling amplitudes from 0 - 1...

Hi all, I'm working on a project in which I want to import some parts from MIDI files and use them as loops. The most straightforward way I could think...

bug

Addresses #1228 Changes: Added a simple feedback effect, adapted in part from an example by @aferriss cc @kjhollen I'm not sure if this is appropriate to go in the 3D...

### Most appropriate sections of the p5.js website? Examples ### What is your operating system? Windows ### Web browser and version 103.0.5060.114 (Official Build) (64-bit) (cohort: Stable) ### Actual Behavior...

Bug
Example

### Increasing Access Texture feedback is a simple and easy to use effect that can sometimes be difficult for newcomers to figure out in a straightforward way. I am proposing...

Example

### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [X] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events -...

Bug
Area:Core
Area:WebGL
Friendly Errors

Changes: In the process of adding a "Getting Started in 3d" tutorial to the learn page. This tutorial would introduce new coders to basic 3d terminology and concepts, walking through...

Changes: * In the Passing Shader Uniforms example I've fixed an issue where the geometry was being displayed mostly off-screen. It should now be centered. * The Primitives example was...

Changes: In the process of adding a Introduction to Shaders tutorial to the learn page. This tutorial would have the following goals: * Introduce how shaders are set up in...