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/articles.md | 6 ++++ content/knowledge-base/books.md | 6 ++++ content/knowledge-base/conferences.md | 6 ++++ content/knowledge-base/important-people.md | 6 ++++ content/knowledge-base/links.md | 47 ++++++++++++++++++++++++++++++ content/knowledge-base/rust-communities.md | 16 ++++++++++ content/knowledge-base/videos.md | 9 ++++++ 7 files changed, 96 insertions(+) create mode 100644 content/knowledge-base/articles.md create mode 100644 content/knowledge-base/books.md create mode 100644 content/knowledge-base/conferences.md create mode 100644 content/knowledge-base/important-people.md create mode 100644 content/knowledge-base/links.md create mode 100644 content/knowledge-base/rust-communities.md create mode 100644 content/knowledge-base/videos.md diff --git a/content/knowledge-base/articles.md b/content/knowledge-base/articles.md new file mode 100644 index 0000000..4835610 --- /dev/null +++ b/content/knowledge-base/articles.md @@ -0,0 +1,6 @@ +--- +title: "Articles" +date: 2019-05-17T20:32:59+02:00 +draft: true +--- + diff --git a/content/knowledge-base/books.md b/content/knowledge-base/books.md new file mode 100644 index 0000000..1fa538f --- /dev/null +++ b/content/knowledge-base/books.md @@ -0,0 +1,6 @@ +--- +title: "Books" +date: 2019-05-17T20:30:51+02:00 +draft: true +--- + diff --git a/content/knowledge-base/conferences.md b/content/knowledge-base/conferences.md new file mode 100644 index 0000000..0647d64 --- /dev/null +++ b/content/knowledge-base/conferences.md @@ -0,0 +1,6 @@ +--- +title: "Conferences" +date: 2019-05-17T20:47:48+02:00 +draft: true +--- + diff --git a/content/knowledge-base/important-people.md b/content/knowledge-base/important-people.md new file mode 100644 index 0000000..b16e438 --- /dev/null +++ b/content/knowledge-base/important-people.md @@ -0,0 +1,6 @@ +--- +title: "Important People" +date: 2019-05-17T20:48:54+02:00 +draft: true +--- + 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/) + diff --git a/content/knowledge-base/rust-communities.md b/content/knowledge-base/rust-communities.md new file mode 100644 index 0000000..c2ffc1d --- /dev/null +++ b/content/knowledge-base/rust-communities.md @@ -0,0 +1,16 @@ +--- +title: "Rust Communities" +date: 2019-05-17T20:35:36+02:00 +draft: true + +summary: Other Rust communities around the globe. +--- + +# Earth + +* [Meetup Map](https://community.rs/meetup-map/) +* [Meetup.com (radius=Infinity)](https://www.meetup.com/find/?allMeetups=true&keywords=rust&radius=Infinity) + +# Europe + +* [Copenhagen Rust Group](https://cph.rs/) diff --git a/content/knowledge-base/videos.md b/content/knowledge-base/videos.md new file mode 100644 index 0000000..13cfe77 --- /dev/null +++ b/content/knowledge-base/videos.md @@ -0,0 +1,9 @@ +--- +title: "Videos" +date: 2019-05-17T20:42:50+02:00 +draft: true +--- + +# Youtube + +* [Rust for Game Development](https://www.youtube.com/watch?v=0xiBflBdels) \ No newline at end of file -- cgit v1.2.3