From 2f9e829f10c4fdf4f7745d7207acd4edbbbaaeb1 Mon Sep 17 00:00:00 2001 From: monster_brain Date: Mon, 14 Jan 2019 21:43:03 +0530 Subject: added platform and language bindings new layout with images. - Added platforms with individual images - Added Language bindings section --- index.html | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 5083d55..5580d70 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,15 @@ window._fbq.push(['track', '6023277399201', {'value':'0.00','currency':'EUR'}]); + @@ -91,9 +100,52 @@
raylib supported platforms
- raylib platforms

raylib supports multiple target platforms, it has been tested in the following platforms but, technically, any platform that supports C language and OpenGL graphics is valid for raylib or can be very easily ported to.


+

+ _________________________ desktop _________________________ +

+
+
+
+ windows platform + linux platform + macos platform + freebsd platform + raspberrypi desktop platform +
+
+
+

+ __________________ mobile & misc devices __________________ +

+
+
+
+ android platform + html5 platform + raspberrypi platform +
+
+
+ raylib language bindings +
+

You can code using raylib in multiple languages! Some raylib users have created raylib bindings to multiple languages. Here's a list of the bindings I'm aware of

+
+
+
+ + c-sharp raylib binding + python raylib binding + pascal raylib binding + ruby raylib binding + java raylib binding + lua raylib binding + go raylib binding + ... [more] +
+
+
raylib features
-- cgit v1.2.3