Paul Pillot

Results 50 comments of Paul Pillot

Not sure if it's relevant, but [here](https://github.com/gjbekker/molmil/blob/dc29448375c1d4b4644cc6b92c116f3632467b8d/src/shaders/anaglyph.glsl) is molmil's anaglyph shader code

Could you attach an example of failing cif file for reproducibility and testing? Thanks!

Thanks for noticing this. Could you describe, (the best would be a code example), the issue you were encountering? It looks to me that adding a supplementary dynamic constructor step...

Thanks for the clarification. I've played a bit with this and it looks like there are several problems here with regard to modelling this constructor in TS: parameters that are...

Maybe we should solve the issue of declarations distribution for this release? > Le 16 mars 2022 à 12:52, Fred Ludlow ***@***.***> a écrit : > >  > Have...

I think we should at least ship the `/declarations/` folder in the `/dist/` folder. And test... Agreed about the ts example. I've tried to write one some time ago but...

I've just tested it, it works beautifully! Very cool! As far as I'm concerned it looks fine for shipping the 2.0 version As for the dependencies, right, it's a limitation....

As a VS code user, I really appreciate the possibility offered by type declarations in the libraries I use. Given the extent of NGL library, I have no doubt this...

I have just tried the route 1 (which seems more maintainable): `tsc -d` to auto-generate the type declaration file. hundreds of errors have been reported, mostly related to types being...

@MercifulCode then we should aim at finishing the JS -> TS conversion. @arose, I'd be glad to help.