Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
188 changes: 187 additions & 1 deletion examples/examples_tags.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,191 @@
{
"core_basic_window": ["window"],
"core_basic_screen_manager": ["screen", "scene"],
"core_2d_camera": ["2d", "camera", "zoom"]
"core_2d_camera": ["2d", "camera", "zoom"],
"core_delta_time": ["time", "delta"],
"core_input_keys": ["input", "keys", "key", "keyboard"],
"core_input_mouse": ["input", "mouse", "button"],
"core_input_mouse_wheel": ["input", "mouse", "wheel"],
"core_input_gamepad": ["gamepad", "input", "button", "axis", "stick", "dpad"],
"core_input_multitouch": ["input", "multitouch", "touch", "mobile"],
"core_input_gestures": ["input", "gestures", "touch", "mobile"],
"core_input_gestures_testbed": ["input", "gestures", "testbed", "touch", "mobile"],
"core_input_virtual_controls": ["input", "virtual", "controls", "touch", "mobile"],
"core_2d_camera_mouse_zoom": ["2d", "camera", "zoom", "mouse"],
"core_2d_camera_platformer": ["2d", "camera", "zoom", "platformer"],
"core_2d_camera_split_screen": ["2d", "camera", "splitscreen", "split-screen", "split", "screen"],
"core_3d_camera_mode": ["3d", "camera"],
"core_3d_camera_free": ["3d", "camera", "freecam", "zoom"],
"core_3d_camera_first_person": ["3d", "camera", "fps", "firstperson", "first-person", "first", "person"],
"core_3d_camera_split_screen": ["3d", "camera", "split", "screen", "split-screen", "splitscreen"],
"core_3d_camera_fps": ["3d", "camera", "fps", "firstperson", "first-person", "first", "person"],
"core_3d_picking": ["3d", "picking"],
"core_3d_world_screen": ["3d", "camera", "world", "screen"],
"core_window_flags": ["window", "flags", "flag", "msaa", "antialiasing", "anti-aliasing"],
"core_window_letterbox": ["window", "letterbox", "letter-box", "letter", "box"],
"core_window_should_close": ["window", "close"],
"core_monitor_detector": ["window", "monitor"],
"core_custom_logging": ["logging"],
"core_drop_files": ["files", "file", "drop", "dropped"],
"core_random_values": ["random", "rng"],
"core_storage_values": ["storage", "file"],
"core_vr_simulator": ["vr", "simulator"],
"core_scissor_test": ["scissor"],
"core_basic_screen_manager": ["screen", "screens", "scene"],
"core_custom_frame_control": ["frame"],
"core_smooth_pixelperfect": ["smooth", "pixel-art", "pixel", "art", "pixelart", "perfect" "pixel-perfect" "pixelperfect"],
"core_random_seqeunce": ["random", "rng", "sequence"],
"core_automation_events": ["automation", "events"],
"core_high_dpi": ["dpi", "high", "highdpi"],
"core_render_texture": ["render", "texture"],
"core_undo_redo": ["undo", "redo", "history"],
"core_viewport_sacling": ["viewport", "scaling"],
"core_input_actions": ["input", "actions"],
"core_directory_files": ["directory", "files", "file"],
"core_highdpi_testbed": ["testbed", "dpi", "highdpi", "high"],
"core_screen_recording": ["recording", "record"],
"core_clipboard_text": ["clipboard", "text"],
"core_text_file_loading": ["text", "file", "loading", "load"],
"core_compute_hash": ["compute", "hash"],
"shapes_basic_shapes": ["shapes", "shape", "basic"],
"shapes_bouncing_ball": ["ball", "bouncing"],
"shapes_bullet_hell": ["bullet", "hell"],
"shapes_color_palette": ["color", "palette", "colors"],
"shapes_logo_raylib": ["raylib", "logo"],
"shapes_logo_raylib_anim": ["raylib", "logo"],
"shapes_rectangle_scaling": ["rectangle", "scaling", "scale"],
"shapes_lines_bezier": ["line", "lines", "bezier"],
"shapes_collision_area": ["collision", "area"],
"shapes_following_eyes": ["following", "eyes", "eye"],
"shapes_easings_ball": ["ball", "easing", "easings"],
"shapes_easings_box": ["box", "easing", "easings"],
"shapes_easings_rectangles": ["rectangle", "rectangles", "easing", "easings"],
"shapes_recursive_tree": ["recursive", "tree"],
"shapes_ring_drawing": ["ring"],
"shapes_circle_sector_drawing": ["circle", "sector"],
"shapes_rounded_rectangle_drawing": ["rounded", "rectangle"],
"shapes_top_down_lights": ["light", "lights", "lighting"],
"shapes_rectangle_advanced": ["advanced", "rectangle"],
"shapes_splines_drawing": ["splines", "spline"],
"shapes_digital_clock": ["digital", "clock"],
"shapes_double_pendulum": ["double", "pendulum"],
"shapes_dashed_line": ["dash", "dashed", "line"],
"shapes_triangle_strip": ["triangle", "strip"],
"shapes_vector_angle": ["vector", "angle"],
"shapes_pie_chart": ["pie", "chart"],
"shapes_kaleidoscope": ["kaleidoscope"],
"shapes_clock_of_clocks": ["clock", "clocks"],
"shapes_math_sine_cosine": ["math", "cos", "cosine", "sine", "sin"],
"shapes_mouse_trail": ["mouse", "trail"],
"shapes_simple_particles": ["simple", "particles"],
"shapes_starfield_effect": ["starfield", "star", "stars", "field", "effect"],
"shapes_lines_drawing": ["line", "lines"],
"shapes_math_angle_rotation": ["math", "angle", "rotation"],
"textures_logo_raylib": ["logo", "raylib"],
"textures_srcrec_dstrec": ["rectangle", "src", "dst", "source", "destination"],
"textures_image_drawing": ["image"],
"textures_image_generation": ["image", "generation"],
"textures_image_loading": ["image", "loading", "raylib", "logo"],
"textures_image_processing": ["image", "process", "processing"],
"textures_image_text": ["image", "text"],
"textures_to_image": ["image", "raylib", "logo"],
"textures_raw_data": ["image", "raw", "data"],
"textures_particles_blending": ["particle", "particles", "blending", "blend"],
"textures_npatch_drawing": ["npatch", "nine-patch", "nine", "patch"],
"textures_background_scrolling": ["scroll", "scrolling", "background"],
"textures_sprite_animation": ["sprite", "animation"],
"textures_sprite_button": ["sprite", "button", "animation"],
"textures_sprite_explosion": ["sprite", "explosion", "animation"],
"textures_bunnymark": ["bunnymark", "bunny", "mark", "bench", "bench-mark"],
"textures_mouse_painting": ["mouse", "paint", "painting"],
"textures_blend_modes": ["blend", "mode", "modes"],
"textures_tiled_drawing": ["tile", "tiled"],
"textures_polygon_drawing": ["polygon"],
"textures_fog_of_war": ["fog", "of", "war"],
"textures_gif_player": ["gif", "player", "play", "animation"],
"textures_image_kernel": ["image", "kernel"],
"textures_image_channel": ["image", "channel"],
"textures_image_rotate": ["raylib", "logo", "image", "rotate"],
"textures_textured_curve": ["textured", "curve", "spline", "splines"],
"text_sprite_fonts": ["sprite", "font", "fonts"],
"text_font_spritefont": ["sprite", "font", "spritefont"],
"text_font_filters": ["font", "filter", "filters"],
"text_font_loading": ["font", "loading"],
"text_font_sdf": ["font", "sdf"],
"text_format_text": ["text", "format"],
"text_input_box": ["input", "box", "keyboard"],
"text_writing_anim": ["animation", "anim", "writing"],
"text_rectangle_bounds": ["rectangle", "bound", "bounds"],
"text_unicode_emojis": ["unicode", "emoji", "emojis"],
"text_unicode_ranges": ["unicode", "range", "ranges"],
"text_3d_drawing": ["3d"],
"text_codepoints_loading": ["codepoints", "codepoint", "code", "point", "loading"],
"text_inline_styling": ["inline", "styling", "style"],
"text_words_alignment": ["word", "words", "alignment"],
"models_animation_playing": ["3d", "animation", "playing"],
"models_billboard_rendering": ["3d", "billboard", "camera"],
"models_box_collisions": ["3d", "collision", "collisions", "box"],
"models_cubicmap_rendering": ["3d", "cubicmap"],
"models_first_person_maze": ["3d", "fps", "first", "person", "maze"],
"models_geometric_shapes": ["3d", "geometric", "shape", "shapes", "primitive", "primitives"],
"models_mesh_generation": ["3d", "mesh", "generation"],
"models_mesh_picking": ["3d", "mesh", "pick", "picking"],
"models_loading": ["3d", "loading"],
"models_loading_gltf": ["3d", "loading", "gltf"],
"models_loading_vox": ["3d", "loading", "vox", "voxel", "magicavoxel"],
"models_loading_m3d": ["3d", "loading", "m3d"],
"models_orthographic_projection": ["3d", "camera", "orthographic", "ortho", "projection"],
"models_point_rendering": ["3d", "point"],
"models_rlgl_solar_system": ["3d", "rlgl", "solar", "system"],
"models_yaw_pitch_roll": ["3d", "yaw", "pitch", "roll", "plane", "airplane"],
"models_waving_cubes": ["3d", "animation", "waving", "wave", "cube", "cubes"],
"models_heightmap_rendering": ["3d", "heightmap", "height", "map"],
"models_skybox_rendering": ["3d", "skybox", "sky", "box"],
"models_textured_cube": ["3d", "cube", "textured"],
"models_animation_gpu_skinning": ["3d", "skinned", "skinning", "skin", "gpu", "animation"],
"models_bone_socket": ["3d", "bone", "socket"],
"models_tesseract_view": ["3d", "4d", "tessaract"],
"models_basic_voxel": ["3d", "basic", "voxel", "vox"],
"models_rotating_cube": ["3d", "cube", "rotating", "rotation", "animation"],
"models_decals": ["3d", "shader", "decal", "decals"],
"shaders_ascii_rendering": ["2d", "effect", "ascii"],
"shaders_basic_lighting": ["3d", "lighting", "basic", "light", "lights", "colored", "coloured"],
"shaders_model_shader": ["3d", "model", "effect"],
"shaders_shapes_textures": ["2d"],
"shaders_custom_uniform": ["3d", "uniform"],
"shaders_postprocessing": ["3d", "effect", "postprocessing", "post-processing", "processing", "post", "process", "postprocess", "post-process"],
"shaders_palette_switch": ["2d", "palette", "switch"],
"shaders_raymarching_rendering": ["3d", "raymarch", "raymarching"],
"shaders_texture_rendering": ["2d"],
"shaders_texture_outline": ["2d", "outline", "effect"],
"shaders_texture_waves": ["2d", "effect", "wave"],
"shaders_julia_set": ["2d", "julia", "set"],
"shaders_mandelbrot_set": ["2d", "mandelbrot", "set"],
"shaders_color_correction": ["2d", "effect", "color", "correction"],
"shaders_eratosthenes_sieve": ["2d", "eratosthenes", "sieve"],
"shaders_fog_rendering": ["3d", "effect", "fog"],
"shaders_simple_mask": ["3d", "simple", "mask"],
"shaders_hot_reloading": ["hot", "reloading"],
"shaders_mesh_instancing": ["3d", "mesh", "instance", "instances", "instancing"],
"shaders_multi_sample2d": ["2d", "multi", "sample2d"],
"shaders_normalmap_rendering": ["3d", "normal", "map", "normalmap"],
"shaders_spotlight_rendering": ["2d", "effect", "spot", "spotlight", "light", "lighting"],
"shaders_deferred_rendering": ["3d", "defer", "deferred"],
"shaders_hybrid_rendering": ["3d", "hybrid"],
"shaders_texture_tiling": ["3d", "tiling"],
"shaders_shadowmap_rendering": ["3d", "shadow", "map", "shadowmap"],
"shaders_vertex_displacement": ["3d", "vertex", "displacement", "displace"],
"shaders_depth_writing": ["3d", "depth", "write", "writing", "buffer", "depthbuffer"],
"shaders_basic_pbr": ["3d", "basic", "pbr"],
"shaders_lightmap_rendering": ["3d", "lightmap", "light", "map", "lighting", "colored", "coloured"],
"shaders_rounded_rectangle": ["2d", "rectangle", "round", "rounded"],
"shaders_depth_rendering": ["3d", "depth"],
"audio_module_playing": ["module", "playing", "mod"],
"audio_music_stream": ["music", "stream"],
"audio_raw_stream": ["raw", "stream"],
"audio_sound_loading": ["sound", "loading"],
"audio_mixed_processor": ["mixed", "processor", "effect"],
"audio_stream_effects": ["effects", "effect", "stream"],
"audio_sound_multi": ["sound", "multi", "effect", "effects"],
"audio_sound_positioning": ["sound", "position", "positioning"]
}