Skip to content

CrackerCars

Download Installer

This Fuse is based on the Shadertoy 'CrackerCars' by zackpudil. © zackpudil (CC BY-NC-SA 3.0). Conversion to DCTL and encapsulation into a fuse done by JiPi. See Planet for more fuses in this category.

CrackerCars Thumbnail

Cute little racing cars roar around on small planets. All colors are changeable

screenshot

A solution has been found for the tiresome multi-dimensional variable conversion. nmbr73 has defined cute defines ;-)
And OpenCL can have overloaded functions

  #define swixy(V) to_float2((V).x,(V).y)
  #define swixx(V) to_float2((V).x,(V).x)
  #define swiyx(V) to_float2((V).y,(V).x)
  #define swiyy(V) to_float2((V).y,(V).y)

Have fun

CrackerCars