Skip to content

Latest commit

History

History
13 lines (11 loc) 路 972 Bytes

File metadata and controls

13 lines (11 loc) 路 972 Bytes

馃ПArchitecture of the project

image this project is split into 2 parts. I've done this because btleplug is the only bluetooth library that worked for me and is multiplatform. it also splits project into 2 parts nicely.

it's responsible for interacting with devices thru Bluetooth low energy with btleplug. sends data and collects inputs thru TCP.

Godot \ C#

collects data from devices and sends inputs thru tcp to rust. all game tools are written in C#.

馃椇锔廙ap exporting:

image

The main goal is SAFETY so i don't use any tres files. Also this could be expanded further in the future to allow custom materials and other user content.