ucsb-cs56-projects / cs56-discretemath-towers-sierpinski

-
1 stars 8 forks source link

Create a swing GUI for the SVG triangle #31

Closed jstaahl closed 8 years ago

jstaahl commented 10 years ago

Right now the only way to view the triangle produced by

ant run

is to open the output file in a web browser.

Create a swing GUI using some library for viewing HTML5 documents such as JavaFX which will display the xml file outputted by the program. See: http://docs.oracle.com/javafx/2/swing/swing-fx-interoperability.htm

Your swing GUI should also include zoom buttons to allow the user to zoom as far in or out as they like (after all, we are working with Scalable Vector Graphics).

~estimated 300

kjorg50 commented 10 years ago

After a lot of trial and error, it seems that a third party library would be required to render the XML properly as mentioned. There now exists a starting point for implementation using a viable third party library. This is still open.