8000 GitHub - Mr-Precise/ded: Dramatic EDitor (CMake build)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ ded Public
forked from tsoding/ded

Dramatic EDitor (CMake build)

License

Notifications You must be signed in to change notification settings

Mr-Precise/ded

 
 

Repository files navigation

Dramatic EDitor

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

Quick Start

soon

Build dependencies

Linux

Debian/Ubuntu:

sudo apt install build-essential cmake git

Arch/Manjaro:

pacman -S git cmake

Windows

Visual Studio
CMake
git

macOS

brew install git cmake

Clone repo

git clone --recursive https://github.com/Mr-Precise/ded

cd ded

Build

Linux/macOS

mkdir build && cd build  
cmake ..
make -j$(($(nproc) + 1))

or build using cmake:

cmake --build . --config Release

(old/deprecated) build script:

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

MSVC (old/deprecated build script)

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

Used dependencies

Libs

Fonts

About

Dramatic EDitor (CMake build)

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C 93.5%
  • Batchfile 2.0%
  • CMake 2.0%
  • GLSL 1.5%
  • Shell 1.0%
0