Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Scenario Visualizer #13

@LovinLifee

Description

@LovinLifee

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

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions