Ingen beskrivning

rexim 757e64e16f Update viewport according to the window size 4 år sedan
.github bddfaeb38f Update ci.yml 4 år sedan
shaders 3ba4d91b99 Quick and rough implementation of the OpenGL renderer 4 år sedan
src 757e64e16f Update viewport according to the window size 4 år sedan
.gitignore 757e64e16f Update viewport according to the window size 4 år sedan
LICENSE dd53ab4ae2 Ready. Set. Go! 4 år sedan
README.md 37df56c5d8 te -> ded 4 år sedan
build.sh 37df56c5d8 te -> ded 4 år sedan
build_msvc.bat 37df56c5d8 te -> ded 4 år sedan
charmap-oldschool_white.png dd53ab4ae2 Ready. Set. Go! 4 år sedan
setup_dependencies.bat 4b0096c30e Try to fix MSVC build 4 år sedan

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