Skip to content

Device Core

Yağızhan Dinçkurt edited this page Oct 31, 2025 · 3 revisions

👑 Device Core

Device Core is the baseline of devices in RadCat. DeviceCore.hpp and deviceRegistry.hpp combined creates the device structure which every device inherits to operate inside RadCat.

Devices are combination of components and your own code that creates a closed working box itself that mostly doesnt interact with other devices. Yet RadCat systems integrate every device into its own systems automaticly if you set up your device properly. RadCat's main promise is that people creates devices easily and RadCat handles boilerplate background systems automaticly to make your life easier.

You can start by looking those wiki pages:

⚙️ Device Registry Info

🧱 Base Device Tutorial

🧩 Component Core System

Clone this wiki locally