OpenWheels icon indicating copy to clipboard operation
OpenWheels copied to clipboard

A set of platform- and renderer-agnostic libraries for game development.

Results 4 OpenWheels issues
Sort by recently updated
recently updated
newest added

If the `PositionTransform` in `Batcher` is set it affects the stroke width for lines. I think it makes more sense for that not to happen.

bug
Rendering

When padding is enabled the bin packer puts the padding around every rectangle. This wastes bin space, because we end up with double padding between rectangles. In 1D, with 2...

enhancement

Couple of benefits to this: - Can compare different rasterizers (e.g. `StbSharp`, `SharpFont`) - End users can build fonts offline and drop the runtime dependency to a rasterizer - Can...

enhancement
Font

OpenWheels should manage text layout itself. Currently `ImageSharp.Fonts` is used to handle layout. I would prefer to avoid the hard dependency on that specific library by having a data structure...

enhancement
Font