Hello everyone,
I am writing a pretty simple 2D game in JavaFX, and although its only in preview release at the moment, I am looking to try to implement (even basically) some sort of Cel-Shading onto my game objects.
Does anyone know if there are reference implementations of cel-shading out there that I could use, or perhaps, some advice for me in this field?
I guess it doesnt have to be JavaFX specific, but that would help.
I don't have much experience with graphics programming, however, I'm an experienced java/c# programmer.