Dramatic EDitor

February 17, 2023 ยท View on GitHub

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

Quick Start

Dependencies

  • SDL2 2.0.9+
  • FreeType 2.13.0+
  • GLEW 2.1.0+

POSIX

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

Windows MSVC

> .\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

Contents

  1. 1Dependencies
  2. 2POSIX
  3. 3Windows MSVC