Przeglądaj źródła

Add link to Danilo's port of raylib examples

Steven Schveighoffer 2 lat temu
rodzic
commit
49582d23cd
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -147,6 +147,12 @@ void main()
 }
 ```
 
+# Port of raylib examples
+
+@D-a-n-i-l-o has been kind enough to port a large amount of the raylib examples from the C library to D (maybe all of them at this point!)
+
+Please see his [repository](https://github.com/D-a-n-i-l-o/raylib-d_examples) for more information.
+
 # BetterC support (Experimental)
 
 [BetterC](https://dlang.org/spec/betterc.html) support has been added for the raylib-d binding. This should work just as well as the original binding, but be usable with the `betterC` compilation option. No specific configuration is necessary.