Skip to content

[examples] raylib 2.5 Web examples review #847

@raysan5

Description

@raysan5

Current examples collection (96 examples) have been adapted, compiled and tested on web using raylib 2.5. Some examples are not working properly, here a list with the issues:

  • core/core_drop_files : not working
  • core/core_loading_thread : errors on thread creation
  • textures/textures_image_text : glReadPixels: invalid format -> Not used any more
  • textures/textures_to_image : glReadPixels: format and type incompatible
  • models/models_skybox : shaders not supported on glsl100 > SKIP
  • models/models_materials_pbr: : shaders not supported on glsl100 > SKIP
  • shaders/shaders_palette_switch : shader not supported on glsl100
  • shaders/shaders_raymarching : shader not supported on glsl100 > SKIP
  • shaders/shaders_texture_drawing : shader not supported on glsl100
  • shaders/shaders_erastosthenes : shader not supported on glsl100
  • physac/physics_demo : errors on thread creation
  • physac/physics_friction : errors on thread creation
  • physac/physics_movement : errors on thread creation
  • physac/physics_restitution : errors on thread creation
  • physac/physics_shatter : errors on thread creation

Any help with those issues is welcome.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions