stackgl / shader-school

:mortar_board: A workshopper for GLSL shaders and graphics programming
Other
4.28k stars 253 forks source link

Windows support #58

Closed chrisdickinson closed 9 years ago

chrisdickinson commented 10 years ago

A few windows users (but not all, strangely) ran into issues with the workshopper; specifically having to do with brfs not being triggered.

mikolalysenko commented 10 years ago

Is this working now?

dy-dx commented 9 years ago

I just played with this a while -- I can confirm brfs works correctly on my Windows VM if I manually place parents v0.0.3 in the dependency tree.

Unfortunately, shader-school is on browserify v4, which depends on "module-deps": "~2.1.1", which is locked to "parents": "0.0.2". So we need to upgrade to browserify 5.x.

edit: Looks like if I upgrade to the latest browserify, in Windows, brfs works on the main menu but no longer works for the exercises. Weird...

dy-dx commented 9 years ago

Browserify upgrade is blocked by https://github.com/substack/node-browserify/issues/924