vvopensource icon indicating copy to clipboard operation
vvopensource copied to clipboard

OSC and MIDI frameworks for OS X and iOS, a framework for managing and rendering to GL textures in OS X, and a functional ISF (interactive shader format) implementation for OS X.

Results 15 vvopensource issues
Sort by recently updated
recently updated
newest added

The last update fixed the issue of lagging/freezing when downloading a shader from GLSL Sandbox. However, using this recent version, I'm unable to download/convert hardly any shaders. I'm consistently getting...

Hi there, recently discovered this, and I think the problem is the timestamp. Using `mach_absolute_time()` for timestamps alone fixes the issue, and looking at the documentation of [MIDITimeStamp](https://developer.apple.com/documentation/coremidi/miditimestamp?language=objc) shouldn't this...

Hi there Mr Ray, first of all thank you for a fantastic framework. I’m using your framework in several Swift apps, with no real issues. There is one problem I...

I'm a VJ and discovered ISF Editor and love it. I'm using it to output to Spout and bring the signal into Resolume on Windows. I've been messing around with...

Hey, I've built a small desktop for basic vj|graphics which is driven by a Ryzen 3200G for cpu+gpu works. Spout sender+receiver works fine, I also managed to get the isf...

When I sample a vec4 from an other pass buffer I get a vector where XYZ are multiplied by W. This make it impossible to use the W. ```glsl /*{...

I have noticed a difference between isf file I developed between the online editor from https://www.interactiveshaderformat.com and millumin (www.millumin.com/). The WIDTH and HEIGHT keywork are ignored in the passes definition...

I am currently getting very deep in making some rather large projects realized partially through ISF, increadible little clever format. I am learning the ShaderToy API and hoping to bring...

Noob questions inbound! I think I have things set up correct, but I'm seeing no return traffic. Here's the situation... First ?, I see the the protocol code at the...

Hi I just wanted to let you know that I forked vvopensource in order to be able to control ISF Editor via OSC and use it for performances. Feel free...