Skip to content

Repository for studying 3D components with Three and React

Notifications You must be signed in to change notification settings

MatheusMartins21/3d-social-icons

Repository files navigation

Social Icons 3D

This project was created for learning purposes in 3D objects with React.

Commands: Use yarn to install dependencies and yarn dev to start project.

For this project, i used the following libraries 3D:

And for the 3D models, the .OBJ formats were rendered to .GLTF using Blender and the libraries:

  • gltf-pipeline
    • Using the command: gltf-pipeline -i <file.gltf> -o <newfile.gltf> -d. To optimize the 3D file
  • gltfjsx
    • Using the command: npx gltfjsx <newfile.gltf> -t. To create a React file using the resources of the react-three library. Note: -t will create a .tsx file with typings.

Some examples of icons in Blender:

Blender Resources

About

Repository for studying 3D components with Three and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published