There is any possibility to use Minic engine for non Windows/Linux/Mac operation systems like FreeRTOS?
Cheap hardware that I'm trying to use ESP32-WROOM-32D DevKitc: 2x240MHz CPU, 320KB RAM, 4MB Flash
320KB RAM enough for that?
Software possibilities that I have here: gcc with std=c++2a and almost full STL with dynamic allocation and threads (Newlib)
As I correctly understand engine works like separate process. Can it be used as library instead?
Thanks!
There is any possibility to use Minic engine for non Windows/Linux/Mac operation systems like FreeRTOS?
Cheap hardware that I'm trying to use ESP32-WROOM-32D DevKitc: 2x240MHz CPU, 320KB RAM, 4MB Flash
320KB RAM enough for that?
Software possibilities that I have here: gcc with std=c++2a and almost full STL with dynamic allocation and threads (Newlib)
As I correctly understand engine works like separate process. Can it be used as library instead?
Thanks!