Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavedrom/doppler
Doppler effect on WaveForms
https://github.com/wavedrom/doppler
hacktoberfest verilog vhdl
Last synced: 3 months ago
JSON representation
Doppler effect on WaveForms
- Host: GitHub
- URL: https://github.com/wavedrom/doppler
- Owner: wavedrom
- License: mit
- Created: 2020-09-19T03:37:01.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2024-02-14T22:54:35.000Z (12 months ago)
- Last Synced: 2024-04-18T14:19:16.055Z (10 months ago)
- Topics: hacktoberfest, verilog, vhdl
- Language: JavaScript
- Homepage:
- Size: 2.29 MB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![NPM version](https://img.shields.io/npm/v/@wavedrom/doppler.svg)](https://www.npmjs.org/package/@wavedrom/doppler)
[![Linux](https://github.com/wavedrom/doppler/actions/workflows/linux.yml/badge.svg)](https://github.com/wavedrom/doppler/actions/workflows/linux.yml)
[![MacOS](https://github.com/wavedrom/doppler/actions/workflows/macos.yml/badge.svg)](https://github.com/wavedrom/doppler/actions/workflows/macos.yml)
[![Windows](https://github.com/wavedrom/doppler/actions/workflows/windows.yml/badge.svg)](https://github.com/wavedrom/doppler/actions/workflows/windows.yml)## WaveForm Doppler component
JS/HTML/CSS component. Renders HDL WaveForms with interactive scroll, pan & zoom effects.
### Demo
```
npm i
npm run build
http-server test &
```### Develop
```
npm i
npm test
```