Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theguptaji/car-simulator
A UI for car simulation
https://github.com/theguptaji/car-simulator
car gui interface simulation-model simulator sound
Last synced: 3 days ago
JSON representation
A UI for car simulation
- Host: GitHub
- URL: https://github.com/theguptaji/car-simulator
- Owner: theguptaji
- Created: 2021-06-15T03:34:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T22:44:39.000Z (over 3 years ago)
- Last Synced: 2024-01-27T07:39:54.795Z (10 months ago)
- Topics: car, gui, interface, simulation-model, simulator, sound
- Language: HTML
- Homepage: https://car-simulator.netlify.app/
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car simulator
Starting screen | After opening all doors
:-------------------------:|:-------------------------:
|## Simulator with layout page
## A GUI for simulating a car on web
### Current features
* Opening/Closing door/trunk via toggle buttons
* Sound effect on toggle click
* Responsive design made with Grid layout
* Royalty free illustration **designed by author : Aman Gupta**
* Car lock/unlock button with sound effect
### Upcoming features
* Battery, Temperature, AC and Seat positions settings via illustration and animations
* Better door pivoting.
### Upcoming technical features
* Data structure to integrate with `Digital twin(Ditto)`.
* Use `event bubbling` to add onclick listener to main simulator board.
* `Throttling` to limit the events fired.
* Monolithic --> `Modular` code