GithubHelp home page GithubHelp logo

moonbite666 / dev-cpppro Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.96 MB

Newly designed "one-step" C++ IDE for tiros and ioers

License: GNU Lesser General Public License v3.0

CMake 7.39% C++ 92.61%

dev-cpppro's Introduction

Dev-CppPro

Chinese README

Introduction

Dev-CppPro is a lightweight, modern IDE for C/C++ inspired by Dev-C++, a very popular IDE that has been out of maintenance for many years.Dev-CppPro is designed to provide beginners and algorithmic competitors with a more modern, beautiful, and efficient development environment.

Features

  • Modern. Comes with a substitutable new version of MinGW or LLVM/Clang toolset, supports the latest standards such as C++17/20/23; introduces the CMake build system to support more third-party libraries; supports Windows/Linux/MacOS multi-platform development.
  • Elegant. Use Fluent-like UI design, support high resolution screen, support dark mode.
  • Efficient. Built with Qt6, takes up less than 60MB of memory and starts up fast.

Build from source

  • Clone this repo;
git clone https://github.com/MoonBite666/Dev-CppPro.git
  • Build with QtCreator, just open the CMakeLists.txt file in QtCreator and build it.

  • Or, build with CMake. You need to install Qt(>= 5.15) and CMake. Please refer to the CMake parameters below:

-DCMAKE_PREFIX_PATH=C:\Qt\6.7.2\mingw_64
-DCMAKE_GENERATOR:STRING=Ninja
-DCMAKE_CXX_COMPILER:FILEPATH=C:/Qt/Tools/mingw1120_64/bin/g++.exe
-DCMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG
  • And build with the following parameters:
--target all --parallel

To Do

  • Complete Highlighting model for editor.
  • Complete File Managing functions.
  • Fill Action Buttons.

Acknowledgement

dev-cpppro's People

Contributors

moonbite666 avatar

Stargazers

Zhou Linmimg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.