summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorRay <[email protected]>2023-03-13 23:35:06 +0100
committerRay <[email protected]>2023-03-13 23:35:06 +0100
commit6d5082f8d6f28a4aa8a308f5df4679eb06f5cbff (patch)
tree588836c2b37b98763439014c5d85803173649052 /common
parent8fccc4f304f844e6f063385153dc9c5ce4526edc (diff)
downloadraylib.com-6d5082f8d6f28a4aa8a308f5df4679eb06f5cbff.tar.gz
raylib.com-6d5082f8d6f28a4aa8a308f5df4679eb06f5cbff.zip
ADDED: New examples and compiled for raylib 4.5
Diffstat (limited to 'common')
-rw-r--r--common/examples.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/common/examples.js b/common/examples.js
index d8a61cc..2027f68 100644
--- a/common/examples.js
+++ b/common/examples.js
@@ -71,6 +71,7 @@ $(document).ready(function() {
'⭐️☆☆☆#textures_polygon',
'⭐️⭐️⭐️☆#textures_fog_of_war',
'⭐️⭐️⭐️☆#textures_gif_player',
+ '⭐️⭐️⭐️☆#textures_textured_curve',
'⭐️☆☆☆#text_raylib_fonts',
'⭐️☆☆☆#text_font_spritefont',
'⭐️⭐️☆☆#text_font_filters',
@@ -94,12 +95,14 @@ $(document).ready(function() {
'⭐️☆☆☆#models_loading',
'⭐️☆☆☆#models_loading_gltf',
'⭐️☆☆☆#models_loading_vox',
+ '⭐️⭐️☆☆#models_loading_m3d',
'⭐️☆☆☆#models_orthographic_projection',
'⭐️⭐️⭐️⭐️#models_rlgl_solar_system',
'⭐️⭐️☆☆#models_yaw_pitch_roll',
'⭐️⭐️⭐️☆#models_waving_cubes',
'⭐️☆☆☆#models_heightmap',
'⭐️⭐️☆☆#models_skybox',
+ '⭐️⭐️☆☆#models_draw_cube_texture',
'⭐️⭐️⭐️⭐️#shaders_basic_lighting',
'⭐️⭐️☆☆#shaders_model_shader',
'⭐️⭐️☆☆#shaders_shapes_textures',
@@ -118,10 +121,14 @@ $(document).ready(function() {
'⭐️⭐️⭐️⭐️#shaders_mesh_instancing',
'⭐️⭐️☆☆#shaders_multi_sample2d',
'⭐️⭐️☆☆#shaders_spotlight',
+ '⭐️⭐️☆☆#shaders_write_depth',
+ '⭐️⭐️⭐️⭐️#shaders_hybrid_render',
'⭐️☆☆☆#audio_module_playing',
'⭐️☆☆☆#audio_music_stream',
'⭐️⭐️⭐️☆#audio_raw_stream',
- '⭐️☆☆☆#audio_sound_loading'];
+ '⭐️☆☆☆#audio_sound_loading',
+ '⭐️⭐️⭐️⭐️#audio_stream_effect',
+ '⭐️⭐️⭐️⭐️#audio_mixed_processor'];
for (var i = 0; i < exampleData.length; i++)
{