Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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