Running GUI #40
-
Hello, I can't seem to figure out how to run the GUI. The code seems to be included in the source, but I haven't a clue on how to get it to start. |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments
-
I've tried running the .exe in the release too, but it doesn't seem to do anything. Could it perhaps need the commandline? |
Beta Was this translation helpful? Give feedback.
-
This may be a naming confusion. The Just modify your Value of
|
Beta Was this translation helpful? Give feedback.
-
agreed, if it's not an interface, it can't be a user interface. i'd call that more of a "state graph" or something. |
Beta Was this translation helpful? Give feedback.
-
Ahhh, alright. Thank you for the clarification |
Beta Was this translation helpful? Give feedback.
-
Hi, I am running MJ on Ubuntu from the console with |
Beta Was this translation helpful? Give feedback.
-
@gabrielelibardi add <model name="Circuit" size="100" steps="1200" gui="300" gif="True"/> |
Beta Was this translation helpful? Give feedback.
-
That works thanks! |
Beta Was this translation helpful? Give feedback.
-
So it's not a real-time app. It actually produces a gif |
Beta Was this translation helpful? Give feedback.
-
It produces animation frames that you can then convert into a gif. |
Beta Was this translation helpful? Give feedback.
-
I have been playing around a bit in a fork with rendering the pixels of the gifs with sfml in a window, this way there is no need to convert all the images to a gif every time a model has been modified. |
Beta Was this translation helpful? Give feedback.
This may be a naming confusion.
The
GUI
parameter is actually used to specify the width of the sidebar for rules in the output image.Just modify your
models.xml
:<model name="Circuit" size="100" steps="1200"/>
<model name="Circuit" size="100" steps="1200" gui="200"/>
Value of
GUI
and output image width