From ef8432297a0695bac4cf53326e82ae398471e29c Mon Sep 17 00:00:00 2001 From: raysan5 Date: Thu, 1 Jul 2021 21:44:14 +0200 Subject: ADDED: Extra libraries section REMOVED: Unused images --- common/main.css | 3 +++ examples/web/Makefile | 2 +- images/BMFont_export_options.png | Bin 7644 -> 0 bytes images/BMFont_font_settings.png | Bin 6742 -> 0 bytes images/extralibs/physac_128x128.png | Bin 0 -> 515 bytes images/extralibs/raudio_128x128.png | Bin 0 -> 506 bytes images/extralibs/raygui_128x128.png | Bin 0 -> 466 bytes images/extralibs/raymath_128x128.png | Bin 0 -> 484 bytes images/extralibs/rlgl_128x128.png | Bin 0 -> 492 bytes images/extralibs/rpng_128x128.png | Bin 0 -> 915 bytes images/extralibs/rres_128x128.png | Bin 0 -> 448 bytes images/raylib_cheatsheet_v1.0.png | Bin 287960 -> 0 bytes images/raylib_cheatsheet_v1.5.png | Bin 1751096 -> 0 bytes images/raylib_game_loop_full.png | Bin 24705 -> 0 bytes images/raylib_games_v1.4.png | Bin 81520 -> 0 bytes images/raylib_new_year.png | Bin 1253376 -> 0 bytes images/raylib_platforms.png | Bin 55654 -> 0 bytes images/rdungeons.png | Bin 104581 -> 0 bytes images/rdungeons_game.png | Bin 614630 -> 0 bytes images/rfxgen_dark.old.png | Bin 9321 -> 0 bytes images/rfxgen_dark.png | Bin 26116 -> 0 bytes images/rfxgen_light.png | Bin 26373 -> 0 bytes images/rguistyler.png | Bin 110969 -> 0 bytes images/rrem_gui.png | Bin 20992 -> 0 bytes images/rres_file_format_v1.0.png | Bin 18111 -> 0 bytes images/rres_file_format_v1.0b.png | Bin 18283 -> 0 bytes images/wave_collector_gameplay.png | Bin 1004094 -> 0 bytes images/wave_collector_title.png | Bin 1093734 -> 0 bytes images/wiki/BMFont_export_options.png | Bin 0 -> 7644 bytes images/wiki/BMFont_font_settings.png | Bin 0 -> 6742 bytes index.html | 19 ++++++++++++++++++- 31 files changed, 22 insertions(+), 2 deletions(-) delete mode 100644 images/BMFont_export_options.png delete mode 100644 images/BMFont_font_settings.png create mode 100644 images/extralibs/physac_128x128.png create mode 100644 images/extralibs/raudio_128x128.png create mode 100644 images/extralibs/raygui_128x128.png create mode 100644 images/extralibs/raymath_128x128.png create mode 100644 images/extralibs/rlgl_128x128.png create mode 100644 images/extralibs/rpng_128x128.png create mode 100644 images/extralibs/rres_128x128.png delete mode 100644 images/raylib_cheatsheet_v1.0.png delete mode 100644 images/raylib_cheatsheet_v1.5.png delete mode 100644 images/raylib_game_loop_full.png delete mode 100644 images/raylib_games_v1.4.png delete mode 100644 images/raylib_new_year.png delete mode 100644 images/raylib_platforms.png delete mode 100644 images/rdungeons.png delete mode 100644 images/rdungeons_game.png delete mode 100644 images/rfxgen_dark.old.png delete mode 100644 images/rfxgen_dark.png delete mode 100644 images/rfxgen_light.png delete mode 100644 images/rguistyler.png delete mode 100644 images/rrem_gui.png delete mode 100644 images/rres_file_format_v1.0.png delete mode 100644 images/rres_file_format_v1.0b.png delete mode 100644 images/wave_collector_gameplay.png delete mode 100644 images/wave_collector_title.png create mode 100644 images/wiki/BMFont_export_options.png create mode 100644 images/wiki/BMFont_font_settings.png diff --git a/common/main.css b/common/main.css index f31630a..467f4f1 100644 --- a/common/main.css +++ b/common/main.css @@ -114,5 +114,8 @@ h2{font-family: Courier New, Verdana, Arial; font-weight: bold; font-size: 18px; #bindings>a>img{ border: 6px solid #888888; transition: all .2s ease; } #bindings>a>img:hover{ border: 6px solid #111111; } +#extralibs>a>img{ transition: all .2s ease; } +#extralibs>a>img:hover{ filter: contrast(200%); } + #raylibtech>a>img{ transition: all .2s ease; } #raylibtech>a>img:hover{ filter: contrast(180%); } diff --git a/examples/web/Makefile b/examples/web/Makefile index 5cc56b9..d0a402c 100644 --- a/examples/web/Makefile +++ b/examples/web/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= raylib_examples -RAYLIB_VERSION ?= 3.5.0 +RAYLIB_VERSION ?= 3.8.0 RAYLIB_PATH ?= C:\GitHub\raylib # Define default options diff --git a/images/BMFont_export_options.png b/images/BMFont_export_options.png deleted file mode 100644 index d5de317..0000000 Binary files a/images/BMFont_export_options.png and /dev/null differ diff --git a/images/BMFont_font_settings.png b/images/BMFont_font_settings.png deleted file mode 100644 index ceff0a2..0000000 Binary files a/images/BMFont_font_settings.png and /dev/null differ diff --git a/images/extralibs/physac_128x128.png b/images/extralibs/physac_128x128.png new file mode 100644 index 0000000..85d6456 Binary files /dev/null and b/images/extralibs/physac_128x128.png differ diff --git a/images/extralibs/raudio_128x128.png b/images/extralibs/raudio_128x128.png new file mode 100644 index 0000000..e839682 Binary files /dev/null and b/images/extralibs/raudio_128x128.png differ diff --git a/images/extralibs/raygui_128x128.png b/images/extralibs/raygui_128x128.png new file mode 100644 index 0000000..5eeaeab Binary files /dev/null and b/images/extralibs/raygui_128x128.png differ diff --git a/images/extralibs/raymath_128x128.png b/images/extralibs/raymath_128x128.png new file mode 100644 index 0000000..cc204e9 Binary files /dev/null and b/images/extralibs/raymath_128x128.png differ diff --git a/images/extralibs/rlgl_128x128.png b/images/extralibs/rlgl_128x128.png new file mode 100644 index 0000000..4acbab8 Binary files /dev/null and b/images/extralibs/rlgl_128x128.png differ diff --git a/images/extralibs/rpng_128x128.png b/images/extralibs/rpng_128x128.png new file mode 100644 index 0000000..91310df Binary files /dev/null and b/images/extralibs/rpng_128x128.png differ diff --git a/images/extralibs/rres_128x128.png b/images/extralibs/rres_128x128.png new file mode 100644 index 0000000..616d254 Binary files /dev/null and b/images/extralibs/rres_128x128.png differ diff --git a/images/raylib_cheatsheet_v1.0.png b/images/raylib_cheatsheet_v1.0.png deleted file mode 100644 index 9c66285..0000000 Binary files a/images/raylib_cheatsheet_v1.0.png and /dev/null differ diff --git a/images/raylib_cheatsheet_v1.5.png b/images/raylib_cheatsheet_v1.5.png deleted file mode 100644 index e11d463..0000000 Binary files a/images/raylib_cheatsheet_v1.5.png and /dev/null differ diff --git a/images/raylib_game_loop_full.png b/images/raylib_game_loop_full.png deleted file mode 100644 index 3baab2a..0000000 Binary files a/images/raylib_game_loop_full.png and /dev/null differ diff --git a/images/raylib_games_v1.4.png b/images/raylib_games_v1.4.png deleted file mode 100644 index 487dab5..0000000 Binary files a/images/raylib_games_v1.4.png and /dev/null differ diff --git a/images/raylib_new_year.png b/images/raylib_new_year.png deleted file mode 100644 index d7f6b9b..0000000 Binary files a/images/raylib_new_year.png and /dev/null differ diff --git a/images/raylib_platforms.png b/images/raylib_platforms.png deleted file mode 100644 index 18b95a3..0000000 Binary files a/images/raylib_platforms.png and /dev/null differ diff --git a/images/rdungeons.png b/images/rdungeons.png deleted file mode 100644 index b8943f3..0000000 Binary files a/images/rdungeons.png and /dev/null differ diff --git a/images/rdungeons_game.png b/images/rdungeons_game.png deleted file mode 100644 index 9570d6c..0000000 Binary files a/images/rdungeons_game.png and /dev/null differ diff --git a/images/rfxgen_dark.old.png b/images/rfxgen_dark.old.png deleted file mode 100644 index b9175d1..0000000 Binary files a/images/rfxgen_dark.old.png and /dev/null differ diff --git a/images/rfxgen_dark.png b/images/rfxgen_dark.png deleted file mode 100644 index 18c333e..0000000 Binary files a/images/rfxgen_dark.png and /dev/null differ diff --git a/images/rfxgen_light.png b/images/rfxgen_light.png deleted file mode 100644 index cf46e71..0000000 Binary files a/images/rfxgen_light.png and /dev/null differ diff --git a/images/rguistyler.png b/images/rguistyler.png deleted file mode 100644 index 8e89312..0000000 Binary files a/images/rguistyler.png and /dev/null differ diff --git a/images/rrem_gui.png b/images/rrem_gui.png deleted file mode 100644 index c983412..0000000 Binary files a/images/rrem_gui.png and /dev/null differ diff --git a/images/rres_file_format_v1.0.png b/images/rres_file_format_v1.0.png deleted file mode 100644 index ea0502f..0000000 Binary files a/images/rres_file_format_v1.0.png and /dev/null differ diff --git a/images/rres_file_format_v1.0b.png b/images/rres_file_format_v1.0b.png deleted file mode 100644 index 5d8900d..0000000 Binary files a/images/rres_file_format_v1.0b.png and /dev/null differ diff --git a/images/wave_collector_gameplay.png b/images/wave_collector_gameplay.png deleted file mode 100644 index c74ad74..0000000 Binary files a/images/wave_collector_gameplay.png and /dev/null differ diff --git a/images/wave_collector_title.png b/images/wave_collector_title.png deleted file mode 100644 index 3456cac..0000000 Binary files a/images/wave_collector_title.png and /dev/null differ diff --git a/images/wiki/BMFont_export_options.png b/images/wiki/BMFont_export_options.png new file mode 100644 index 0000000..d5de317 Binary files /dev/null and b/images/wiki/BMFont_export_options.png differ diff --git a/images/wiki/BMFont_font_settings.png b/images/wiki/BMFont_font_settings.png new file mode 100644 index 0000000..ceff0a2 Binary files /dev/null and b/images/wiki/BMFont_font_settings.png differ diff --git a/index.html b/index.html index e4c74c7..648775b 100644 --- a/index.html +++ b/index.html @@ -102,7 +102,7 @@

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

+

You can use raylib in multiple languages (more than 50!). Here it is a list with some of the raylib bindings:


@@ -118,6 +118,23 @@

+

raylib extra libraries

+
+

raylib can be combined with several extra libraries for additional functionality, some of those libraries are already used internally while others are provided for user integration, all these libraries are single-file header-only with no external dependencies.

+
+
+
+ OpenGL abstraction layer + 3D math library + miniaudio wrapper + immediate-mode gui library + resources packer + 2d physics library + png chunks editor + +
+
+

raylib technologies tools


raylib is the base technology for raylib technologies tools! Several multiplatform portable standalone user-friendly tools have been developed using raylib and raygui. Check them out!

-- cgit v1.2.3