https://github.com/c-frame/aframe-racing-game
Port of pmndrs's racing-game rewritten with A-Frame
https://github.com/c-frame/aframe-racing-game
Last synced: 10 months ago
JSON representation
Port of pmndrs's racing-game rewritten with A-Frame
- Host: GitHub
- URL: https://github.com/c-frame/aframe-racing-game
- Owner: c-frame
- License: mit
- Created: 2023-11-19T14:53:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-14T14:44:25.000Z (about 1 year ago)
- Last Synced: 2025-06-14T15:39:05.376Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://c-frame.github.io/aframe-racing-game/public/
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A-Frame Racing Game
Port of [pmndrs's racing-game](https://github.com/pmndrs/racing-game) (r3f and cannon) rewritten in A-Frame with reusable components.
This port is using ammo.js for the vehicle. The `vehicle-controls` component is a port of the [ammo.js webgl_demo_vehicle three.js example](https://rawcdn.githack.com/kripken/ammo.js/8f8b7187ef74994093318645e5e96b11d982688a/examples/webgl_demo_vehicle/index.html) ([code](https://github.com/kripken/ammo.js/blob/main/examples/webgl_demo_vehicle/index.html))
The assets of the desert and car come from the original pmndrs's racing-game repo and are CC0 licenced.
This is a work in progress, see [GitHub issues](https://github.com/c-frame/aframe-racing-game/issues)