blakesimpson.dev is a digital portfolio and resume containing a collection of projects, examples of produced music and personal information.
The project uses an omptimised GLTF scene, created in Blender, which uses a low poly count and baked textures for performance. With react-three-fiber, the scene is injected into the application, which is then overlayed with standard react components to create the experience. This website was my first fully-fledged three.js and react application and was intended to be a learning experiment.
In the project directory, you can run:
$ npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
$ npm run build
Builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance.
Blake Simpson
Acknowledgements:
- threejs journey, by Bruno Simon, https://threejs-journey.com/
- Three.js contributors, https://threejs.org/
- pmndrs/drei, by Poimandres https://github.com/pmndrs/drei/