heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
70 stars 3 forks source link

Implement various curves as Fields #8

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago

For example, many of the curves mentioned by IQ may be useful. https://iquilezles.org/articles/functions/

I recommend implementing them in Fields/math.jl, using the same helper macro as many of the other "plain math" fields. It takes a bit of getting used to, but makes it so much easier to create a wide variety of fields.