← Return to tool
Log in with itch.io to leave a comment.
This looks like it could be really useful for even moderately complex RenPy VNs. Shame that use seems unclear and was work in progress a year ago. Any update?
fix lexer problem see code here https://github.com/badanni/Logika
is there a way for this to work on mac?
yes i think, use version 1.0 and install python3later in console (sorry i dont know the name in mac) write:
pip install PyQt5
If you what to use version 1.0.1, do the same and you need to change the code in FSM_logic.py
import graphviz_standalone as gv
to
import graphviz as gv
then install graphviz with pip
pip install graphviz
and maybe download this https://graphviz.gitlab.io/download/
for run go to the path where is the file FSM_logic.py or FSM_logic.pyw all in console and write
python FSM_logic.py
or
python FSM_logic.pyw
i dont know if macos admit double click in FSM_logic.pyw
Fantastic! Thank you so much for this, it'll be useful for the community.
Thank you, I hope it
← Return to tool
Comments
Log in with itch.io to leave a comment.
This looks like it could be really useful for even moderately complex RenPy VNs. Shame that use seems unclear and was work in progress a year ago. Any update?
fix lexer problem see code here https://github.com/badanni/Logika
is there a way for this to work on mac?
yes i think, use version 1.0 and install python3
later in console (sorry i dont know the name in mac) write:
If you what to use version 1.0.1, do the same and you need to change the code in FSM_logic.py
to
then install graphviz with pip
and maybe download this https://graphviz.gitlab.io/download/
for run go to the path where is the file FSM_logic.py or FSM_logic.pyw all in console and write
or
i dont know if macos admit double click in FSM_logic.pyw
Fantastic! Thank you so much for this, it'll be useful for the community.
Thank you, I hope it