This file contains hidden or 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
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><link rel="preload" href="/_next/static/media/2c062342b1fab89d-s.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font="size-adjust"/><link rel="preload" href="/_next/static/media/8a46cfca7977140b-s.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font="size-adjust"/><link rel="preload" href="/_next/static/media/decf5989f4e7f901-s.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font="size-adjust"/><link rel="preload" href="/_next/static/media/2cc74b96cdc9383d-s.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font="size-adjust"/><link rel="preload" href="/_next/static/media/c99ef75952aca458-s.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font="size-adjust"/><link rel="preload" href="/_next/static/media/7c1535108079abc4-s.p.woff2" as="font" type= |
This file contains hidden or 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
| .gitignore | |
| .npmignore | |
| alien-structuur.txt | |
| alien.js.png | |
| eslint.config.js | |
| LICENSE | |
| package.json | |
| README.md | |
| | |
+---examples |
This file contains hidden or 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
:root { | |
--bg-color: #060606; | |
--ui-panel-width: 100px; | |
--ui-font-family: 'Roboto Mono', monospace; | |
--ui-font-weight: 400; | |
--ui-font-size: 10px; | |
--ui-line-height: 15px; | |
--ui-letter-spacing: 0.04em; | |
--ui-number-letter-spacing: 0.5px; | |
--ui-title-font-size: 11px; |
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | |
<title>UI Components — Space.js</title> | |
<link rel="preconnect" href="https://fonts.gstatic.com"> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@300&family=Gothic+A1:wght@400;700"> |
This file contains hidden or 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
Download the React DevTools for a better development experience: https://react.dev/link/react-devtools | |
D:\dev\alien\components\SpaceStationViewer.js:21 Alle mesh-namen in nodes: | |
D:\dev\alien\components\SpaceStationViewer.js:22 Sketchfab_Scene | |
D:\dev\alien\components\SpaceStationViewer.js:22 Sketchfab_model | |
D:\dev\alien\components\SpaceStationViewer.js:22 root | |
D:\dev\alien\components\SpaceStationViewer.js:22 GLTF_SceneRootNode | |
D:\dev\alien\components\SpaceStationViewer.js:22 _root_113 | |
D:\dev\alien\components\SpaceStationViewer.js:22 02_Unity_Node_1_112 | |
D:\dev\alien\components\SpaceStationViewer.js:22 Object_5 | |
D:\dev\alien\components\SpaceStationViewer.js:22 Object_6 |
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | |
<title>Light Rays Shader — Alien.js</title> | |
<link rel="preconnect" href="https://fonts.gstatic.com"> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Mono"> |
This file contains hidden or 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
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>Animated Hero Sections for React and TailwindCSS</title><meta name="description" content="Access prebuilt hero sections interaction and animations built with React, Tailwind CSS, Framer Motion & more!"/><meta name="next-head-count" content="4"/><link rel="preload" href="/_next/static/media/2c062342b1fab89d-s.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font="size-adjust"/><link rel="preload" href="/_next/static/media/8a46cfca7977140b-s.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font="size-adjust"/><link rel="preload" href="/_next/static/media/decf5989f4e7f901-s.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font="size-adjust"/><link rel="preload" href="/_next/static/media/2cc74b96cdc9383d-s.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font="size-adjust"/><link rel="preload" href="/_next |