LifeIsStrange

Results 246 comments of LifeIsStrange

You probably already know it but Valve did some prior work: https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.170.9418 Asbtract from Wikipedia SDF page: "Signed distance functions have also recently been used in a method (advanced by...

related https://arxiv.org/abs/2301.12017

I'm really sorry for the late.... I have not really specific information, it's Just that porting liquid VR to Vulkan would : 1: allow better performance. 2: make it crossplatform...

@wzhouad friendly ping

That's cool, I'm very enthusiastic about this project! Do you expect any major difficulties? 1) you have to implement the C# library or to make it work? I would expect...

Great points! About the escape analysis though that would only works X% of the time, so it would be bug prone for value types semantics (pass by copy)? I would...

*Right now Jackson only requires Java 7 for 2.x (and Java 8 planned for 3.x), so this would probably have to be an extension module.* Couldn't you detect at runtime...

Well apparently this blas library planned to add support in 2019, no idea if he did https://groups.google.com/g/webgl-dev-list/c/T4d-PgqtVIU Apparently it double the throughput. While webgl2 has many features that might enable...

I don't know how's the jdk 16 support

GraalVM should support openjdk 16 now I believe? https://github.com/oracle/graal/commit/05b3f80c848cf272f3ff97897d734b1858867c8d https://github.com/oracle/graal/commit/eef5175244c8266998320952de404ea0c20360c3 I'm not exactly sure though