gpujs / gpu.js

GPU Accelerated JavaScript
https://gpu.rocks
MIT License
15.1k stars 652 forks source link

(selfish promo): Add some examples. #638

Open harshkhandeparkar opened 4 years ago

harshkhandeparkar commented 4 years ago

Is it possible to add gpujs-hive-compute and gpujs-real-renderer as examples since they show what gpujs is capable of?

robertleeplummerjr commented 4 years ago

That'd be great! If you or someone who is familiar were to write an example, and open a PR, we can get it in.

harshkhandeparkar commented 4 years ago

hive-compute examples are not possible, I'll see what I can do with real-renderer.

harshkhandeparkar commented 3 years ago

Can the normal demo for real renderer be used as an example?

midnight-dev commented 3 years ago

Can the normal demo for real renderer be used as an example?

@HarshKhandeparkar Can you double check that link? Getting a 404 right now.

By the way, if it's the demo with the lines that draws stationary slopes or a moving trajectory, I'd like to second it. 👍

Near as I can tell, it's a novel use of the library to render something, and it even runs on the puny integrated iGPU on a cell phone.

harshkhandeparkar commented 3 years ago

Oops, broken link. Anyway, this is a demo using that library. This is another (standalone) demo.

harshkhandeparkar commented 3 years ago

This is the demo for the overall library. But I don't think that is required, it has the line graph which @robertleeplummerjr had requested me to make for a specific use-case.

harshkhandeparkar commented 3 years ago

My flagship project is gpujs-hive-compute though. I just don't know how to create a demo for it as it requires a server.