Skip to content

Instantly share code, notes, and snippets.

View gottaegbert's full-sized avatar
🍔
Learning

Siyu Hu gottaegbert

🍔
Learning
View GitHub Profile

Animated Skull

Animated skull with Threejs for Creative Coding CLub - It's alive

A Pen by siyu on CodePen.

License.

@gottaegbert
gottaegbert / index.html
Created February 19, 2021 09:40
THREE.js SVG Extrude w/ Gui
<html>
<body>
<div id="stats"></div>
<div id="" style="display:none">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1152px"
height="1152px" xml:space="preserve">
<g>
<path id="svg-element" style="fill:rgb(0,0,0);" d="M15.678 8.549l-4.705 4.516c-0.267 0.254-0.608 0.382-0.951 0.382s-0.684-0.128-0.951-0.382l-4.705-4.516c-0.548-0.523-0.564-1.393-0.041-1.938 0.525-0.547 1.393-0.566 1.938-0.042l3.759 3.602 3.764-3.602c0.55-0.526 1.414-0.506 1.938 0.041 0.526 0.537 0.512 1.413-0.037 1.938l-0.009 0.001zM19.913 2.261c-0.249-0.715-0.938-1.197-1.701-1.197h-16.397c-0.75 0-1.431 0.47-1.698 1.171-0.078 0.208-0.118 0.426-0.118 0.645v6.038l0.070 1.201c0.29 2.731 1.706 5.118 3.902 6.783 0.037 0.030 0.078 0.058 0.119 0.087l0.025 0.019c1.176 0.858 2.491 1.44 3.912 1.727 0.655 0.132 1.326 0.2 1.991 0.2 0.616 0 1.234-0.056 1.841-0.17 0.073-0.024 0.147-0.037 0.22-0.050 0.019 0 0.041-0.012 0.062-0.024 1
@gottaegbert
gottaegbert / index.html
Created June 8, 2020 06:28
Neumorphism Social/News App Mockup
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>diary video App</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous" />
</head>