sidorares / node-x11

X11 node.js network protocol client
MIT License
518 stars 72 forks source link

Shaders #50

Open sidorares opened 10 years ago

sidorares commented 10 years ago

This is probably big one

sidorares commented 10 years ago

ProgramStringARB and BindProgramARB seem to be part of render protocol ( not even vendor private ) http://cgit.freedesktop.org/mesa/mesa/tree/src/mapi/glapi/gen/gl_API.xml#n7367

sidorares commented 10 years ago

ARB assembly examples - http://irrlicht.sourceforge.net/forum/viewtopic.php?t=43511

sidorares commented 10 years ago

more examples: http://cs.anu.edu.au/~Hugh.Fisher/shaders/

sidorares commented 10 years ago

game of life in arb: http://zvold.blogspot.com.au/2010/01/conways-life-and-brians-brain-cellular.html

sidorares commented 10 years ago

http://www-f9.ijs.si/~matevz/docs/007-2392-003/sgi_html/ch13.html

sidorares commented 10 years ago

http://en.wikipedia.org/wiki/ARB_assembly_language

sidorares commented 10 years ago

Try to implement something similar to https://github.com/rougier/freetype-gl once arb shaders ready to be used