David Sehnal

Results 234 comments of David Sehnal

I will create an utility function that creates the corresponding theme and show how to apply it in the commands example. As you point out currently the only way is...

I didn't have a look at the generated docs yet, but yes I agree. In that case tho this should probably be a "standalone" project that wraps the plugin. Tho...

I have spent some time thinking about how to do this (i.e. color the molecule loaded using `loadMolecule` and make selection on it) so that it does not cause any...

Ah yes, sorry. The types are indeed messed up a bit at the moment. When I was designing the type system, unfortunately [discriminated unions](https://basarat.gitbooks.io/typescript/content/docs/types/discriminated-unions.html) were not yet available, but the...

I have changed the ``Builder`` class so that the type annotations should not be needed (and removed the ``Transformer.To`` type).

Hi Michal, I did consider it but didn't get along doing it yet. If you could point me to an open source parser of the format that I could easily...

The examples are indeed broken on the webchemdev server. Changing the domain to litemol.org seems to resolve the issue, for example https://litemol.org/Examples/SimpleController/

Hi Antonio, currently it is not possible to show text labels inside a 3D scene. At the moment I am working on a feature to save the state of the...

> I think I really need the labels in the 3D view (there could be several catalytic residues, more than ten, say, at which point a legend is not very...

Yes, Mol* builds a lot on what was done in LiteMol. In LiteMol it's done by registering additional ``https://github.com/dsehnal/LiteMol/blob/master/src/lib/Bootstrap/Interactivity/Highlight.ts``. I would recommend you use Mol* instead of LiteMol tho.