暫無描述

rexim bddfaeb38f Update ci.yml 4 年之前
.github bddfaeb38f Update ci.yml 4 年之前
shaders 3ba4d91b99 Quick and rough implementation of the OpenGL renderer 4 年之前
src bcc9b8b5d9 Add basic mouse integration 4 年之前
.gitignore fa287f71f8 Try to setup the CI 4 年之前
LICENSE dd53ab4ae2 Ready. Set. Go! 4 年之前
README.md 37df56c5d8 te -> ded 4 年之前
build.sh 37df56c5d8 te -> ded 4 年之前
build_msvc.bat 37df56c5d8 te -> ded 4 年之前
charmap-oldschool_white.png dd53ab4ae2 Ready. Set. Go! 4 年之前
setup_dependencies.bat 4b0096c30e Try to fix MSVC build 4 年之前

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