Skip to content

Scenario Visualizer #13

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

    标签

    enhancement新建 feature or requesthelp wantedExtra attention is needed

    项目

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions