Skip to content

Commit bac9716

Browse files
committed
Deploying to gh-pages from @ endbasic/homepage@991b95f 🚀
1 parent ae8849c commit bac9716

8 files changed

Lines changed: 81 additions & 20 deletions

gallery.html

Lines changed: 76 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
<meta property="og:site_name" content="EndBASIC">
77
<title>Gallery - EndBASIC</title>
88
<meta property="og:title" content="Gallery - EndBASIC">
9-
<meta name=description content="Click these links to launch some publicly-shared demos right from your browser!Don't miss out on pressing ESC while the demos run for a surprise.
10-
jmmv/arka.bas jmmv/bounce.bas jmmv/flakes.bas jmmv/paint.bas jmmv/snake.bas jmmv/winden.bas 2021-11-11: EndBASIC demo for Handmade Seattle 2021, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone!
11-
2021-11-11: EndBASIC 0.8 showcasing a couple of graphics programs loaded from a cloud file share.">
12-
<meta property="og:description" content="Click these links to launch some publicly-shared demos right from your browser!Don't miss out on pressing ESC while the demos run for a surprise.
13-
jmmv/arka.bas jmmv/bounce.bas jmmv/flakes.bas jmmv/paint.bas jmmv/snake.bas jmmv/winden.bas 2021-11-11: EndBASIC demo for Handmade Seattle 2021, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone!
14-
2021-11-11: EndBASIC 0.8 showcasing a couple of graphics programs loaded from a cloud file share.">
9+
<meta name=description content="2021-11-11: EndBASIC demo for Handmade Seattle 2021, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone!
10+
2022-12-31: Snake clone.
11+
Click to launch jmmv/snake.bas and then hit ESC to stop the demo and inspect its code.
12+
2022-12-31: Seasonal greetings for 2023.
13+
Click to launch jmmv/flakes.bas and then hit ESC to stop the demo and inspect its code.">
14+
<meta property="og:description" content="2021-11-11: EndBASIC demo for Handmade Seattle 2021, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone!
15+
2022-12-31: Snake clone.
16+
Click to launch jmmv/snake.bas and then hit ESC to stop the demo and inspect its code.
17+
2022-12-31: Seasonal greetings for 2023.
18+
Click to launch jmmv/flakes.bas and then hit ESC to stop the demo and inspect its code.">
1519
<meta name=author content="Julio Merino">
1620
<meta name=generator content="Hugo 0.92.1">
1721
<meta property="og:url" content="https://www.endbasic.dev/gallery.html">
@@ -50,24 +54,79 @@ <h1 class="title display-4 font-weight-normal">Ready<br>Gallery&#9608;</h1>
5054
</div>
5155
<article class=container>
5256
<div class=media-card>
53-
<p>Click these links to launch some publicly-shared demos right from your browser!<br>Don't miss out on pressing ESC while the demos run for a surprise.</p>
54-
<p>
55-
<a href="https://repl.endbasic.dev/?run=jmmv/arka.bas"><tt>jmmv/arka.bas</tt><br>
56-
<a href="https://repl.endbasic.dev/?run=jmmv/bounce.bas"><tt>jmmv/bounce.bas</tt><br>
57-
<a href="https://repl.endbasic.dev/?run=jmmv/flakes.bas"><tt>jmmv/flakes.bas</tt><br>
58-
<a href="https://repl.endbasic.dev/?run=jmmv/paint.bas"><tt>jmmv/paint.bas</tt><br>
59-
<a href="https://repl.endbasic.dev/?run=jmmv/snake.bas"><tt>jmmv/snake.bas</tt><br>
60-
<a href="https://repl.endbasic.dev/?run=jmmv/winden.bas"><tt>jmmv/winden.bas</tt>
61-
</p>
62-
</div>
63-
<div class=media-card>
6457
<figure>
6558
<iframe title=vimeo-player src="https://player.vimeo.com/video/641791002?h=bab5562902" width=640 height=360 frameborder=0 allowfullscreen></iframe>
6659
<figcaption><p>2021-11-11: <a href=https://media.handmade-seattle.com/endbasic/>EndBASIC demo for Handmade Seattle 2021</a>, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone!</p></figcaption>
6760
</figure>
6861
</div>
6962
<div class=media-card>
7063
<figure>
64+
<a href="https://repl.endbasic.dev/?run=jmmv/snake.bas" target=_blank>
65+
<img src=/images/20221231-snake.png width=640 height=480>
66+
</a>
67+
<figcaption>
68+
<p>2022-12-31: Snake clone.</p>
69+
<p>Click to launch <tt>jmmv/snake.bas</tt> and then hit ESC to stop the demo and inspect its code.</p>
70+
</figcaption>
71+
</figure>
72+
</div>
73+
<div class=media-card>
74+
<figure>
75+
<a href="https://repl.endbasic.dev/?run=jmmv/flakes.bas" target=_blank>
76+
<img src=/images/20221231-flakes.png width=640 height=480>
77+
</a>
78+
<figcaption>
79+
<p>2022-12-31: Seasonal greetings for 2023.</p>
80+
<p>Click to launch <tt>jmmv/flakes.bas</tt> and then hit ESC to stop the demo and inspect its code.</p>
81+
</figcaption>
82+
</figure>
83+
</div>
84+
<div class=media-card>
85+
<figure>
86+
<a href="https://repl.endbasic.dev/?run=jmmv/arka.bas" target=_blank>
87+
<img src=/images/20221231-arka.png width=640 height=480>
88+
</a>
89+
<figcaption>
90+
<p>2022-12-31: Arkanoid clone. Very rough implementation at this point.</p>
91+
<p>Click to launch <tt>jmmv/arka.bas</tt> and then hit ESC to stop the demo and inspect its code.</p>
92+
</figcaption>
93+
</figure>
94+
</div>
95+
<div class=media-card>
96+
<figure>
97+
<a href="https://repl.endbasic.dev/?run=jmmv/paint.bas" target=_blank>
98+
<img src=/images/20221231-paint.png width=640 height=480>
99+
</a>
100+
<figcaption>
101+
<p>2022-12-31: Simple interactive drawing program.</p>
102+
<p>Click to launch <tt>jmmv/paint.bas</tt> and then hit ESC to stop the demo and inspect its code.</p>
103+
</figcaption>
104+
</figure>
105+
</div>
106+
<div class=media-card>
107+
<figure>
108+
<a href="https://repl.endbasic.dev/?run=jmmv/winden.bas" target=_blank>
109+
<img src=/images/20221231-winden.png width=640 height=480>
110+
</a>
111+
<figcaption>
112+
<p>2022-12-31: 3D-style demo that renders "END", courtesy of winden@.</p>
113+
<p>Click to launch <tt>jmmv/winden.bas</tt> and then hit ESC to stop the demo and inspect its code.</p>
114+
</figcaption>
115+
</figure>
116+
</div>
117+
<div class=media-card>
118+
<figure>
119+
<a href="https://repl.endbasic.dev/?run=jmmv/bounce.bas" target=_blank>
120+
<img src=/images/20221231-bounce.png width=640 height=480>
121+
</a>
122+
<figcaption>
123+
<p>2022-12-31: One of the first demos that renders an animation.</p>
124+
<p>Click to launch <tt>jmmv/bounce.bas</tt> and then hit ESC to stop the demo and inspect its code.</p>
125+
</figcaption>
126+
</figure>
127+
</div>
128+
<div class=media-card>
129+
<figure>
71130
<video width=640 controls>
72131
<source src=/images/graphics-demo.mp4 type=video/mp4>
73132
</video>

