- Fix errors on recording videos #246
- Fix errors on replacing textures
- Fix webcam example not working
- Support glslify in multipass shaders
- Add texture size to uniform as
vec2 [name]Size
- Fix error on rebuild
- Fix OSC loader bug with masseges includes multiple slashes in the address
- Fix GIF loader broken by chromium update
- Fix materials on multiple models not loaded correctly
- Fix video textures not playing
- Show correct error positions on shaders using glslify
- Support
#include
macro - Install glslangValidator automatically using glslang-validator-prebuilt
- fix: Update shader correctly on server mode (#126)
- Fix timing issue #124
- Rename recording commands / paths of recorded files
- Add commands to record videos
- Fixed bugs of file path conversion in server mode #94
- Support glslify-import #93
- Accept OSC bundle messages
- Rename
OBJ
toMODEL
- Suport
.json
file - Suport
.mtl
file - Add
MODEL.BLEND
to specify color blend mode
- Add
Veda: Toggle Fullscreen
command (ctrl-escape
)
- Support
.obj
file
- Moved from Flowtype to TypeScript
- Support
WIDTH
HEIGHT
inPASSES
- Support float textures with
FLOAT
inPASSES
- Fix comment bug #61
- Fix server mode not working #56
- Sound texture for sound shader
- Sound shader (experimental)
- Disable culling in vertex shader
- Add
fftSize
andfftSmoothingTimeConstant
to settings
- Fix styles
- Allow loading cross-origin textures
- Rename
.liverc
to.vedarc
- Remove native addons from dependencies
- Fix style bug in video, camera etc.
- Fix OSC not working because of native modules
- Add
IMPORTED.SPEED
to Change video speed
- Fix OSC initialization on server mode
- OSC Support!
- Fix background-color of canvas
- Fix MIDI not working on Windows
- Support animated GIF
- Fix keybinding confliction on non-GLSL files
🔥🔥 VEDA Released 🔥🔥
- Rename package to
veda
- Move GLSL runtime engine to fand/veda
- Fix server mode on Windows
- Add server mode
- Supports combining vs and fs
- Supports Multipass Rendering!
- Fix bugs on initializing configs
- Fix bugs on initializing vertex shaders
- Fix bugs in gamepad support and some errors
- Glslify Support!!
- Fix bugs in
glsl-livecoder:toggle
#19
- Support
.fs
and.vs
files
- Fix bugs around IMPORTED
- Support header comments to change settings per file
- Fix error on empty editor #14
- Vertex Shaders Support!!
- Fix error on glsl-livecoder:toggle #13
- Fix audio inputs not working
- Improve performance on disabling glsl-livecoder
- Keyboard Support!
- Gamepad Support!
- Webcam Support!
- Fix midi implementation
- Improve performance on loading images / videos
- Fix styles
- Update README
- Fix unexpected sound output caused by audio inputs and videos
- Windows Support!!
- Support loading images / videos with
.liverc
- Add
Pixel Ratio
andFrameskip
to config - Ignore non-GLSL files while watching active tab
- Add
uniform sampler2D note
to get MIDI notes
- Fix the style of the selected item in sidebar
- Revise README.md
- Hello GLSL ⚡