Skip to content

molokoloco/my-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Robot

Demo screen

Little robot here https://julienweb.fr

WebGL interactive robot made with React-three-fiber renderer for Three.js.
I'have made a lot of mistakes but have a lot of fun, and do a lot of experiments :) Check it! http://julienweb.fr code https://github.com/molokoloco/my-robot/blob/main/src/Jujuhome.js

Project dependencies :

{
  "dependencies": {
    "@react-three/drei": "^9.31.1",
    "@react-three/fiber": "^8.7.4",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^14.4.3",
    "lamina": "^1.1.23",
    "react": "^18.2.0",
    "react-colorful": "^5.6.1",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "react-spinners": "^0.13.6",
    "simplex-noise": "^4.0.0",
    "three": "0.140.0",
    "vite": "^3.1.8",
    "web-vitals": "^3.0.2"
  }
}

Dev and build :

npm i
npm run start
npm run build

Sources...