Henry Yuan

Results 3 comments of Henry Yuan

I just developed https://nyu.myschedule.xyz/#/ NYU course schedule days ago, including Fall 2023 courses. I'm planning to use schedge api to get the history courses.

@A1Liu Yep I just saw this repo and maybe I will finish coding and open a PR maybe in today. I'm got the data just from sis.nyu.edu. Though it's captcha'd,...

结合 [回答](https://stackoverflow.com/a/64731616/9407479), texture关键词被占用了,修改fragmentShader相关代码后,需要修改 https://github.com/imokya/ParticleSystem/blob/f48a2381052e14437261fee6c77b44945310ca19/src/libs/emitter.js#L115 比如修改shaders.js代码 `uniform sampler2D particleTexture;` 则emitter.js里面修改为 `uniforms: { particleTexture: { value: this.texture } },`