tekt

Results 284 issues of tekt

The OSC.send function is currently implemented as follows: `if( this.socket.readyState === 1) { [.......] }else{ console.log("INVALID OSC MESSAGE FORMATION", arguments); } }` and when the socket is ready, it does:...

Based on ArtOfCode tutorial: https://www.youtube.com/watch?v=pmS-F6RJhAk

enhancement

It also ignores the Swap Inputs setting.

bug
blocking

Many snippets could replace tests. There are some things that are needed in tests that would be overkill in snippets. So maybe only those parts go into separate toxes.

cleanup
development

- [x] Unused settings in inputHandler - [x] Parts of inputHandler that are only relevant in devel (i.e. docs) - [x] Stage init code - [x] Centralize shared tables with...

cleanup
infrastructure

https://www.shadertoy.com/view/ldcGWH https://www.shadertoy.com/view/wljSz1 https://www.shadertoy.com/view/4tlcWj

enhancement
rendering

Only include parameters and code that's actually needed.

enhancement

For some reason the typeSpec isn't updating until you navigate into its network. Seems to be inconsistently reproducible.

bug
blocking