Created for the Course Foundations of Computer Graphics at the University of Vienna
T1: Done T2: Done T3: Done T4: Done T5: Done
This Project was developed in VSCode on a Windows 11. I worked directly on almighty using the SSH connection. To run this you need to provide the path to the XML file in the Main. (You might need to provide the full path - I don't know why). When I worked locally I didn't need to do that. To run the Programm from VSCode with SSh to almighty all you need ist to (Ctrl + FN + F5) or if you don't have the FN Key than just F5
I used ChatGpt to help me Parse the XML and provided me with the Java Libaries I could use. I also marked Code parts where I used ChatGPt to build streams or to correct errors I had in my Code. In case the Parser Fails I configured the Programm to just generate a black Image. To make it Possible to run an .xml file at runtime please choose a file between 2 - 4 (which are example 1 to 3).
- Navigate till the Lab3a_GFX (not further)
- javac -d java/bin -sourcepath java/src java/src/main/Main.java
- java -cp java/bin main.Main
(it might be that the List of option isn't correctly sorted on almighty) If thats the case: example1.xml (7) example2.xml (2) example3.xml (3)
I have no idea why that's the case cause locally its correctly sorted