Closed iyobo closed 5 years ago
How should it look like?
Like the unreal engine scrollable background grid:
Watch this quick video. https://youtu.be/0kQDssI8fkI
@Ni55aN back when I used other node graph libraries, I believe they achieved this by specifying major and minor grid lines, each with separate color and thickness settings, so users can determine how they want their gridded background to be. i.e
//grid settings
{
primary: {color:'grey', thickness: 1, size: 2},
secondary: {color: 'black', thickness: 4, size 4}
}
I love the way rete looks and the UX is top notch!
@iyobo I don't understand completely where is the scrollable effect. The background looks fixed relative a nodes. Example: https://rete.js.org/#/examples/customization
@Ni55aN Oh wow, thanks for that link. That is exactly what I want.
Thank you for Rete!
Is it possible to have a scrollable background grid? Any idea on how that could be implemented?