Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Nodable is node-able !

Introduction:

This software is a node-able bidirectionnal expression editor.

More precisely, it means Text-to-Node and Node-to-Text seamless edition.

To download a binary: go to this article. By the way, if you're interested by the architecture, the language or the history of Nodable you'll find some documentation too.

You still don't understand what I'm doing? I hope this GIF will make this more understandable:

Demo GIF

How to compile ? :

Requirements:

  • A C++17 compatible build system (tested with make/g++-10 and MSVC14.27.29110)
  • Libraries libsdl2-dev and libegl1-mesa-dev (for linux only, win32 binaries are included)
  • CMake 3.14+

Clone the Nodable repository (with submodules):

git clone https://github.com/berdal84/Nodable.git --recurse-submodules

Configure and run the build:

cd ./Nodable
cmake . -B build
cmake --build build --config Release [--target install]

Optionnal --target install is to create a clean ./install/Release directory with only necessary files to run the software.

Nodable will be built into ./build/

To run it:

cd build
./Nodable

Dependencies / Credits :

Licence:

Nodable is licensed under the GPL License, see LICENSE for more information.

Each submodule are licensed, browse /extern folder.

You can’t perform that action at this time.