Dramatic EDitor
Go to file
rexim ea30e9d6ee glewGetString -> glewGetErrorString 2023-07-18 04:02:14 +07:00
.github/workflows Bump ubuntu-18.04 -> ubuntu-22.04 2023-02-16 15:25:00 +07:00
fonts Introduce fonts/ folder 2023-02-16 15:24:45 +07:00
shaders Port aa to the epic shader 2023-02-11 00:00:39 +07:00
src glewGetString -> glewGetErrorString 2023-07-18 04:02:14 +07:00
.gitignore Update viewport according to the window size 2021-07-06 20:39:52 +07:00
CONTRIBUTING.md Add refactoring to the kinds of PRs I do not look into right now. 2023-02-16 15:04:18 +07:00
LICENSE Ready. Set. Go! 2021-07-02 00:44:40 +07:00
README.md Update README and outline some additional work 2023-02-17 11:33:24 +07:00
build.sh Implement lexer based syntax highlighting 2023-01-17 02:22:07 +07:00
build_msvc.bat Factor out file_browser translation unit 2023-01-10 13:29:31 +07:00
build_msys2_mingw64.sh new! works fine ! 2023-01-12 05:15:03 +03:00
setup_dependencies.bat Try to fix MSVC build 2021-07-05 03:16:09 +07:00

README.md

Dramatic EDitor

THIS SOFTWARE IS UNFINISHED!!! Don't have any high expectations.

Quick Start

Dependencies

POSIX

$ ./build.sh
$ ./ded src/main.c

Windows MSVC

> .\setup_dependencies.bat
> .\build_msvc.bat
> .\ded.exe src\main.c

Fonts