top of page
My technical experience.
Code Space
Code Space
Technical Gallery
float h(vec2 p ){p *= 0.5;p.x = abs(p.x);p.y = -0.15 -p.y*1.2 + p.x*(1.0-p.x);return length(p) - 0.5;}
SKRenderer
A 3D rendering software based on OpenGL / C++.
bottom of page