MichaelBuessemeyer
MichaelBuessemeyer
> if it's easy, yes :) if not, let's keep it as is. in the end, it's not super important. Yep, it was doable :+1: and should work now. But...
Hohoho @cmfcmf, I wish you a happy christmas time 🎄. Sorry for the late response. I had to a lot of other stuff 😅. Thanks for your detailed answer. >...
@cmfcmf I just cleaned up this pr. If you got some time to spare, I would be glad if you could review it. How it works: It should work just...
> Sounds good to me! Alrighty 👯, here it is: #16
My 5ct: Parsing and looking for `q""` should be possible with [tree-sitter](https://tree-sitter.github.io/tree-sitter/using-parsers) which also has scala support. Tree sitter makes it easily possible to query a file for `q""`-strings and...
For now the first part in the frontend is done in PR #8111. But renaming local variables & the shader code still needs to be adjusted where possible. ## Open...
@hotzenklotz What about this ThreeJs example? https://threejs.org/examples/misc_controls_transform.html We could use that in a smaller scale, show a cube with marked surfaces and only enable the rotation controls. If the controls...
Additional idea form @valentin-pinkau: have a unrotated semi-transparent cube that shows the initial rotation for the proposed visualization. Moreover, valentin also mentioned that a visualization may not be necessary. Instead...
More implementation details were discussed here: https://scm.slack.com/archives/C5AKLAV0B/p1731504476951809
@philippotto Should I try working on this? I already found that I need to modify the protobuf files for this. the backend part seems rather easy if we only want...