Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Car simulator
Starting screen | After opening all doors
:-------------------------:|:-------------------------:
Screen Shot 2021-06-16 at 20 41 31 | Screen Shot 2021-06-16 at 20 42 22

## Simulator with layout page
Screen Shot 2021-06-16 at 20 41 03

## 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