-
- Downloads
init
parents
No related branches found
No related tags found
Showing
- .gitignore 26 additions, 0 deletions.gitignore
- desktop.ini 4 additions, 0 deletionsdesktop.ini
- index.html 15 additions, 0 deletionsindex.html
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 19 additions, 0 deletionspackage.json
- public/vite.svg 2 additions, 0 deletionspublic/vite.svg
- src/cg/main.ts 2 additions, 0 deletionssrc/cg/main.ts
- src/cg/pgIntro.ts 23 additions, 0 deletionssrc/cg/pgIntro.ts
- src/cg/playground.ts 400 additions, 0 deletionssrc/cg/playground.ts
- src/counter.ts 9 additions, 0 deletionssrc/counter.ts
- src/main.ts 24 additions, 0 deletionssrc/main.ts
- src/style.css 96 additions, 0 deletionssrc/style.css
- src/typescript.svg 2 additions, 0 deletionssrc/typescript.svg
- src/vite-env.d.ts 1 addition, 0 deletionssrc/vite-env.d.ts
- tsconfig.json 23 additions, 0 deletionstsconfig.json
.gitignore
0 → 100644
desktop.ini
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "computergraphics", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^5.2.2", | ||
"vite": "^5.2.0" | ||
}, | ||
"dependencies": { | ||
"@types/three": "^0.163.0", | ||
"three": "^0.163.0" | ||
} | ||
} |
public/vite.svg
0 → 100644
src/cg/main.ts
0 → 100644
src/cg/pgIntro.ts
0 → 100644
src/cg/playground.ts
0 → 100644
src/counter.ts
0 → 100644
src/main.ts
0 → 100644
src/style.css
0 → 100644
src/typescript.svg
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment