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.
18 lines
351 B
18 lines
351 B
{ |
|
"name": "website", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "main.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "http://thomczik.de:3000/jonathan/website.git" |
|
}, |
|
"author": "", |
|
"license": "ISC", |
|
"dependencies": { |
|
"three": "^0.136.0" |
|
} |
|
}
|
|
|