README.md: add images
This commit is contained in:
parent
bf0f5c8c79
commit
b6d98717ca
1 changed files with 16 additions and 4 deletions
20
README.md
20
README.md
|
|
@ -23,12 +23,24 @@ Everything is open source, so you can read, understand and modify the whole syst
|
||||||
- compiler does its own Pascal dialect with some restrictions and some extensions
|
- compiler does its own Pascal dialect with some restrictions and some extensions
|
||||||
- emulator available
|
- emulator available
|
||||||
|
|
||||||
## Demo
|
## Demos
|
||||||
|
### Videos
|
||||||
- (Video hello world)
|
- (Video hello world)
|
||||||
- (Video lines)
|
- (Video lines)
|
||||||
- (Screenshot mandelbrot)
|
|
||||||
- (Screenshot conway)
|
### Still Pictures
|
||||||
- (Screenshot image viewer)
|
#### Mandelbrot
|
||||||
|

|
||||||
|
A simple program drawing the Mandelbrot set. This uses floating point and is quite slow (several minutes).
|
||||||
|
|
||||||
|
#### Conway's Game of Life
|
||||||
|

|
||||||
|
Conway's game of life, with a limited size to make it not too slow.
|
||||||
|
|
||||||
|
#### Image Viewer
|
||||||
|

|
||||||
|
Displaying a 640x400 pixel image in 16 colors on the VGA framebuffer. The framebuffer content
|
||||||
|
stays when the display program terminates.
|
||||||
|
|
||||||
## Supported Boards
|
## Supported Boards
|
||||||
- Arty A7 (with two PMODs for microSD cards and VGA output)
|
- Arty A7 (with two PMODs for microSD cards and VGA output)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue