fastjengine / FastJ

An open-source, Java-based 2D game engine.
https://fastj.tech
MIT License
82 stars 22 forks source link

[Feature Request] Fill/Outline rendering options #32

Closed lucasstarsz closed 3 years ago

lucasstarsz commented 3 years ago

Is your feature request related to a problem? Please describe.

java2d is perfectly capable of rendering both the outline and the fill of anything being rendered. As such, FastJ should support both of these options for Text2D and Polygon2D.

What should the solution be like?

FastJ should support the following options:

Progress will be tracked in the drawable-improvement branch.

lucasstarsz commented 3 years ago

Resolved in #35