diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/js/examples.js | 94 |
1 files changed, 63 insertions, 31 deletions
diff --git a/common/js/examples.js b/common/js/examples.js index 753ae13..3de972c 100644 --- a/common/js/examples.js +++ b/common/js/examples.js @@ -7,61 +7,93 @@ $(document).ready(function() { 'core_basic_window', 'core_input_keys', 'core_input_mouse', - 'core_mouse_wheel', + 'core_input_mouse_wheel', 'core_input_gamepad', - 'core_random_values', - 'core_color_select', - 'core_drop_files', - 'core_storage_values', - 'core_gestures_detection', - 'core_3d_mode', - 'core_3d_picking', + 'core_input_multitouch', + 'core_input_gestures', + 'core_2d_camera', + 'core_3d_camera_mode', 'core_3d_camera_free', 'core_3d_camera_first_person', - 'core_2d_camera', + 'core_3d_picking', 'core_world_screen', + 'core_custom_logging', + 'core_window_letterbox', + 'core_drop_files', + 'core_random_values', + 'core_storage_values', 'core_vr_simulator', - 'shapes_logo_raylib', + 'core_loading_thread', 'shapes_basic_shapes', + 'shapes_bouncing_ball', 'shapes_colors_palette', + 'shapes_logo_raylib', 'shapes_logo_raylib_anim', + 'shapes_rectangle_scaling', 'shapes_lines_bezier', + 'shapes_collision_area', + 'shapes_following_eyes', + 'shapes_easings_ball_anim', + 'shapes_easings_box_anim', + 'shapes_easings_rectangle_array', + 'shapes_draw_ring', + 'shapes_draw_circle_sector', + 'shapes_draw_rectangle_rounded', + 'text_raylib_fonts', + 'text_sprite_fonts', + 'text_ttf_loading', + 'text_bmfont_ttf', + 'text_font_sdf', + 'text_format_text', + 'text_input_box', + 'text_writing_anim', + 'text_rectangle_bounds', + 'text_unicode', 'textures_logo_raylib', - 'textures_image_loading', 'textures_rectangle', 'textures_srcrec_dstrec', - 'textures_to_image', - 'textures_raw_data', - 'textures_image_processing', 'textures_image_drawing', 'textures_image_generation', - 'text_sprite_fonts', - 'text_bmfont_ttf', - 'text_raylib_fonts', - 'text_format_text', - 'text_writing_anim', - 'text_ttf_loading', - 'text_bmfont_unordered', - 'text_input_box', - 'models_geometric_shapes', - 'models_box_collisions', + 'textures_image_loading', + 'textures_image_processing', + 'textures_image_text', + 'textures_to_image', + 'textures_raw_data', + 'textures_particles_blending', + 'textures_npatch_drawing', + 'textures_background_scrolling', + 'textures_sprite_button', + 'textures_sprite_explosion', + 'textures_bunnymark', + 'models_animation', 'models_billboard', - 'models_obj_loading', - 'models_heightmap', + 'models_box_collisions', 'models_cubicmap', - 'models_mesh_picking', - 'models_mesh_generation', + 'models_first_person_maze', + 'models_geometric_shapes', 'models_material_pbr', + 'models_mesh_generation', + 'models_mesh_picking', + 'models_obj_loading', + 'models_obj_viewer', + 'models_orthographic_projection', + 'models_rlgl_solar_system', 'models_skybox', 'models_yaw_pitch_roll', + 'models_heightmap', 'shaders_model_shader', 'shaders_shapes_textures', 'shaders_custom_uniform', 'shaders_postprocessing', - 'audio_sound_loading', - 'audio_music_stream', + 'shaders_palette_switch', + 'shaders_raymarching', + 'shaders_texture_drawing', + 'shaders_texture_waves', + 'shaders_julia_set', 'audio_module_playing', - 'audio_raw_stream']; + 'audio_music_stream', + 'audio_raw_stream', + 'audio_sound_loading']; for (var i = 0; i < exampleName.length; i++) { |
