rodolphe
  • Joined on 2020-07-21
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-10-24 23:14:17 +02:00
c31fc6b2b3 Make UltraleapDeviceNode runnable, live HT in editor
5b1e0f2d5c Introduce primary device setting for UltraleapHandTracking node
Compare 2 commits »
rodolphe pushed to main at rodolphe/godot-boids-experiments 2023-10-15 23:08:02 +02:00
c996fbf24b Add extra behaviours (wind, magnet, perching)
rodolphe pushed to main at rodolphe/godot-boids-experiments 2023-10-05 23:49:22 +02:00
957d6f97f1 Dump project so far
rodolphe created branch main in rodolphe/godot-boids-experiments 2023-10-05 23:49:22 +02:00
rodolphe created repository rodolphe/godot-boids-experiments 2023-10-05 23:47:41 +02:00
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-10-03 23:46:12 +02:00
0d5abac485 Move some controls around in visualiser
8632ad0725 Try to make allow pause resume work (alas...)
Compare 2 commits »
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-10-03 22:14:53 +02:00
f8bd79c2dc Don't enable images by default
89986531b9 Add placeholder for image streaming disabled
633f0397fa Reenable and fix side panel in visualiser
acc36f5c58 Fix HMD and Screentop baseline
Compare 4 commits »
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-10-03 08:33:52 +02:00
9d23756c96 Small scripts cleanup
e92c57e00f Adapt to any device baseline
5123434d03 Fix wrong distortion map and flip it
Compare 3 commits »
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-09-26 00:19:45 +02:00
6b74539f13 Clean and improve slightly API
6b8b7b88f3 Clean some code in Visualiser
Compare 2 commits »
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-09-02 23:59:47 +02:00
a877f45afa Remove unnecessary last_image_event
8af045b8cf Remove some dead code
Compare 2 commits »
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-09-02 23:33:15 +02:00
3b973c45e9 Add service IP and port parameters
6f1cc58565 Add message when no device is found
Compare 2 commits »
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-08-01 00:10:29 +02:00
1401ede9a0 Better handle connection/disconnection in visualizer
f5df5a3ab4 Add signals for connection/disconnection
Compare 2 commits »
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-07-27 23:40:11 +02:00
e3ff5121bc Make device node more thread safe (hopefully)
c88c13f8a6 Remove signals from device resource
3f89912f76 Make the Visualiser scene thread safe
077355790e Put all UltraleapHandTracking signals into events queue
1e19560a79 Implement event queue for inter-thread signal exchange
Compare 7 commits »
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-06-18 00:53:23 +02:00
3dfa24fca3 Enable physic bones
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-06-15 23:13:00 +02:00
c78931b647 Small fixes in examples
eae43bc9ad Introduce some thread-safety (maybe?)
Compare 2 commits »
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-05-14 20:30:39 +02:00
2d751c4653 Use Godot's memalloc and memfree for Leap's allocator
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-05-04 23:10:23 +02:00
8690a2dd1d Implement pause/resume tracking
5585fecbe3 Implement allow pause resume policy
845600e150 Implement other policy flags
Compare 3 commits »
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-05-04 09:29:34 +02:00
a647e60914 Add initial support for setting policies
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-05-02 09:33:51 +02:00
4399c03afe Scale properly unrectified images
rodolphe pushed to main at rodolphe/godot-ultraleap-plugin 2023-04-29 00:20:50 +02:00
47c283e85f Clean HUD script