Hi all,
Are there any IDE to allow panda3d run inside it?
Thanks in advance
Hi all,
Are there any IDE to allow panda3d run inside it?
Thanks in advance
Do you mean to run the script without using a terminal/console/commandline?
I use Geany IDE geany.org/
Press F5 to run your script.
Or you can just create a text file with .bat extension and write the command to execute the script there, ex:
ppython main.py
and you can just double click on that file (for Windows).
Also check this out:
[Onscreen IDE & dynamic instant update [_v0.5.4_])