From 1d3f158706663b57d49acf17e7ddb1c98c595c6c Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 7 Apr 2021 14:49:38 -0400 Subject: [PATCH] resources --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1ea0ab..77e8a1f 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# ludum-dare-48 \ No newline at end of file +# ludum-dare-48 + +## Development Resources + + - [Raylib C documentation](https://www.raylib.com/cheatsheet/cheatsheet.html) + - [Raylib C examples](https://www.raylib.com/examples.html) + - [Raylib Rust documentation](https://docs.rs/raylib/3.5.0/raylib/) + - [Raylib Rust examples](https://github.com/deltaphc/raylib-rs/tree/master/samples) + - ["Are We Game Yet?"](https://arewegameyet.rs/#ecosystem) + - [`cross` cross-compiler tool](https://github.com/rust-embedded/cross) \ No newline at end of file