Weekly Meeting - 22nd Feb 2022 #22
Replies: 1 comment
-
Today I shared a presentation of the API I'm using in my demo: https://github.com/robertlong/omi-wasm-group-experiment I'm still working on the implementation, but the work is slow with other work/life things lately. Some of the work is happening in this repo: https://github.com/Web-ECS/do-three Nate has been working on bridging Three.js and ECS concepts in a way that is distilled down to data oriented design concepts. I thought it fit really well with the performance bottlenecks we face today in WebAssembly. In that most things are limited by the speed of function calls across the WASM boundary (something to validate in future meetings). Questions/Topics from the presentation:
Next week we'll dive deeper into how read/write operations can be accomplished in the ABI. We'll focus on performance and interoperability with existing libraries/techniques. As well as real world scenarios we should design around. @AdamFrisby said he may be able to do some benchmarking of various operations before then. I may be able to as well. |
Beta Was this translation helpful? Give feedback.
-
Discussion while meeting is running for sharing notes
Beta Was this translation helpful? Give feedback.
All reactions