Skip to content
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

Sites that don't work properly #4

Open
spite opened this issue Apr 7, 2015 · 11 comments
Open

Sites that don't work properly #4

spite opened this issue Apr 7, 2015 · 11 comments

Comments

@spite
Copy link
Owner

spite commented Apr 7, 2015

http://david.li/flow - doesn't even load the UI, even though it's calling createProgram
http://xnajs.com/examples/02/ - does load the UI, but doesn't apply changes. Probably it has to do with how the same source code is used in both shaders

@spite
Copy link
Owner Author

spite commented Apr 7, 2015

About http://xnajs.com/examples/02/

it turns out that a shader can't end in #endif (?). Adding a line break solves the issue (??).

spite added a commit that referenced this issue Apr 7, 2015
@spite
Copy link
Owner Author

spite commented Apr 7, 2015

Updated on v.1.0.4

@coderitual
Copy link

I'm not sure if it's proper place but I've found 2 more scenarios (v 1.0.4 was used):

Ad example 2 (http://xnajs.com/examples/02/):
example 2
After clicking on programs on the left pane, changing and undoing (ctr-z) one of my shader program stopped working. Above you can see that vertex shader differs from fragment one (the only difference should be define placed at the top).

Ad example 1 (http://xnajs.com/examples/01/):
example 2
This issue is quite simple to reproduce. I have opened shader editor (page reloaded) and when I clicked on program 1 everything goes black.

In both cases (after it becomes broken), when I clicked on the programs I can see that another linebreak was added

@spite
Copy link
Owner Author

spite commented Apr 8, 2015

OK, that's good. If it's reproducible it can be fixed. I'll take at stab at it later. Thanks!

@ceane
Copy link

ceane commented Apr 8, 2015

It does not work on this site for some reason: http://webgl-examples.appspot.com

@spite
Copy link
Owner Author

spite commented Apr 8, 2015

@ceane you're right, it's not injecting the editor for some reason. But i see that my local version does inject successfully, there must be something getting in the way. Thanks for reporting!

@spite
Copy link
Owner Author

spite commented Apr 10, 2015

http://homepage.ntlworld.com/keir.clarke/web/webGLglobe.htm textures get messed up when selecting different programs

@spite
Copy link
Owner Author

spite commented Apr 12, 2015

https://sketchfab.com/models/ea4dcf0df7c444ea96c18684b4c380df shows the programs, but there's no source. Firefox doesn't even detect the created context.

@spite
Copy link
Owner Author

spite commented Jul 13, 2015

http://mountain.quechua.com/lookbook-spring-summer-15 - shaders break when optimising, but not when hightlighting

@lcb931023
Copy link

https://www.shadertoy.com hangs on "waiting for programs to be added..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants