https://github.com/michaelkolesidis/3d-cube
A 3D cube rotating according to mouse movement.
https://github.com/michaelkolesidis/3d-cube
3d-cube 3d-graphics 3d-model art cube p5js p5js-animation p5js-experiment p5js-sketch
Last synced: 9 months ago
JSON representation
A 3D cube rotating according to mouse movement.
- Host: GitHub
- URL: https://github.com/michaelkolesidis/3d-cube
- Owner: michaelkolesidis
- License: agpl-3.0
- Created: 2022-04-20T16:50:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T22:36:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T01:11:43.384Z (about 1 year ago)
- Topics: 3d-cube, 3d-graphics, 3d-model, art, cube, p5js, p5js-animation, p5js-experiment, p5js-sketch
- Language: JavaScript
- Homepage: https://3d-cubejs.netlify.app/
- Size: 7.39 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
3D Cube
A 3D cube rotating according to mouse movement.
Try me!
[](https://app.netlify.com/sites/3d-cubejs/deploys)
## Technologies Used
## Description
One of the first projects I ever created when I started learning JavaScript. Originally, I created it using [Processing](https://processing.org/), and then I ported it to the web using Processing's JavaScript sibling, p5.js.
A colorful three-dimensional cube that rotates according to the movement of the mouse inside the window. Double-click anywhere to enter fullscreen mode, double-click again (or press ESC) to leave fullscreen mode.
## Screenshot

## Related Projects
- [3D Teddy Bear](https://github.com/michaelkolesidis/3d-teddy-bear)
- [Circle Random Lines](https://github.com/michaelkolesidis/circle-random-lines)
- [3D Cube (Processing)](https://github.com/michaelkolesidis/3d-cube-processing)
## License
Copyright (c) 2023 Michael Kolesidis
Licensed under the [GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl-3.0.html).