Roujel Williams

Results 24 issues of Roujel Williams

enhancement

This will track what brushes are left to implement. - [ ] butcher: The butcher command, but on a brush - [x] clipboard: The paste command, but on a brush...

enhancement

This will track what tools left to implement. - [x] repl: Replaces an interacted block with another block - [ ] deltree: Deletes trees - [ ] lrbuild: Allows placing...

enhancement

A palette is basically a sub pattern (plus an optional mask). It allows users to layer complex patterns together, and even share them with others. Just like what you can...

enhancement

This will track the selection modes left to implement - [ ] poly: Selection mode that covers a 2D polygon with a certain height - [ ] ellipsoid: Sphere, but...

enhancement

The convex selection mode creates a convex hull. At least 4 selections points are needed for a hull to form. The curve command requires this selection mode to exist. Permission:...

enhancement

The proposal is simple; create a broadcast function that instead accepts a translation key as an argument, as well as a list of text to substitute within the translation. This...

The proposal's simple. Add an SDF node that represents a mesh. Now, obviously, this would be a difficult task to achieve. You would need to generate some sort of structure...

Adding textures to SDFs can really breathe life into them. The best way to pull this off would be to create a texture atlas, filling it with the textures, and...

When you make an SDF object a child of another SDF, the former won't show up at all! I looked in the code and noticed that you don't check for...

enhancement