From 1695ab2fe4c0c8921dfb0cd72eda84a4c32d13cd Mon Sep 17 00:00:00 2001 From: Romeo Disca Date: Fri, 17 May 2019 21:07:41 +0200 Subject: add knowledge base articles --- content/knowledge-base/links.md | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 content/knowledge-base/links.md (limited to 'content/knowledge-base/links.md') diff --git a/content/knowledge-base/links.md b/content/knowledge-base/links.md new file mode 100644 index 0000000..0afd6fe --- /dev/null +++ b/content/knowledge-base/links.md @@ -0,0 +1,47 @@ +--- +title: "Links" +date: 2019-05-17T20:05:18+02:00 +draft: true + +summary: Interesting Links about Rust +--- + +# First Contact + +* [Home of Rust Lang](https://www.rust-lang.org/) +* [Rust Community Team](https://community.rs/) + +# Rust Community Stuttgart + +* [https://github.com/rusticus-io](https://github.com/rusticus-io) + +# Game Dev + +* [Overview of Open Source Game Engines in Rust](https://www.shadercat.com/overview-of-open-source-game-engines-in-rust/) +* [Are we game yet?](http://arewegameyet.com/) + +## Engines + +* [Amethyst](https://www.amethyst.rs/) +* [Anima](http://anima-engine.org/) +* [Piston](https://www.piston.rs/) + + +# Embedded + +* [awesome embedded rust](https://github.com/rust-embedded/awesome-embedded-rust) +* [The Embedded Working Group Blog](https://rust-embedded.github.io/blog/) + +# Tutorials + +* [hangman tutorial](https://github.com/rusticus-io/hangman) +* [rustlings](https://github.com/rust-lang/rustlings) +* [exercism.io](https://exercism.io/tracks/rust) + +# Other Link Lists + +* [awesome rust](https://github.com/rust-unofficial/awesome-rust) +* [not yet awesome rust](https://github.com/not-yet-awesome-rust/not-yet-awesome-rust) +* [awesome repos - rust](https://awesomerepos.com/rust) +* [libhunt rust](https://rust.libhunt.com/) + -- cgit v1.2.3