-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Tiny Tapeout VGA Playground | ||
|
||
Online version: https://tinytapeout.github.io/vga-playground/ | ||
|
||
Write an run verilog code to generate VGA signals in the browser, then manufacture your project with [Tiny Tapeout](https://tinytapeout.com/). | ||
|
||
## Development | ||
|
||
You'll need to have [Node.js](https://nodejs.org) installed on your computer and clone this repository. | ||
|
||
Then you can install the dependencies and run the development server: | ||
|
||
```bash | ||
npm install | ||
npm start | ||
``` | ||
|
||
To view the playground, open `http://localhost:5173` in your browser. |