Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caioliveira277/learning-threejs
Projetos bΓ‘sicos para aprender threejs
https://github.com/caioliveira277/learning-threejs
3d-graphics threejs typescript webgl
Last synced: 18 days ago
JSON representation
Projetos bΓ‘sicos para aprender threejs
- Host: GitHub
- URL: https://github.com/caioliveira277/learning-threejs
- Owner: caioliveira277
- License: mit
- Created: 2021-08-23T21:47:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T22:50:28.000Z (over 3 years ago)
- Last Synced: 2024-11-22T22:31:32.474Z (3 months ago)
- Topics: 3d-graphics, threejs, typescript, webgl
- Language: TypeScript
- Homepage:
- Size: 413 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Learning-threejs**
## Projetos bΓ‘sicos para aprender threejs
![]()
![]()
![]()
![]()
## Ideia π‘:
A ideia desse projeto Γ© aprender a criar **3D** nos navegadores utilizando a tecnologia de **WebGL**, sua estrutura estarΓ‘ sendo desenvolvida em pastas separadas na raiz onde cada pasta terΓ‘ o seu ambiente isolado e configurado.
>***Exemplo***:
```sh
.
βββ .project1
β βββ public
β βββ src
β βββ package.json
β βββ webpack.config.js
βββ .project2
β βββ public
β βββ ...
β βββ tsconfig.json
βββ .editorconfig
βββ .gitignore
βββ LICENSE
βββ README.md
```
***Estrutura de pastas do projeto***