Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ertugrulcetin/racing-game-cljs
A 3D racing game built with ClojureScript, React and ThreeJS
https://github.com/ertugrulcetin/racing-game-cljs
clojure clojurescript react react-three-fiber threejs
Last synced: 24 days ago
JSON representation
A 3D racing game built with ClojureScript, React and ThreeJS
- Host: GitHub
- URL: https://github.com/ertugrulcetin/racing-game-cljs
- Owner: ertugrulcetin
- Created: 2021-06-15T14:20:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T07:52:20.000Z (over 3 years ago)
- Last Synced: 2025-01-03T06:54:38.329Z (27 days ago)
- Topics: clojure, clojurescript, react, react-three-fiber, threejs
- Language: Clojure
- Homepage: https://ertugrulcetin.github.io/racing-game-cljs
- Size: 430 KB
- Stars: 245
- Watchers: 8
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-clojure - racing-game-cljs - A 3D racing game built with ClojureScript, React and ThreeJS (Uncategorized / Uncategorized)
README
# racing-game-cljs
This project is ClojureScript clone of [pmndrs/racing-game](https://github.com/pmndrs/racing-game) ([first version](https://github.com/pmndrs/racing-game/tree/939db70a076e8c95fac9643463c2d109e0bd60e6)).
![img](thumbnail.webp)
Live demo: https://ertugrulcetin.github.io/racing-game-cljs
> This project is a showcase for the feasibility of React in gaming. Every thing is a self contained component using react-three-fiber to express threejs with React semantics. If that seems strange to you read [this explanation](https://twitter.com/0xca0a/status/1282999626782650368).
## Run Locally
`npm install``npm run watch`
Open http://localhost:8280