Repository History
Explore all analyzed open source repositories
objcurses: A Minimalistic 3D Object Viewer for Your Terminal
objcurses is a unique terminal-based 3D object viewer that renders .obj models in real-time using ncurses and ASCII characters. Built from scratch in modern C++20, it offers real-time camera and light control, basic color support, and animation capabilities. This project serves as an excellent example of low-level graphics programming without external engines.

MapSCII: Render World Maps in Braille and ASCII Directly in Your Console
MapSCII is a unique JavaScript project that brings the world map to your terminal, rendering maps using Braille and ASCII characters. It offers an interactive experience directly from your console, allowing users to explore the globe, zoom, and pan. This fascinating tool is perfect for command-line enthusiasts looking for a novel way to visualize geographical data.