Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magayaga/cycharm
GUI Simple code editor in C for Windows 😀
https://github.com/magayaga/cycharm
Last synced: 18 days ago
JSON representation
GUI Simple code editor in C for Windows 😀
- Host: GitHub
- URL: https://github.com/magayaga/cycharm
- Owner: Magayaga
- License: mit
- Created: 2023-12-20T12:26:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-27T12:17:18.000Z (8 months ago)
- Last Synced: 2024-11-11T05:16:54.903Z (3 months ago)
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# CyCharm
**CyCharm** is a GUI simple text editor created and developed by [Cyril John Magayaga](https://github.com/magayaga). It was available for **Microsoft Windows** operating system but not available for **Linux** and **macOS** operating systems.
| Not to be confused with [**PyCharm**](https://www.jetbrains.com/pycharm/) by JetBrains
| ---## Build CyCharm
**Individual components:**
* **Microsoft Visual Studio 2022**: MSVC `v143` - VS 2022 C++ x64/x86 build tools (Latest)
* **GCC** GNU Compiler Collection: `v13` or later
* **Windows 11 SDK****Pre-requisites:**
* **Code editor** or **IDE**: Neovim, GNU Emacs, Microsoft VSCode, JetBrains Fleet, Apache NetBeans, JetBrains CLion, and more.### Build `cycharm.exe`
1. Open the [`CyCharm/src`](src)
2. Build and run the `cycharm.exe`:`gcc -o cycharm.exe main.c main.h -mwindows -lcomdlg32 -lcomctl32` or `./make.bat`
## Copyright
Copyright (c) 2023-2024 Cyril John Magayaga. All rights reserved.
License under the [MIT](LICENSE) license.