summaryrefslogtreecommitdiffstats
path: root/content/knowledge-base/links.md
blob: c5313458b10c6c772a99d766611be63491566ed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
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)
* [https://github.com/rust-stuttgart/rust-stuttgart](https://github.com/rust-stuttgart/rust-stuttgart)

# 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/)