-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Let solutions optionally implement a visualizer interface:
public interface Visualizable {
void drawState(GraphicsContext g);
}
This could integrate with a lightweight Swing or JavaFX engine for visual debugging or just as a pretty little things to show-off.
This should be it's own separate module.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed