Skip to content

Problem: Program does not handle floats

Lukas Orsvärn requested to merge lukors/vismut:float into main

This is a problem because the entire system is only able to handle buffers right now, and it needs to be able to handle other types of variables.

Solution: Add a float live node type, and a float slot type.

Floats are not used anywhere yet. They will start becoming useful when we implement more complex nodes.

Edited by Lukas Orsvärn

Merge request reports