back to home

jagregory / abrash-black-book

Markdown source for Michael Abrash's Graphics Programming Black Book

4,799 stars
365 forks
4 issues
CSSHTMLMakefile

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing jagregory/abrash-black-book in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/jagregory/abrash-black-book)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Michael Abrash's Graphics Programming Black Book This is the source for an ebook version of Michael Abrash's Black Book of Graphics Programming (Special Edition), originally published in 1997 and released online for free in 2001 (original link now broken, Internet Archive link). Reproduced with blessing of Michael Abrash, converted and maintained by James Gregory. The GitHub releases list has an EPUB and Mobi version available for download, and you can find a mirror of the HTML version at www.jagregory.com/abrash-black-book. How does this differ from the previously released versions? The book is now out of print, and hard to come by. Last time I checked, it was going for over $200 on eBay. The version which Michael and Dr. Dobbs released in 2001 was a collection of PDF files. That version is still available (original link now broken, Internet Archive link). However, the structure (multiple files) and the format (PDF) result in a poor user experience on an ebook reader or other mobile device. This version has been thoroughly cleaned of artifacts and condensed into something which can easily be converted into an ebook-friendly format. You can read this version online at GitHub, or download any of the EPUB or Mobi releases. You can clone the repository and generate your own version with pandoc if necessary. Contributing Changes are welcome, especially conversion-related ones. If you spot any problems while reading, please submit an issue and I'll correct it. Pull requests are always welcome. Some larger changes could be made to improve the content. I'd love to see some of the images converted to a vector representation so we can provide higher-resolution versions. Formulas and equations could be typeset with MathJax. Generating your own ebook You need to have the following software installed and on your before you begin: • pandoc version 2.0 or greater for Markdown to HTML and EPUB conversion. • kindlegen for Epub to Mobi conversion. To generate an e-reader friendly version of the book, you can use with one of the following options: • - build an HTML5 single-page version of the book • - build an EPUB3 ebook • - build a Kindle-friendly Mobi • - do all of the above Once complete, there will be an directory with a , a and an directory with a file. > Note: Generating a Mobi requires an EPUB to already exist. Also, Mobi generation can be *slow* because of compression. If you want a quick Mobi conversion you can just run .