[go: up one dir, main page]

Showing 20 open source projects for "ascii art"

View related business solutions
  • 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
  • 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
  • 1
    ascii from image

    ascii from image

    Literally just an image -> ascii image generator

    Converts images/video to ascii art.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ASCII DASH

    ASCII DASH

    Remake of BOULDER DASH with NCurses

    This software is a remake of the famous BOULDER DASH game for the Atari 800 from 1984. It utilizes the NCurses library to play the game on a text terminal, hence the name ASCII DASH.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Radare2

    Radare2

    UNIX-like reverse engineering framework and command-line toolset

    .... Assemble and disassemble a large list of CPUs. Runs on Windows and any other UNIX flavor out there. Analyze and emulate code with ESIL. Native debugger and GDB, WINDBG, QNX, and FRIDA. Navigate ASCII-art control flow graphs. Ability to patch binaries, and modify code or data. Search for patterns, magic headers, and function signatures. Easy to extend and modify. Commandline, C API, script with r2pipe in any language.
    Downloads: 35 This Week
    Last Update:
    See Project
  • 4
    AA means Ascii Art - the AAlib (ascii art GFX library), BB (audiovisual demonstration for your terminal), aview (image browser/animation player), AAvga (SVGAlib wrapper for AA-lib), ttyquake (text mode quake), aa3d (random dot stereogram generator)...
    Leader badge">
    Downloads: 151 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    VLC

    VLC

    VLC media player

    VLC media player is a free, open-source, cross-platform multimedia player and streaming server developed by the VideoLAN project. It is designed to “play everything, run everywhere,” supporting almost all audio and video formats without requiring additional codecs, and providing streaming and transcoding capabilities. VLC can play most multimedia files, discs, streams, devices and is also able to convert, encode, stream and manipulate streams into numerous formats. VLC is used by many over...
    Downloads: 40 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    asciiTeX
    asciiTeX is an ASCII equation renderer, i.e., it can generate ASCII-art representations of mathematical formula's. You can use asciiTeX to quickly insert equations in e.g. e-mails, in comments in your source-code, etc. The syntax is similar to LaTeX
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    XCTruck3D _Truck

    XCTruck3D _Truck

    realistic truck simulator with 3D graphics done from zero

    ...' (minuscle ELL) so to drive a normal car. There's an OpenGL version too: see the CTruck3D _Open,and an ASCII-Art ver (Term_ CTruck3D). This is also a good dydactical software: code is easy to undersand,and drawing procedures and physics sim procedure are written from 0 so it's clearly understandable how a complete 3D game is done in C, starting from a blank page of any plain text editor.Only basic knowledge of C was used. VID: http://youtu.be/n_O-9EFW5zk Lagrande_Rally_3D is an evolution of this
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    lagrange_simulation_mechanics

    lagrange_simulation_mechanics

    simulations with Lagrangian method,both symbolic and by numeric deriv

    alleged to the video 'tutorial' "the Mechanics and its Simulation". Simulation with Lagrangian method, both symbolic, and by numerical derivation. All well-grouped in folders. there is also a 'review' in 3 demos of the Newtonian dynamics: mass-spring systems. most of progs are written in C, with use of SDL lib to display simple graphics and have real-time interactivity. As to programming complexity, it's very simple... this all aims at classical physics simulation in a simple but efficient...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Download the most trusted enterprise browser Icon
    Download the most trusted enterprise browser

    Chrome Enterprise brings enterprise controls and easy integrations to the browser users already know and love.

    Chrome Enterprise is ideal for businesses of all sizes, IT professionals, and organizations looking for a secure, scalable, and easily managed browser solution that supports remote work, data protection, and streamlined enterprise operations.
    Learn More
  • 10
    term_ CTruck3D

    term_ CTruck3D

    ASCII-Art variant of the CTruck3D _Open truck/car simulator

    the ASCII-art variant of the CTruck3D car simulator series by Simon Hasur : a physically very realistic offroad driving simulator (rally ) in which one can drive in total freedom on a piece of terrain, make jumps, turn upside down and whatever ; see CTruck3D _Open and XCTruck3D _Truck for more detailes. this is a variant which displays graphics using only ASCII characters. This is quite instructive as software, expecially if taken in conjuction with the pure X Window System version: in both...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    aa2map

    aa2map is a procedural map generator

    aa2map (ASCII art 2 map) is a procedural map generator that parses ASCII Art and heightmaps into a Quake III: Arena (id Tech 3) map file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CTruck2D
    CTruck 2D is a 2D, oldstyle, physically realistic 2D truck game. Predecessor of the CTruck3D vehicle simulator series. I wrote it from zero in C (+OpenGL&GLUT). It has ascii-art and nice graphics version, and a special funny version It's a very basic thing: there are free rigid bodies and springs with strong attenuation/damping. It's very simple and very short code, and collisions of bodies with ground are good and stable. A good simulation of this kind, however requires Lagrangian...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Aewan is a multi-layered ascii-art/animation editor that produces both stand-alone cat-able art files and an easy-to-parse format for integration in your terminal applications.
    Leader badge">
    Downloads: 13 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
    Small and efficient viewer for NFO, DIZ, and other ASCII art files. Associates file extensions so that you only need to double click on the file. Only for Windows at the moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AA3D - Ascii-Art 3D engine all-software cross-platform 3D library in C that uses a terminal as its display system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GAAT means GNOME ASCII Art Tool. It is an ASCII text or HTML file format generator. It works with GNOME2, GTK2, PANGO and GdkPixbuf. You can choose the type of the output file, resize or select the characters to use in the transformation from image to t
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Guitarbar - The Barre Chord Tutor Guitar chord tutor for MSDOS 16 bit text mode Includes - ASCII art interface - PC speaker audio output
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The intention of this program is to provide an extremely simple count down clock to a specific date and time using large numbers in "ASCII-art".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Yina

    a prompt based program to play videos in ascii (file, from youtube)

    Yina displays videos after a conversion to ascii art, it can streams from youtube or local file. yina 0.1 version actually on dev, it's an alpha prototype.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next