-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[examples] List of examples not working properly on Web platform #4682
Labels
platform: Web
Web platform
Comments
Deferred render, Julia set and Texture tiling failed to compile the shader. Hybrid Rendering failed to compile the rasterizing shader. |
@treblig-punisher thanks for reporting, custom frame control requires a special raylib build (
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: