A Pen by Toshiya Marukubo on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- RGBA.js - my own super tiny webgl/fragment shader lib for codepen works | |
more examples at - https://codepen.io/collection/AWEWzK --> | |
<script src="https://rawcdn.githack.com/strangerintheq/rgba/0.0.5/rgba.js"></script> | |
<a target="_blank" href="https://github.com/strangerintheq/rgba">RGBA.js</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="x-shader/x-vertex" id="vertexshader"> | |
attribute float size; | |
attribute vec3 customColor; | |
varying vec3 vColor; | |
void main() { | |
vColor = customColor; | |
vec4 mvPosition = modelViewMatrix * vec4( position, 1.0 ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- RGBA.js - my own super tiny webgl/fragment shader lib for codepen works | |
more examples at - https://codepen.io/collection/AWEWzK --> | |
<script src="https://rawcdn.githack.com/strangerintheq/rgba/0.0.5/rgba.js"></script> | |
<a target="_blank" href="https://github.com/strangerintheq/rgba">RGBA.js</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://use.typekit.net/ehh4lya.js"></script> | |
<script>try{Typekit.load({ async: true });}catch(e){}</script> | |
<nav class="side"> | |
<div class="side__inner"> | |
<div class="top"><a href="#">Volker Otto</a></div> | |
<div class="bottom"> | |
<a href="https://dribbble.com/hellovolker">DRIBBBLE</a> | |
<a href="https://twitter.com/hellovolker">TWITTER</a> | |
<a href="mailto:[email protected]">EMAIL ME</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="page-wrap"> | |
<!-- div that will hold our WebGL canvas --> | |
<!--<nav class="main-nav"> | |
<div class="logo"><img src="" alt="" class="img-logo">AB</div> | |
<ul class="main-menu"> | |
<li><a href="">HOME</a></li> | |
<li><a href="">ABOUT</a></li> | |
<li><a href="">WORKS</a></li> | |
<li><a href="">CONTACT</a></li> | |
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.section | |
.center.one | |
.r | |
.g | |
.b | |
.section | |
.center.full.two | |
.r | |
.g | |
.b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="root"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="root"></div> |
NewerOlder