summaryrefslogtreecommitdiffstats
path: root/content/knowledge-base/links.md
blob: a551e4c371e43182754814482d3ba85c362e8ae9 (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
49
50
51
52
53
54
55
56
57
58
---
title: "Links"
date: 2019-05-17T20:05:18+02:00

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

## Games

* [Zermeroth](https://ozkriff.itch.io/zemeroth) (It is a WASM Demo !)

# Web Dev

* [Rust Web Framework Comparsion](https://github.com/flosse/rust-web-framework-comparison)

## Webassembly

* [Zermeroth Game build for WASM](https://github.com/not-fl3/good-web-game)

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