mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
readme
This commit is contained in:
parent
424819744f
commit
6f583e7092
10
README.md
10
README.md
@ -99,3 +99,13 @@ When this code is compiled::
|
||||
you get a program that outputs this when loaded on a C-64:
|
||||
|
||||
![c64 screen](docs/source/_static/hello_screen.png)
|
||||
|
||||
|
||||
One of the included examples (wizzine.p8) animates a bunch of sprite balloons and looks like this:
|
||||
|
||||
![wizzine screen](docs/source/_static/wizzine.png)
|
||||
|
||||
Another example (cube3d-sprites.p8) draws the vertices of a rotating 3d cube:
|
||||
|
||||
![cube3d screen](docs/source/_static/cube3d.png)
|
||||
|
||||
|
BIN
docs/source/_static/cube3d.png
Normal file
BIN
docs/source/_static/cube3d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
docs/source/_static/wizzine.png
Normal file
BIN
docs/source/_static/wizzine.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
@ -1,4 +1,4 @@
|
||||
// Generated from /home/irmen/Projects/prog8/parser/antlr/prog8.g4 by ANTLR 4.7.2
|
||||
// Generated from ./parser/antlr/prog8.g4 by ANTLR 4.7.2
|
||||
package prog8.parser;
|
||||
import org.antlr.v4.runtime.Lexer;
|
||||
import org.antlr.v4.runtime.CharStream;
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Generated from /home/irmen/Projects/prog8/parser/antlr/prog8.g4 by ANTLR 4.7.2
|
||||
// Generated from ./parser/antlr/prog8.g4 by ANTLR 4.7.2
|
||||
package prog8.parser;
|
||||
import org.antlr.v4.runtime.atn.*;
|
||||
import org.antlr.v4.runtime.dfa.DFA;
|
||||
|
Loading…
Reference in New Issue
Block a user