Simple Integrated Development Environment for writing and executing C Language files. Styled as a terminal inspired to fallout 4 terminals. Desktop app fully programmed in C Language using the RayLib library.
Superset of Raylib Text Editor: https://github.com/djeffalKhaled/Raylib-Text-Editor
- Basic text-editing
- Can compile current text into .c file
- Can execute said .c file and print its stdout in the GUI console
- Ability to save and load your content into a text file
- Up to 10 pages of projects
- Fully scrollable and resizable window
- Raylib
- RayGUI
- Simple Dynamic Strings
- Run the main.exe file directly.
- You can also compile the project yourself by opening it in VS Code.