Skip to content

BillKek/ded_old_msys2

 
 

Repository files navigation

Dramatic EDitor

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

Quick Start

Dependencies

POSIX

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

Windows MSVC

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

msys2 in windows

you can use msys2 and mingw64 for build this app into native windows exe. Run mingw64.exe after msys2 installation. Add packaged into it: pacman -S git base-devel mingw-w64-x86_64-gcc mingw-w64-x86_64-glew mingw-w64-x86_64-mesa mingw-w64-x86_64-SDL2 mingw-w64-x86_64-pkgconf mingw-w64-x86_64-freetype Change dir by cd "path_copypasted_from_explorer_without_final_slash" Run script ./build_msys2_mingw64.sh. The resulting life.exe is 6 MB in size.

Fonts

Victor Mono: https://rubjo.github.io/victor-mono/

About

Dramatic EDitor

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.3%
  • Batchfile 2.1%
  • GLSL 1.6%
  • Shell 1.0%