huggingface / huggingface/simulate

[Godot] Make the reading process async

Open
#164 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
195
Forks
13
Avg merge
58m
Merged PRs (30d)
1

Description

Currently, the entire reading process is based on an infinite loop from which we only come out when receiving a full command. It would be nice if the engine could run normally (while keeping the physics process synced with steps) while the reading process happens in the background asynchronously.

For instance, right now if you use the debug camera, you can only move it when you receive a command, which is annoying.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.