Explorar o código

Add link to Danilo's port of raylib examples

Steven Schveighoffer %!s(int64=2) %!d(string=hai) anos
pai
achega
49582d23cd
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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.