Dies ist das Repository meines kleinen Portfolios.
Im Hintergrund läuft eine Planetensimulation, geschrieben in JavaScript und Three.js.
Die zu sehenden Texturen stammen von:
https://www.solarsystemscope.com/textures/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
529 B
20 lines
529 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<base href="/website/"> |
|
<meta charset="UTF-8"> |
|
<link rel="stylesheet" href="style.css"> |
|
<title>Space</title> |
|
</head> |
|
<body> |
|
<main> |
|
<section> |
|
<button type="button" id="steuerungOrbitalButton">Steuerung aktivieren!</button> |
|
<a href="https://www.solarsystemscope.com/textures/">Texturen von https://www.solarsystemscope.com/textures/</a> |
|
<canvas id="bg"></canvas> |
|
</section> |
|
|
|
</main> |
|
<script type="module" src="main.js"></script> |
|
</body> |
|
</html>
|
|
|