You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 workingcore/core_loading_thread: errors on thread creationtextures/textures_image_text: glReadPixels: invalid format -> Not used any moretextures/textures_to_image: glReadPixels: format and type incompatiblemodels/models_skybox: shaders not supported on glsl100 > SKIPmodels/models_materials_pbr: : shaders not supported on glsl100 > SKIPshaders/shaders_palette_switch: shader not supported on glsl100shaders/shaders_raymarching: shader not supported on glsl100 > SKIPshaders/shaders_texture_drawing: shader not supported on glsl100shaders/shaders_erastosthenes: shader not supported on glsl100physac/physics_demo: errors on thread creationphysac/physics_friction: errors on thread creationphysac/physics_movement: errors on thread creationphysac/physics_restitution: errors on thread creationphysac/physics_shatter: errors on thread creationAny help with those issues is welcome.