7 Commits

Author SHA1 Message Date
Artur Mukhamadiev
c51e6d1369 feat(models) added models/textures and Agents related stuff
:Release Notes:
- Agents files for opencode and claude
- Skills for opencode and claude
- 3d models with medical organs
- Some textures

:Detailed Notes:
-

:Testing Performed:
-

:QA Notes:
- Looks like shit :)

:Issues Addressed:
TG-1
2026-06-22 16:57:48 +03:00
Artur Mukhamadiev
daa0a046fc Add cloud-point-rpc integration (Linux only, v0.1.2)
NOTICE: The cloud-point-rpc library has been tested only on Linux
on git tag v0.1.2. Other platforms are not supported by this version.
2026-06-02 16:22:33 +03:00
Max Barashev
f995cf6721 Fixed crpc dll thread freezing
- Added Cancellation token and cancelling task waiting before deinit execution
 - Removed trash
 - Added important fields to BlendShader
2026-05-20 15:37:46 +03:00
Max Barashev
f863b8b6ca Fixed Main Thread freezing on heavy tasks
- Main thread unfreezing solution-TaskCompletionSource added in RpcTest.cs
 - Updated BlendShaderController to hold TaskCompletionSource
2026-05-20 14:31:23 +03:00
Max Barashev
55b7639cd8 Added autofocus and getting intrinsics
- Added computing indices offset in images blending for autofocus.
 - Added functions for getting intrinsics and distance between eyes.
 - Added function to changing distance between eyes.
2026-05-18 23:03:11 +03:00
Max Barashev
acebaaec90 Added RPC tests
- Added test_cloud_point.dll
 - Added RpcTest.cs for test connection
2026-04-21 14:14:55 +03:00
Max Barashev
e121987b85 Added Unity project 2026-03-18 20:09:32 +03:00