images/20221231-arka.png

12.1 KB
Loading

images/20221231-bounce.png

12.8 KB
Loading

images/20221231-flakes.png

19.3 KB
Loading

images/20221231-paint.png

11.5 KB
Loading

images/20221231-snake.png

16.8 KB
Loading

images/20221231-winden.png

13.2 KB
Loading

index.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Chat on Discord
55
Join the mailing list
66
Project details GitHub project: endbasic/endbasic Report an issue Send feedback Support If you encounter any issue, please file a bug report or contact me via email or Twitter.</description></item><item><title>Documentation</title><link>https://www.endbasic.dev/docs.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.endbasic.dev/docs.html</guid><description>Introduction Launching the interpreter Writing your first program Loading and saving Getting help Language basics Case sensitivity Primitive types Arrays Operators Expressions GOTO and GOSUB Conditionals Loops Error handling Data blocks Console Text manipulation Interactive interfaces Rendering graphics Efficient graphics rendering File system Drives and paths Drive providers Side-loading files Cloud service Accessing public content Signing up Logging in Uploading a program Publishing a program Privacy and security notes Hardware access GPIO Configuration AUTOEXEC.</description></item><item><title>Download</title><link>https://www.endbasic.dev/download.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.endbasic.dev/download.html</guid><description>Remember: you do not have to download EndBASIC to play with it.You can click here to open up a fully-local, browser-based session!
77
Launch interpreter Binary releases The latest version of EndBASIC is 0.10.0 and was released on 2022-12-27.
8-
OS Platform Link Linux x86_64 endbasic-0.10.0-linux-x86_64-sdl.tgz macOS x86_64 endbasic-0.10.0-macos-x86_64-sdl.tgz Windows x86_64 endbasic-0.10.0-windows-x86_64-sdl.zip Linux Raspberry Pi (ARM v7) endbasic-0.10.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.</description></item><item><title>Gallery</title><link>https://www.endbasic.dev/gallery.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.endbasic.dev/gallery.html</guid><description>Click these links to launch some publicly-shared demos right from your browser!Don't miss out on pressing ESC while the demos run for a surprise.
9-
jmmv/arka.bas jmmv/bounce.bas jmmv/flakes.bas jmmv/paint.bas jmmv/snake.bas jmmv/winden.bas 2021-11-11: EndBASIC demo for Handmade Seattle 2021, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone!
10-
2021-11-11: EndBASIC 0.8 showcasing a couple of graphics programs loaded from a cloud file share.</description></item></channel></rss>
8+
OS Platform Link Linux x86_64 endbasic-0.10.0-linux-x86_64-sdl.tgz macOS x86_64 endbasic-0.10.0-macos-x86_64-sdl.tgz Windows x86_64 endbasic-0.10.0-windows-x86_64-sdl.zip Linux Raspberry Pi (ARM v7) endbasic-0.10.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.</description></item><item><title>Gallery</title><link>https://www.endbasic.dev/gallery.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.endbasic.dev/gallery.html</guid><description>2021-11-11: EndBASIC demo for Handmade Seattle 2021, showcasing graphics support, hardware manipulation, and the cloud to build a retro-looking pong clone!
9+
2022-12-31: Snake clone.
10+
Click to launch jmmv/snake.bas and then hit ESC to stop the demo and inspect its code.
11+
2022-12-31: Seasonal greetings for 2023.
12+
Click to launch jmmv/flakes.bas and then hit ESC to stop the demo and inspect its code.</description></item></channel></rss>

0 commit comments

Comments
 (0)