https://github.com/tsoding/ded
Dramatic EDitor
https://github.com/tsoding/ded
opengl sdl2 shaders text-editor
Last synced: 2 days ago
JSON representation
Dramatic EDitor
- Host: GitHub
- URL: https://github.com/tsoding/ded
- Owner: tsoding
- License: mit
- Created: 2021-07-01T17:45:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T01:45:59.000Z (over 1 year ago)
- Last Synced: 2023-11-07T14:17:04.790Z (over 1 year ago)
- Topics: opengl, sdl2, shaders, text-editor
- Language: C
- Homepage:
- Size: 1.65 MB
- Stars: 452
- Watchers: 13
- Forks: 62
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Dramatic EDitor
**THIS SOFTWARE IS UNFINISHED!!! Don't have any high expectations.**
# Quick Start
## Dependencies
- [SDL2 2.0.9+](https://www.libsdl.org/)
- [FreeType 2.13.0+](https://freetype.org/)
- [GLEW 2.1.0+](https://glew.sourceforge.net/)## POSIX
```console
$ ./build.sh
$ ./ded src/main.c
```## Windows MSVC
```console
> .\setup_dependencies.bat
> .\build_msvc.bat
> .\ded.exe src\main.c
```# Fonts
- Victor Mono: https://rubjo.github.io/victor-mono/
- Iosevka: https://github.com/be5invis/Iosevka