|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Has anyone looked at the OpenGL "Compute Shader" System?
It's being used for parallel processing of particle system simulations.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 21/01/2025 11:24, Rubber Telly Media wrote:
> Has anyone looked at the OpenGL "Compute Shader" System?
>
> It's being used for parallel processing of particle system simulations.
>
Hi,
although this question has no relation to POV-Ray I will reply, that at
present time I am working with Three.js and have a some shader-related
projects here: https://yesbird.online
As to particles, I suggest to look at this example:
https://threejs.org/examples/?q=particles#webgpu_tsl_compute_attractors_particles
Happy shading !
--
YB
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 22.01.2025 21:25, yesbird wrote:
> although this question has no relation to POV-Ray I will reply, that at
> present time I am working with Three.js and have a some shader-related
> projects here: https://yesbird.online
>
Well, one may expect you to port POVRay to js and thus make questions
related ;-)
--
Ilyich the Toad
https://dnyarri.github.io/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 23/01/2025 10:59, Ilya Razmanov wrote:
> Well, one may expect you to port POVRay to js and thus make questions
> related ;-)
>
)))
First step is already done here: https://povlab.yesbird.online.
While in SDL2 discussion jr votes for Tcl-like approach, I'd like to
see JS/Typescript and JSON in next generation of SDL as they are simple,
flexible and very popular.
--
YB
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
hi,
yesbird <sya### [at] gmailcom> wrote:
> On 23/01/2025 10:59, Ilya Razmanov wrote:
> > Well, one may expect you to port POVRay to js and thus make questions
> > related ;-)
> ...
> While in SDL2 discussion jr votes for Tcl-like approach, I'd like to
> see JS/Typescript and JSON in next generation of SDL as they are simple,
> flexible and very popular.
sorry, didn't mean to confuse, I must have put it poorly. yes, I'd vote :-) for
a Tcl-like, transparent to the end-user, compilation of the SDL. but if there
emerges a design based on a virtual machine rendering "backend", any language
will need to provide instructions for that, and we could see more than one of
the "traditional" scripting languages "extended" perhaps to emit "our"
byte-code.
regards, jr.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 24/01/2025 14:03, jr wrote:
> sorry, didn't mean to confuse, I must have put it poorly. yes, I'd vote :-) for
> a Tcl-like, transparent to the end-user, compilation of the SDL. but if there
> emerges a design based on a virtual machine rendering "backend", any language
> will need to provide instructions for that, and we could see more than one of
> the "traditional" scripting languages "extended" perhaps to emit "our"
> byte-code.
Thanks for correction. Really, LLVM - based parser could link POV-Ray
with many other languages.
--
YB
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |