Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alberto-torres/responsive-bouncy3d
Mini video game example that combines: UI, responsiveness, 2D and 3D animation, video games and scroll animation; to be deployed via a modern web browser.
https://github.com/alberto-torres/responsive-bouncy3d
2d-game 3d-game gsap gsap-scrolltrigger phaser phaser-game responsive-design sounds threejs threejs-example
Last synced: about 2 months ago
JSON representation
Mini video game example that combines: UI, responsiveness, 2D and 3D animation, video games and scroll animation; to be deployed via a modern web browser.
- Host: GitHub
- URL: https://github.com/alberto-torres/responsive-bouncy3d
- Owner: alberto-torres
- Created: 2024-09-12T00:48:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T19:40:30.000Z (3 months ago)
- Last Synced: 2024-10-24T05:41:01.396Z (3 months ago)
- Topics: 2d-game, 3d-game, gsap, gsap-scrolltrigger, phaser, phaser-game, responsive-design, sounds, threejs, threejs-example
- Language: JavaScript
- Homepage: https://ixi.studio/responsive-bouncy3d/
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# responsive-bouncy3d
Combine technologies of: UI, responsiveness, 2D and 3D animation, video games and scroll animation; to be deployed via a modern web browser. Dependencies: Phaser v3.85.2, ThreeJS r162, GSAP w/ scrollTrigger v3.12.5.
Notes:
- You can find documentation in the code itself, most lines are commented.
- Fonts are different in the demo due to font licensing.
- Uses the polyfill es-module-shims to support importmap on older browsers.
- This is based on this prototype.