Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jure/shaderworlds
A collection of VR-ready shader worlds
https://github.com/jure/shaderworlds
shaders threejs vr webxr
Last synced: 3 months ago
JSON representation
A collection of VR-ready shader worlds
- Host: GitHub
- URL: https://github.com/jure/shaderworlds
- Owner: jure
- License: other
- Created: 2021-01-16T09:16:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T13:49:05.000Z (over 3 years ago)
- Last Synced: 2024-09-27T12:04:01.898Z (3 months ago)
- Topics: shaders, threejs, vr, webxr
- Language: GLSL
- Homepage: https://shaderworlds.com
- Size: 23.6 MB
- Stars: 47
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Shaderworlds](https://shaderworlds.com)
This is an experimental project that allows you to explore shader worlds (think [Shadertoy](https://shadertoy.com)) using WebXR in the browser.
It enables you to move around in the shader worlds (walking, flying) and to interact with the shader worlds by providing controller information to them.
There is even an example where you can paint within a shader.This is a super early release, but a milestone nonetheless - more docs and features are coming shortly.
# [Demo video](https://twitter.com/JureTriglav/status/1350609805740810240?s=20)
# [High quality demo video](https://www.youtube.com/watch?v=XoRwpPPUAbc&feature=youtu.be)# Interactions
Please note that this was only tested on a Quest 1 via Oculus Link. If you want to try interactions, all shaders support some kind of movement, either [walking](https://shaderworlds.com/w.html?sculptureII) or [flying](https://shaderworlds.com/w.html?happyjumping), with the left controller thumbstick. Some examples, like the [bubble rings](https://shaderworlds.com/w.html?bubblerings) or [simple path tracer](https://shaderworlds.com/w.html?simplepathtracer) support controller location, try wiggling your controllers around in those worlds! In the [volumetric painting](https://shaderworlds.com/w.html?volumetricpainting) example in addition to controller location, left and right controller triggers create a sphere and box, respectively. Improved interactions, both quantity and quality, are the next stage of this projects.
# Development/contributing
Use `npm install` and `npm start` to build a local & live version of Shaderworlds. Check out `js/index.js` and the examples listed there to figure out how you can add a world.
# Attribution
All of the shaders are listed on the [front page](https://shaderworlds.com) with their origin and attribution. One shader used isn't, as it's 2D and used only for the demo video, but it's still great: https://www.shadertoy.com/view/4sK3RD by Flexi.