[go: up one dir, main page]

15 projects for "ascii art" with 2 filters applied:

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • SOCRadar Extended Threat Intelligence Platform Icon
    SOCRadar Extended Threat Intelligence Platform

    Get real-time visibility into vulnerabilities, leaked data, and threat actor activity targeting your organization.

    SOCRadar Extended Threat Intelligence, a natively single platform from its inception that proactively identifies and analyzes cyber threats with contextual and actionable intelligence.
    Start Free Trial
  • 1
    ART ASCII Library

    ART ASCII Library

    ASCII art library for Python

    ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or letters to make a visual shape that is spread over multiple lines of text. ART is a Python lib for text converting to ASCII art fancy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    beautiful-mermaid

    beautiful-mermaid

    Render Mermaid diagrams as beautiful SVGs or ASCII art

    beautiful-mermaid is a styling and rendering toolkit built to produce visually enhanced diagrams from Mermaid syntax, aiming to bridge the gap between simple technical diagrams and rich, presentation-ready visualizations, all while preserving the lightweight text-to-diagram workflow that Mermaid offers. Instead of plain, utilitarian shapes and lines, Beautiful Mermaid applies themes, typography enhancements, color palettes, and layout optimizations so diagrams look polished and professional...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Runeset

    Runeset

    Fast UTF-8 codepoint sets for Zig

    ...The design is based on an implicit data structure2, which uses @popCount and bit masking to check membership quickly, with minimal branching, and without having to decode the UTF-8 into another format (for instance, a codepoint). This design is original, in the sense that I invented it. There may be prior art, it's remarkably difficult to search for "UTF-8 character sets" and find papers on set data structures, so I can't say with high confidence that it's truly novel; in a sense, it's an obvious extension of the widespread practice of using a pair of u64 bitmasks to detect a set of ASCII values. What I can say is: it's effective. The RuneSet struct is just a slice of u64, offering a few variations on set membership tests, depending on how confident you are that the string it's testing is valid UTF-8, and what you would like the test to do in the event that it isn't.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ASCII Art

    ASCII Art

    Real-Time ASCII Art Rendering Library

    A header-only, C/C++ library that lets you transform an input image or video frame into printable ASCII characters in real-time using a single decision tree. ASCII Art is a single header, C/C++ library developed by PixLab and based on the work of Nenad Markus that let you transform an input image or video frame into printable ASCII characters at real-time using a single decision tree. Real-time performance is achieved by using pixel intensity comparison inside the internal nodes of the tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our xDM platform turns business users into data champions. Icon
    Our xDM platform turns business users into data champions.

    Discover the Intelligent Data Hub unique platform for Master Data Management

    It empowers organizations of any size to build trusted data applications quickly, with fast time to value using a single software platform for governance, master data, reference data, data quality, enrichment, and workflows.
    Learn More
  • 5
    cool-ascii-faces

    cool-ascii-faces

    Get some cool ascii faces

    cool-ascii-faces is a playful and popular JavaScript repository that collects a large library of quirky, fun ASCII faces that developers can use in command line apps, scripts, chats, or log output. It serves as a simple utility to inject character and humor into otherwise dry terminal output, making it popular among programmers who enjoy expressive, meme-style text art.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ascii Art for Java

    Ascii Art for Java

    Visual components ready for ASCII rendering

    Instantly create ASCII reports, multi-column tables, graphs, ... These can be rendered on screen, files and most importantly log streams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    im2ascii

    Image to ASCII converter that takes character shape into account

    im2ascii is a small python script that converts images to ascii-art. Unlike common ascii-art generators, it does not only use each character's mean brightness, but matches the full character shape. Pro: Better ascii-art quality (see screenshots for examples) Con: Matching is very resource intensive Dependencies: Python 2.7, PIL, numpy, scipy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Addons to the ditaa (DIagrams Through Ascii Art) sourceforge project. Currently a Javadoc taglet and an EPS addon exist.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A small utility that converts ascii-art diagrams to nice-looking bitmap diagrams automatically.
    Downloads: 14 This Week
    Last Update:
    See Project
  • The Apple Device Management and Security Platform Icon
    The Apple Device Management and Security Platform

    For IT teams at organizations that run on Apple

    Achieve harmony across your Apple device fleet with Kandji's unmatched management and security capabilities.
    Learn More
  • 10
    Java Ascii Art Generator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pyfiglet is a full port of the FIGlet specification (http://www.figlet.org/) into pure python. It takes ASCII text and renders it in ASCII art fonts. It can be used on the commandline or as an Object Oriented driver library in your own programs.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Ansinerator is a PHP library that converts color-coded ASCII text (such as ANSI art) into a PNG. ansinerator can also be used to generate functional websites in ANSI graphics, using formatting models similar to HTML/CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    a3b - ascii / ansi art browser for linux / mac / win32, written in qt4, features - printing - export to png - zoom - eleet autoscroll - configurable fore/background color - 80x50, 80x25, amiga fonts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ASCII art generator GIMP file_save plugin (in ANSI C). The generated plain ASCII text file - when viewed with the font which was selected for the generation - will appear the same size as the input grayscale image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    HexMUD

    A generic C++ MUD server featuring a strategy-style hexagon map

    ...While not specifically a MUD project, this project's basic concept has merged into another that can be found here: https://github.com/nicrohobak/Toolbox Along with an additional, related project of extreme interest: https://github.com/nicrohobak/AnsiGL ------------------------------------------------------------ HexMUD aims to be a fully-featured, game-system agnostic MUD server with a centrally focused feature of an added top-down hexagon-based map (dynamically generated and drawn in ANSI/ASCII art) giving a basic visual representation of your immediate surroundings in addition to traditional descriptions. Many (most?) MUD servers hard-code a specific game system, or a specific game setting within their code, but HexMUD strives to be as generic as possible in this area, allowing each separate administrator to easily build a custom code base while also gaining access to all of the core features HexMUD provides.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next