In C#, what would be the closest counterpart of Java's JavaFX? -
i've learned java in past, , making 2d graphics, seemed javafx option making graphics. (swing , possibly other stuff weren't updated anymore.) regardless of whether true or not, started learning c#, , couldn't find such equivalents. there seem several different things can used various places have criticized speed or usefulness of few of them.
to little less abstract, i'm looking display 2d graphics.
a) able control individual pixels. eg. progressively rendering fractals.
b) able display existing images in quick succession. animations pictures.
c) interactable. being able respond keyboard , mouse buttons etc.
d) general application functionality pre-defined buttons, sliders, text boxes, or vector graphics or w/e nice, not necessary current purposes.
is there standard / more popular / faster / better option these, or recommend?
Comments
Post a Comment