Современная, быстрая и кроссплатформенная среда разработки.
Modern, fast, and cross-platform Integrated Development Environment.
TurboIDE — это интегрированная среда разработки. На данный момент фокус направлен на C++, но архитектура закладывается с учетом будущей поддержки других языков программирования.
- Кроссплатформенность: Работает на Windows, Linux и macOS.
- Производительность: Написана на C++ для минимального потребления ресурсов и мгновенного отклика.
- Фокус на C++: Глубокая интеграция с компиляторами и инструментами анализа кода.
- Интуитивный интерфейс: Чистый дизайн, не отвлекающий от написания кода.
- Расширенная поддержка отладчиков (GDB/LLDB).
- Система плагинов для сообщества.
- Поддержка дополнительных языков (Python, Rust, Go).
- Облачная синхронизация настроек.
TurboIDE is an project dedicated to building a high-performance IDE. Currently focused on C++, the architecture is designed to support programming languages in the future.
- Cross-platform: Native support for Windows, Linux, and macOS.
- High Performance: Built with C++ to ensure low memory footprint and lightning-fast response.
- C++ Centric: Deep integration with modern compilers and static analysis tools.
- User-Friendly UI: A clean and modern interface designed to keep you focused on your code.
- Advanced debugger support (GDB/LLDB).
- Plugin system for community extensions.
- Support for additional languages (Python, Rust, Go).
- Cloud settings synchronization.
# Клонируйте репозиторий / Clone the repository
git clone [https://github.com/rocksteady591/TurboIDE.git](https://github.com/rocksteady591/TurboIDE.git)
# Перейдите в директорию / Enter the directory
cd TurboIDE
# Дальнейшие инструкции зависят от вашей системы сборки (CMake/etc)