Code Monkey home page Code Monkey logo

cliani's Introduction

Clani

Clani is a commandline program for any Linux distro written in C/C++, which can display different (noise) algorithms and effects with ascii characters using ncurses. This allows for some cool scrolling patterns and other animation effects. The purpose of this project is not well defined and just something I work on by the side for fun.

Make Your Choice!

You can choose from different flavours and apply a variety of effects on them.

The Clani Menu gives you the choice to pick!

Scrolling Cellular Voronoi Pattern

An endless scrolling cellular Voronoi pattern for example!

Scrolling Cellular Voronoi Pattern

ZigZag Simple Voronoi Pattern

Or how about this simple, but eyecatching zigzag effect you can apply onto every pattern.

ZigZag Simple Voronoi Pattern

Setup

Here I'm providing a little explanation on how to get clani running on your system:

Dependencies

The project uses CMake v3.7.2 and C++14. Requires ncurses library!

CMake-3.7.2

Arch Linux distros:
$ sudo pacman -S cmake 
Debian distros:
$ sudo apt-get install cmake

ncurses

Arch Linux distros:
$ sudo pacman -S ncurses
Debian distros:
$ sudo apt-get install libncurses5-dev libncursesw5-dev

Building

Clone the repository or download the zip file into a directory of your choice

$ git clone https://github.com/hu-ry/CLiAni.git

Generate build files in the ${build-root} directory you cloned the repository to

$ cd ${build-root}
$ cmake -E make_directory build
$ cmake -E chdir build cmake ..
$ cmake -DCMAKE_BUILD_TYPE=Release -G "CodeBlocks - Unix Makefiles" ${build-root}

Building the binary in ${build-root}/build directory

$ cmake --build ${build-root}/build --target clani -- -j 4

And you are DONE! The executable should be in ${build-root}/build as "clani".

RUN

$ ./clani

cliani's People

Contributors

hu-ry avatar nl6720 avatar sergeant-salz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sergeant-salz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.