Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 930 Bytes

File metadata and controls

39 lines (32 loc) · 930 Bytes

ConsoleCraftEditor

Editor for ConsoleCraftEngine

Written in C++

Will work in Linux

Prerequisites

To build ConsoleCraftEditor, you'll need to install ninja and ncurses. Follow the instructions below to install these dependencies on a Linux system.

Installing Ninja

Ninja is a small build system with a focus on speed. To install ninja, open your terminal and run:

sudo apt-get update
sudo apt-get install ninja-build

Installing ncurses

sudo apt-get update
sudo apt-get install libncurses5-dev libncursesw5-dev

Build:

mkdir build
cd build
cp ../imgui.ini .
cmake -G Ninja ..
ninja
./ConsoleCraftEditor

Running a project:

To run project from editor you need to open editor with terminal. Your game will run on this terminal when you click run.

Video:

Watch the video