https://github.com/hnthap/car-ride
Car simulator on browsers, written in TypeScript using Vite and ThreeJS.
https://github.com/hnthap/car-ride
cannonjs car-ride car-simulation car-simulator react react-three-cannon react-three-drei react-three-fiber simulation sketchfab-textures threejs typescript typescript-react uit vite
Last synced: 2 months ago
JSON representation
Car simulator on browsers, written in TypeScript using Vite and ThreeJS.
- Host: GitHub
- URL: https://github.com/hnthap/car-ride
- Owner: hnthap
- Created: 2024-04-12T07:30:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-02T06:07:52.000Z (10 months ago)
- Last Synced: 2025-08-22T06:34:20.746Z (10 months ago)
- Topics: cannonjs, car-ride, car-simulation, car-simulator, react, react-three-cannon, react-three-drei, react-three-fiber, simulation, sketchfab-textures, threejs, typescript, typescript-react, uit, vite
- Language: JavaScript
- Homepage:
- Size: 149 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/cc-by-4-0.txt
Awesome Lists containing this project
README
# Car Riding Simulation
Semester project for the Computer Graphics course (CS105.O22.KHCL) at Vietnam National University HCMC, University of Information Technology.

## Prequisities
- NodeJS
## Usage
### Setup
```{bash}
git clone https://github.com/hnthap/car-ride.git --branch=lite --depth=1
cd car-ride
npm install
```
### Start the server
```{bash}
npm run build
npm run preview
```
### Start the server in development mode
```{bash}
npm run dev
```
## Attributions
### Images
| Image | Description | Source | License |
| --- | --- | --- | --- |
|
| Moving keys | [*Ecctrl + Fisheye*](https://codesandbox.io/s/nvk9pf) | N/A |
|
| Eiffel Tower | [Tognopop (Wikimedia Commons)](https://commons.wikimedia.org/wiki/File:Eiffel_Tower_20051010.jpg) | [Public domain](https://en.wikipedia.org/wiki/Public_domain) |
|
| Arc de Triomphe | [Jack Downey (Wikimedia Commons)](https://commons.wikimedia.org/wiki/File:Crowds_of_French_patriots_line_the_Champs_Elysees-edit2.jpg) | [Public domain](https://en.wikipedia.org/wiki/Public_domain) |
### 3D models
| 3D model | Description | Source | License |
| --- | --- | --- | --- |
|
| Car | [Car Scene](https://skfb.ly/6uSoM) by toivo | [CC-BY 4.0](./LICENSES/cc-by-4-0.txt) |
|
| Landscape, Eiffel Tower and Arc de Triomphe | [sport car racing paris](https://skfb.ly/oIME6) by amogusstrikesback2 | [CC-BY 4.0](./LICENSES/cc-by-4-0.txt) |
|
| Birch tree | [Birch Tree](https://sketchfab.com/3d-models/birch-tree-aa842dffd9654d33b8b91170ce83c172) by evolveduk | [CC-BY 4.0](./LICENSES/cc-by-4-0.txt) |
|
| House | [Modern Home](https://sketchfab.com/3d-models/modern-home-7054d2d8710b4213ad3857c1e37e57ec) by Ciolan-T. Sebastian | [CC-BY 4.0](./LICENSES/cc-by-4-0.txt) |