All Projects → nikolaiwarner → aframe-chromakey-material

nikolaiwarner / aframe-chromakey-material

Licence: MIT license
A chromakey material for green screening in A-Frame. Perfect for blockbuster hollywood effects in VR! 🤗🎬💚

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to aframe-chromakey-material

lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+73.58%)
Mutual labels:  a-frame, vr, webvr
DepthKit-A-Frame
🎥 An A-Frame component for rendering DepthKit volumetric videos in WebVR
Stars: ✭ 34 (-35.85%)
Mutual labels:  a-frame, webvr
spacesvr
A standardized reality for the future of the 3D Web.
Stars: ✭ 135 (+154.72%)
Mutual labels:  vr, webvr
Avatar-Customizer
qt-mkr.com
Stars: ✭ 27 (-49.06%)
Mutual labels:  vr, webvr
webvrrocks
Your guide to Virtual Reality in the browser.
Stars: ✭ 116 (+118.87%)
Mutual labels:  vr, webvr
Three.ar.js
A helper three.js library for building AR web experiences that run in WebARonARKit and WebARonARCore
Stars: ✭ 2,702 (+4998.11%)
Mutual labels:  vr, webvr
StarshipAcademy
a Multiplayer WebVR Space Shooter made with A-Frame and Socket.io
Stars: ✭ 24 (-54.72%)
Mutual labels:  a-frame, webvr
Aframe Effects
A VR Ready Post processing framework for Three.js and/or A-Frame
Stars: ✭ 176 (+232.08%)
Mutual labels:  vr, webvr
cardboard-vr-display
A JavaScript implementation of a WebVR 1.1 VRDisplay
Stars: ✭ 84 (+58.49%)
Mutual labels:  vr, webvr
home-space
Startpage and WebXR home
Stars: ✭ 43 (-18.87%)
Mutual labels:  vr, webvr
Webar Article
WebAR-Article is a responsive and information rich website that is progressively enhanced with Augmented Reality content exposed through experimental web technologies.
Stars: ✭ 225 (+324.53%)
Mutual labels:  vr, webvr
belajar-aframe
Belajar A-Frame (WebVR) - Virtual Reality on the Web
Stars: ✭ 14 (-73.58%)
Mutual labels:  vr, webvr
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+25235.85%)
Mutual labels:  vr, webvr
Webxr Polyfill
Use the WebXR Device API today, providing fallbacks to native WebVR 1.1 and Cardboard
Stars: ✭ 251 (+373.58%)
Mutual labels:  vr, webvr
Guri Vr
https://gurivr.com
Stars: ✭ 177 (+233.96%)
Mutual labels:  vr, webvr
aframe-colorwheel-component
A-Frame Colorwheel. Based on A-Painter and A-Frame Material 🎨🅰
Stars: ✭ 16 (-69.81%)
Mutual labels:  a-frame, webvr
Aframe Particle System Component
Particle systems for A-Frame.
Stars: ✭ 156 (+194.34%)
Mutual labels:  vr, webvr
Patches
Patches is a visual programming editor for building WebVR and WebGL experiences.
Stars: ✭ 164 (+209.43%)
Mutual labels:  vr, webvr
a-blast
💥 Save the World From the Cutest Creatures in the Universe!
Stars: ✭ 116 (+118.87%)
Mutual labels:  vr, webvr
aframe-react
React library for A-frame
Stars: ✭ 58 (+9.43%)
Mutual labels:  vr, webvr

aframe-chromakey-material

Version License

A chromakey material for green screen effects in A-Frame. Provided a color, this material will remove that color from the video or image source. Perfect for blockbuster hollywood effects in VR!

chasevr

API

Property Description Default Value
color Color to key from source. This is a vec3 of rgb values. Default is greenish. 0.1 0.9 0.2

Installation

Browser

Install and use by directly including the browser files:

  <script src="https://unpkg.com/aframe-chromakey-material/dist/aframe-chromakey-material.min.js"></script>

See this example for usage.

npm

Install via npm/yarn:

npm install aframe-chromakey-material

Then require and use.

import 'aframe';
import 'aframe-chromakey-material';

Credits

A big thanks to the prior research on chromakey shaders in WebGL and Three.js by: https://github.com/makc/makc.github.io/tree/master/three.js/chromakey https://github.com/hawksley/Threex.chromakey

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].