Skip to content

Commit 781833e

Browse files
author
AnthonyYoManz
authored
N17: Add playground.meteorlinker.com (#423)
1 parent 5ccec5a commit 781833e

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

content/posts/newsletter-017/index.md

+25
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,31 @@ _Discussions:
371371
[rayon]: https://github.com/rayon-rs/rayon
372372
[crates.io]: https://crates.io/
373373

374+
### [Rust Graphics Playground][rust-graphics-playground]
375+
376+
![Rust Graphics Playground Demo](rust-graphics-playground.gif)
377+
378+
The [Rust Graphics Playground][rust-graphics-playground] is a small tool that
379+
allows you to create and share miniature graphics demos in Rust that will run
380+
in the browser. Here are a few examples of what you can make:
381+
382+
- [3D Spinning Triangle][spinning-triangle]
383+
- [3D Spinning Cube][spinning-cube]
384+
- [Serpinski Triangle][serpinski-triangle]
385+
- [Serpinski Carpet][serpinski-carpet]
386+
387+
The [source code][graphics-playground-source] is available online.
388+
389+
_Discussions:
390+
[/r/rust](https://www.reddit.com/r/rust/comments/kk6i38/write_mini_graphics_demos_in_rust_in_the_browser/)_
391+
392+
[rust-graphics-playground]: http://playground.meteorlinker.com
393+
[spinning-triangle]: http://playground.meteorlinker.com/?share=1
394+
[spinning-cube]: http://playground.meteorlinker.com/?share=864
395+
[serpinski-triangle]: http://playground.meteorlinker.com/?share=682
396+
[serpinski-carpet]: http://playground.meteorlinker.com/?share=1054
397+
[graphics-playground-source]: https://gitlab.com/DixieDev/rust-graphics-playground
398+
374399
## Popular Workgroup Issues in Github
375400

376401
<!-- Up to 10 links to interesting issues -->
Loading

0 commit comments

Comments
 (0)