Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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***