Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelkolesidis/teddy-3d
A 3D Teddy Bear
https://github.com/michaelkolesidis/teddy-3d
3d-graphics 3d-models art cute p5js p5js-animation p5js-animations p5js-sketch teddy teddy-3d teddy-bear teddybear
Last synced: about 2 months ago
JSON representation
A 3D Teddy Bear
- Host: GitHub
- URL: https://github.com/michaelkolesidis/teddy-3d
- Owner: michaelkolesidis
- License: agpl-3.0
- Created: 2022-05-02T20:33:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T15:12:07.000Z (7 months ago)
- Last Synced: 2024-11-12T05:07:41.500Z (about 2 months ago)
- Topics: 3d-graphics, 3d-models, art, cute, p5js, p5js-animation, p5js-animations, p5js-sketch, teddy, teddy-3d, teddy-bear, teddybear
- Language: JavaScript
- Homepage: https://teddy-3d.vercel.app/
- Size: 13.7 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teddy 3D
A colorful three-dimensional teddy bear.
![1](./screenshots/1.png)
- Rotates to x-axis and y-axis according to mouse mouvement
- New taddy color on click
- New background color on click## Technologies Used
## Description
- Teddy's color changes randomly on click/touch/keypress
- Background color changes randomly on click/touch/keypress
- New colors gets logged in console for reference
- Teddy can be moved by mouse/touch along with its rotation
- Created dynamically on page load, according to window dimensions
- Contained in a simple HTML page, with some essential CSS## Screenshots
![2](./screenshots/2.png)
![3](./screenshots/3.png)
![4](./screenshots/4.png)
## License
Copyright (c) 2025 Michael Kolesidis
Licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html).