Get engine names for current platform
static List<String> getSupportedEngineNames() { return getSupportedEngines().map((e) => e.name).toList(); }