incomplete

A4 reaction diffusion video

Orientation, through control of the laplacian Mouse input

A5 particles video

I wanted to do attractors: lorenz, aizawa, sprott, halvorsen, four wing, dadras, thomas and adding more is easy.

I put in a bunch of differential equations Got the idea of using size for depth over the projection view model from a classmate

extension: probably will go into 3d

A6 vants video

Randomly added more pheromones types and transitions with swtich statments

Final video

Stippling for volume textures All of this was taken from the paper.

Walk the volexs of the 3d text and compute grad using central difference to handle due to noisy volume data. use a variable threshold on the gradient to discard low magnitudes.

Max number of stipples a voxel can have, I don't use this formula, i just have a variable control it. This is what its supposed to be. N_{max}=k_{max}\ast A_{vol}/(X_{res}\ast Y_{res}\ast Z_{res})^{2/3}{\hbox{(1)}}

Enhance features with Boundaries T_{b}=v_{i}\ast (k_{gc}+k_{gs}\ast (\Vert\nabla\vec{V}_{i} \Vert^{k_{ge}})){\hbox{(5)}}

T_{d}=1+({z\over a})^{k_{de}}{\hbox{(8)}}

Compute pass:

Render pass:

(still working on sdfs as a continuation, dont need to do the gradient for this, probably)

Refs

Other Tech

i got implot to work but didnt use it for anything