https://github.com/theinfinityglitch/birdcpp
A simple C/C++ IDE
https://github.com/theinfinityglitch/birdcpp
c cpp development development-tools ide
Last synced: about 1 month ago
JSON representation
A simple C/C++ IDE
- Host: GitHub
- URL: https://github.com/theinfinityglitch/birdcpp
- Owner: theinfinityglitch
- Created: 2025-02-04T01:57:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T12:30:54.000Z (over 1 year ago)
- Last Synced: 2026-04-29T18:38:57.417Z (about 2 months ago)
- Topics: c, cpp, development, development-tools, ide
- Language: C++
- Homepage:
- Size: 267 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BirdCPP
BirdCPP is a simple C/C++ IDE, it has basics feartures of a IDE, the idea of the IDE is to be a very simple replacement of Visual Studio for tiny projects.
## Planned features
- Code completion.
- Error/Warning/Hints in editor.
- Version control integration.
- Full CMake support.
- Code completion.
- Error/Warning/Hints in editor.
- GUI editor for cmake files.
- Code search and code replacement.
- Code snippets.
- Code navigation (e.g. go to function implementation).
- Build/Run/"Build and run" from editor.
## Current features
- Nothing :)
## Building
BirdCPP uses cmake to generate the build files. Currently BirdCPP is in development in Linux, but probably can run in other operating systems.
### Linux
This is only a example build command instruction, you can modify.
```bash
mkdir build
cd build/
cmake -S ../ -B .
make
```
### After build
Move or copy the folder `resources/` of the BirdCPP root source directory to inside the build directory.
## Screenshots
### BirdCPP baby steps

### BirdCPP ui shapping
