ded

Dramatic EDitor
Index Commits Files Refs README LICENSE
README.md (522B)
   1 # Dramatic EDitor
   2 
   3 **THIS SOFTWARE IS UNFINISHED!!! Don't have any high expectations.**
   4 
   5 # Quick Start
   6 
   7 ## Dependencies
   8 
   9 - [SDL2 2.0.9+](https://www.libsdl.org/)
  10 - [FreeType 2.13.0+](https://freetype.org/)
  11 - [GLEW 2.1.0+](https://glew.sourceforge.net/)
  12 
  13 ## POSIX
  14 
  15 ```console
  16 $ ./build.sh
  17 $ ./ded src/main.c
  18 ```
  19 
  20 ## Windows MSVC
  21 
  22 ```console
  23 > .\setup_dependencies.bat
  24 > .\build_msvc.bat
  25 > .\ded.exe src\main.c
  26 ```
  27 
  28 # Fonts
  29 
  30 - Victor Mono: https://rubjo.github.io/victor-mono/
  31 - Iosevka: https://github.com/be5invis/Iosevka