Giter Club home page Giter Club logo

texto's Introduction

Texto

Your one-stop shop for all things related to ascii.

texto-logo

Texto is supposed to be an ASCII based renderer.

License Last commit Repository size build Code Scanning

Table of contents

Installation

Gitpod

By using Gitpod, you can skip all the steps which automatically installs all the necessary dependencies and builds the code.

Open in Gitpod

Locally

  1. Clone the Git repository and its submodules.
git clone --recursive https://github.com/realstealthninja/texto.git
  1. Install dependencies (Unix/Linux).
sudo apt-get update && sudo apt-get install ninja-build libopencv-dev

Note:

Ninja Build and OpenCV are also available for MacOs and Windows. Check out their binary releases. https://github.com/opencv/opencv/releases https://github.com/ninja-build/ninja/releases

  1. Build with CMake.
cmake -DCMAKE_BUILD_TYPE=Release -G Ninja -S ./ -B ./cmake-build-release
cmake --build ./cmake-build-release --target texto -j 1

Currently, Texto does not offer a prebuilt package. but it doesn't take a lot to compile.
You can also run build.sh, which runs the exact same commands above.

Usage

./texto <PATH-TO-FILE> <COLOURSPACE>

Want to contribute?

Great!

First off all thank you for even considering contributing. You can start by reading the Code of Conduct and contributing guidelines (TODO).

Please do raise an issue before opening a pull request discussing on how you are implementing the feature.

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.