Mr-Precise / ded

Dramatic EDitor (CMake build)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:MIT License


Languages

Language:C 93.4%Language:Batchfile 2.0%Language:CMake 2.0%Language:GLSL 1.5%Language:Shell 1.0%