racing-game-cljs

A 3D racing game built with ClojureScript, React and ThreeJS

clojure · clojurescript · react · react-three-fiber · threejs
入门
GitHub在线演示
Stars:253
License:未知
更新:2025/11/24

README

racing-game-cljs

This project is ClojureScript clone of pmndrs/racing-game (first version).

img

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.

Run Locally

npm install

npm run watch

Open http://localhost:8280