Freja Roberts

Results 144 comments of Freja Roberts

Webtransport support in our networking stack is on the way See AmbientRun/Ambient#381 for details

Thought I would give a condensed progress update on this issue as there has been some time, but also a great deal of movement forwards. The port to the web...

> So a potential blocker in the future might be WASM client modules (#6). We don't have that currently implemented, but when we do, we'll need to figure out a...

The client side scripts, the big blocker looming over us like a ghost 👻 with lots of unknowns with technologies and libraries which have yet to exist *is soon to...

It may be relevant to create an example/visual test with known good models to test normals, pbr, atmospheric reflection, AO etc

I am having a similar issue, where the `third_person_example` is black on `debug` but randomly colored on `release` Not sure if it is only a Linux issue

We are closing this as of now as the issue has gone stale and we are not sure if this is an actual issue. If we experience problems with colliders...

The `// comment` is not possible as `//` comments are stripped before macro invocations. Capturing doc-comments have to be done in the form of meta-attributes, e.g `#[doc = "comment"]` Through...

I may have been a bit unclear. Capturing doc-comments `/// comment` is definitely possible, although a little tricky. What I meant i that they need to be matched in the...