demike

Results 42 comments of demike

Hi, have you tried it like in this example: https://demike.github.io/ngx-three/simple-example? The main difference lies in the generation part. ngx-three generates angular components for most of the three.js primitives like Object3D....

@jamesdeantv you can use the MeshoptDecoder now: https://github.com/demike/ngx-three?tab=readme-ov-file#meshopt-decoder

Hi, in the near future ngx-three will support angular 18 and 19 peer dependencies. You can already use Signals. All components are already on push. So you already could go...

@gbertoncelli you already can run zoneless (all components are onPush). An additional problem would be, that you give up on a single source of truth for your data. It would...

@kzlucas you solution looks good. We actually ended up with a similar approach for our project

@alkthegit I found the problem. The difference between the examples is, that the controls example has `position:relative` on the ThCanvas element ( is set by ThStats) and the simple example...

Would be nice if you could provide a PR for the first issue. I will then take a look at the second problem ( where I placed the 'todo' comment...

@ckrauterlovescoffee I think it would be easier with the public `parseProject` `getMermaidDSL` functions You can read the markdown file and replace a specified placeholder with the generated mermaid dsl

Yes you can do that by adjusting the glob pattern: https://stackoverflow.com/questions/60455115/nodejs-glob-multiple-patterns#:~:text=%22*(abc.pdf%7Cxyz.pdf)%22 Alternatively you can do that by means of the TsUML2 vscode plugin by just selecting those files ( you...