Skip to content

Commit 41bb96f

Browse files
authored
N23: Add Rusty Slider (#699)
1 parent 0552e8c commit 41bb96f

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

content/news/023/index.md

+28
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,34 @@ or the [source code on Github][Sugarcubes source].
300300
[Sugarcubes source]: https://github.com/henryksloan/sugarcubes
301301
[@henryksloan]: https://github.com/henryksloan
302302

303+
### [Rusty Slider]
304+
305+
![Rusty Slider code block example](rustyslider.png)
306+
_Supports syntax highlighting of code blocks_
307+
308+
[Rusty Slider] by [@ollej] is a markdown slideshow viewer
309+
written with macroquad.
310+
311+
The game engine Macroquad can be used for more than just games. It’s also a
312+
great way to quickly build multi-platform tools with graphics.
313+
314+
It’s possible to write presentations in plain text using Markdown. The
315+
application runs natively on all major platforms, and can also be used within
316+
a browser.
317+
318+
- Supports headers, bold/italic, blockquotes, lists, and code blocks with
319+
syntax highlighting.
320+
- Automatically change slides.
321+
- Themes separated from content.
322+
- Toggle a CRT shader.
323+
324+
The latest feature added was to execute bash code blocks. The output of the
325+
execution will be shown below the code block. This is meant to be used for
326+
demo purposes, to show actual results of commands.
327+
328+
[Rusty Slider]: https://ollej.github.io/rusty-slider
329+
[@ollej]: https://twitter.com/ollej
330+
303331
## Library Updates
304332

305333
### [backroll-rs] and [GGRS]

content/news/023/rustyslider.png

307 KB
Loading

0 commit comments

Comments
 (0)