veda icon indicating copy to clipboard operation
veda copied to clipboard

⚡VJ / Live Coding on Atom⚡

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

Hey there! Great tool, I use it for live coding and love so much! I would like to use it for collaboration with a musician from the other city, so...

This code works on my old mac but gives a black screen on a new one, that uses apple's m1 cpu. ``` /* { audio: true, } */ precision mediump...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | devDependencies | major | [`1.13.0` -> `2.14.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/1.13.0/2.14.0) | | [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) |...

renovate

I got an error when using the webcam. It seems that createObjectURL() is deprecated: [https://github.com/sourcey/libsourcey/issues/264](https://github.com/sourcey/libsourcey/issues/264) It worked when I changed the file atom\packages\veda\node_modules\vedajs\lib\camera-loader.js from `this.video.src = window.URL.createObjectURL(stream);` to `this.video.srcObject =...

I can get the audio input working on an older mac running 10.11.6, but can't get audio, video, or webcam examples working on OSX Catalina. Any ideas?

Hey there! Thank you for the great editor, which is top on my list. Shadertoy and some other editors support CubeMaps, which are useful for rendering reflections of environment and...

https://www.computerhope.com/jargon/c/ctrl-esc.htm Apparently it's always been like this on windows :/

I think the behaviour we expect is for the buffers to reset when we change shaders, so that a buffer write from one shader doesn't persist in the next shader....

Hi, veda is simply great, but I want to use my webcam 2 under linux, which is video (webcam 1 is IR, I got a thinkpad carbon x1). How to...

# TODO - [ ] Sound Shader - [ ] Refactor Configs - [ ] Rewrite vedajs in pure WebGL - [ ] Support model files like `.obj`