# О TRIK Studio

**TRIK Studio** — бесплатная среда программирования роботов.

<div align="center"><img src="/files/-M0-7vhzD5-0n86hHjNt" alt=""></div>

Она позволяет решать задачи как с помощью [визуального](/studio/programming-visual.md) программирования, так и [текстовых языков](/studio/programming-code.md).

{% tabs %}
{% tab title="Визуальное программирование" %}

<div align="center"><img src="/files/-M0-HUE0z-PuKi1WyabP" alt=""></div>
{% endtab %}

{% tab title="Текстовое программирование" %}
![](/files/-M0-HWV8hf-l6qxQZHQW)
{% endtab %}
{% endtabs %}

Отличительной особенностью TRIK Studio является [интерактивный режим имитационного моделирования](/studio/2d-model.md). Чтобы научиться программировать, необязательно иметь конструктор.

![](/files/-M0-Jq1sGsm2xlWy1p9M)

TRIK Studio — универсальное программное обеспечение для преподавания основ программирования. В ней предусмотрен переход [от диаграмм к текстовым языкам](/studio/programming-code.md#generation).

![](/files/-M0-JUTRdiw7ni2tG4lk)

### Поддерживаемые платформы <a href="#platforms" id="platforms"></a>

TRIK Studio поддерживает 4 платформы:

* [Контроллер ТРИК](/trik/about.md).
* [LEGO EV3](/ev3/about.md).
* [LEGO NXT 2.0](/nxt/about.md).
* [Квадрокоптер Геоскан Пионер](/pioneer/about.md).

## Скачать&#x20;

Последнюю версию TRIK Studio можно скачать на сайте [trikset.com](https://trikset.com/downloads#trikstudio).

{% content-ref url="/pages/-M0-Kubk53IOXwzPcScx" %}
[Как узнать версию TRIK Studio](/studio/about/version.md)
{% endcontent-ref %}

## Рекомендуемые системные требования

* Оперативная память: 4 ГБ или больше.
* Операционная система:
  * 64-разрядная Windows 10.
  * Ubuntu 16.04 и выше.
  * macOS 10.12 Sierra и выше.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.trikset.com/studio/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
