Age | Commit message (Collapse) | Author |
|
This includes collision (2D SDF, Box, Sphere, Heightmap),
attraction (Box, Sphere), and all sorting modes.
This does not include 3D SDF collisions, trails, or
manual emission.
|
|
This is an initial implementation based on the current RD implementation
Performance will improve later
|
|
This is an initial implementation using the same single-pass approach as the RenderingDevice.
|
|
|
|
Adds `header_guards.sh` bash script, used in CI to validate future
changes. Can be run locally to fix invalid header guards.
|
|
As well as significant consequent cleanup in the RenderTarget, Texture, and Canvas renderer code
|