Arseny Kapoulkine

Results 310 comments of Arseny Kapoulkine
trafficstars

Emscripten does have a stand-alone version that doesn’t call out to JS for large copies.

I can't reproduce this in gltfpack. I get the following mesh with simplification factor 0.006 (going lower than this triggers a safety check in gltfpack code that should probably be...

> similarly sized triangles This is not a criteria that the simplifier takes into account. The appearance of a tessellated plane is the same regardless of which interior edges you...

All things being equal, more uniform triangle density is definitely preferred for efficiency; the simplifier right now is predominantly concerned with appearance. I was considering some sort of edge length...

The problem is that you can not model `inst[prop]` type unless `prop` is of a string literal type, and that's not terribly useful. If `prop` is a string, the type...

> We can infer prop in `inst[prop]` literally as `keyof Part` Are there examples where this would be meaningfully richer? It's definitely more precise than not being able to infer...

Yeah both of these are on our list of future work: - To make it possible to work with Roblox API surface, we need to add support for type definition...

Require by string RFC: https://rfcs.luau-lang.org/new-require-by-string-semantics.html Some future work on require semantics with aliases is also tracked here https://github.com/luau-lang/rfcs/pull/7

Tweaked the example to be more obviously a bug (as `separateCond` value is arbitrary)

This mostly just didn't come up. All production applications that use Luau so far ship with statically linked library I believe. A couple things to know off the top of...