Skip to content

Conversation

@xian
Copy link
Member

@xian xian commented Jul 25, 2023

No description provided.

xian and others added 30 commits September 21, 2022 17:06
Grid layout fixes and optimizations
* Remove center input for some shaders since patchmods already provide that.
* Update Ben's Show to use HSB, multiselect groups, and fix Blackout.
* Momentary buttons don't have long-press popup.
* Fix dragging controls from Unplaced Controls palette.
* Toolchain is now provided by a discrete context.
* A single CachingToolchain is used for the duration of an OpenShow.
* Prevents lots of spurious GLSL analysis during editor operations that don't modify the show.
xian and others added 27 commits August 16, 2023 07:11
Reverts part of 426a4a6.
- Create new TextureBuffer instead of calling `TextureBuffer.put` every sample
  - otherwise this mutating the `position` field in Javascript (see kgl.Buffer.put)
- Populate 4 frequency buckets of different periods representing low, lomid, mid, hi signals
- Change interpolation to GL_NEAREST (might not be what we want, but then it gives precise values)
- Change history to power of 2, as webgl prefers power-of-two-sized textures
- Tested with pinkyJvm using blackhole as well to make sure this doesn't totally break jvm version

The data in the simulator looks choppy/laggy, I think that's because this is all running in a delay loop, bottlenecked by the single-threaded js on the page.
Remove commented ode.
Add new BAAAHS shader, mockup BeatInfo utilities for shadertoy
New distortion shader: Moiré's Bad Trip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants