yakomaxa / PyMOL-Wasm

PyMOL-wasm port's binary and html/javascript code
17 stars 1 forks source link

Add command line #6

Open yakomaxa opened 11 months ago

yakomaxa commented 11 months ago

Execution of commands would be possible if I add an appropriate window for inputing it.

yakomaxa commented 11 months ago

To debugging.html, I added simple window to inject PyMOL commands. And this could be improved (for example, completion) with tricks used in pyodide's console. Also, prompt's output should be shown in the page.