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
This issue is intended to get feedback for examples not working properly. Please, answer to this issue with the examples not working properly and the unexpected behaviour detected. Thanks!
Name
Runs
Fixed
Comments
core_loading_tread
❌
Example crashes, it requires multi-threading support on raylib compilation before linkage
core_window_letterbox
✔️
Canvas resizing issue
core_top_down_lights
✔️
Minor: F1 shortcut conflicts with browser
textures_blend_modes
✔️
Quite poor example, requires a redesign
textures_draw_tiled
✔️
Canvas resizing issue
models_bone_socket
✔️
Minor: Slow rotation speed
models_point_rendering
✔️
Points not drawn, drawing triangles instead
models_yaw_pitch_roll
✔️
OBJ issues with texture coordinates loading
models_skybox
✔️
Skybox not drawn
shaders_raymarching
✔️
Canvas resizing issue
shaders_texture_tiling
✔️
⚠️
Shader compilation issues: no-texture-repeat on GL ES 2.0
shaders_julia_set
✔️
✔️
Shader compilation issues
shaders_mesh_instancing
✔️
Shader loading: works locally, some server issue on shader loading (skipped characters)
shaders_spotlight
✔️
Minor: Too fast movement
shaders_hybrid_render
✔️
Shader loading: works locally, some server issue on shader loading (skipped characters)
shaders_deferred_render
❌
Shader loading, not ported to GLSL100...
shaders_vertex_displacement
✔️
Shader loading: works locally, some server issue on shader loading (skipped characters)
Issue with shaders loading seems it could be related to not properly reading line-breaks and considering them as 2 bytes instead of just one and then something is mangled, really weird issue, it requires investigation...
Also detected some issues with the inputs related to the web requirement of clicking over the canvas to "enable" input access... that behaviour should probably be reviewed but it's a web-design-related.
The text was updated successfully, but these errors were encountered:
This issue is intended to get feedback for examples not working properly. Please, answer to this issue with the examples not working properly and the unexpected behaviour detected. Thanks!
core_loading_tread
core_window_letterbox
core_top_down_lights
F1
shortcut conflicts with browsertextures_blend_modes
textures_draw_tiled
models_bone_socket
models_point_rendering
models_yaw_pitch_roll
models_skybox
shaders_raymarching
shaders_texture_tiling
shaders_julia_set
shaders_mesh_instancing
shaders_spotlight
shaders_hybrid_render
shaders_deferred_render
shaders_vertex_displacement
Issue with shaders loading seems it could be related to not properly reading line-breaks and considering them as 2 bytes instead of just one and then something is mangled, really weird issue, it requires investigation...
Also detected some issues with the inputs related to the web requirement of clicking over the canvas to "enable" input access... that behaviour should probably be reviewed but it's a web-design-related.
The text was updated successfully, but these errors were encountered: