johnbanq

Results 18 comments of johnbanq

But all the scripts are running asynchronously to the core game logic, so if the scripts are slow then the game still remains unaffected. Adding support for packet modification /...

> 我觉得这玩意要不写个md放到仓库里面?感觉放在issue不太好 我觉得这就是个讨论,还没有正式成型变成文档,先放issue里吧。

![overview](https://user-images.githubusercontent.com/2265049/223855764-ecac586c-f7f7-4668-84f4-f2e6df69878b.png) 一些关于游戏架构的设想。通过操作和状态分离,可以更好的封装底层存储和并发控制细节,也可以做到更好的可扩展性。 这个设计只能作为参考,真要实现必须要提出者带头。我这在可预见的未来都没空,还要帮忙重构PNX为后续抄代码铺路→_→

Also, here is the result of running this script against the current latest commit on main (commit 9437889b85b33ae52b88d9f9c35a1a9fc1e5dec4): ``` UNUSED localisation keys ------------------------------------- camera camera.add-pose camera.clear-poses camera.next-pose camera.play-poses camera.prev-pose file.load-all-data...

## Existing Work ### 1. Gauzilla Pro Link: [https://www.gauzilla.xyz/](https://www.gauzilla.xyz/) [Single Object Segmentation](https://www.linkedin.com/posts/yoshi2233_rust-webassembly-serverless-activity-7169067613199679488-ezak/) Approach (Guessed): * takes an image at a viewpoint, use user clicks to segment the image using SAM,...

A quick update on the prototype, I got the "simplest thing that can possibly work" working here: https://github.com/johnbanq/supersplat/tree/feat/segmentation-proto-v2 Demo: https://supersplat-git-feat-segmentation-proto-v2-johnbanqs-projects.vercel.app Demo Data: https://drive.google.com/file/d/1JDFdk3Z5EIbx-K6pqPEiiLVJXGmrWSMB/view?usp=sharing Video: https://www.youtube.com/watch?v=buDbqHVt4Og With this prototype, I discovered...

Here is the alternative UX I mentioned above: https://github.com/johnbanq/supersplat/tree/feat/segmentation-v3-2. Demo: https://precious-toffee-4fcb0c.netlify.app/ (segmentation model is a bit wonky, sorry) Demo Data: https://drive.google.com/file/d/1JDFdk3Z5EIbx-K6pqPEiiLVJXGmrWSMB/view?usp=sharing Video: https://youtu.be/0SV3eTQ_WR4 The difference is that this version is...

Can we somehow make the toolbar on the bottom a bit more context-aware as well? I think the current duplicate/separate option in the select menu might be a bit hard...