a5kin / xentica

GPU-accelerated engine for multi-dimensional cellular automata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement FloatVariable

a5kin opened this issue · comments

We need a way to declare and use float variables. This gonna be very similar to IntegerVariable implementation, just with different declaration, and probably automatic type casting in mixed expressions. Right now it is only used in color conversion helpers, so the main goal is just to make it work properly. Any optimizations would be done later.

Float variables are working in general, so let close this issue.