No Description

rexim f17dbf95f9 Remove SDL renderer 4 years ago
.github bddfaeb38f Update ci.yml 4 years ago
shaders 8fcb2a80f8 Add rainbow to the fragment shader 4 years ago
src f17dbf95f9 Remove SDL renderer 4 years ago
.gitignore 757e64e16f Update viewport according to the window size 4 years ago
LICENSE dd53ab4ae2 Ready. Set. Go! 4 years ago
README.md 37df56c5d8 te -> ded 4 years ago
build.sh 37df56c5d8 te -> ded 4 years ago
build_msvc.bat 37df56c5d8 te -> ded 4 years ago
charmap-oldschool_white.png dd53ab4ae2 Ready. Set. Go! 4 years ago
setup_dependencies.bat 4b0096c30e Try to fix MSVC build 4 years ago

README.md

Dramatic EDitor

Quick Start

POSIX

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

Windows MSVC

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