Abrash Black Book

Markdown source for Michael Abrash's Graphics Programming Black Book
Alternatives To Abrash Black Book
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Abrash Black Book4,184
3 months ago3CSS
Markdown source for Michael Abrash's Graphics Programming Black Book
Game Programmer Study Notes3,357
2 years ago1
:anchor: 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
Awesomejavafx2,911
12 days ago10other
A curated list of awesome JavaFX libraries, books, frameworks, etc...
Ggplot2 Book1,410
a month ago20Perl
ggplot2: elegant graphics for data analysis
Rs_pbrt785
13 days ago8April 20, 20223otherRust
Rust crate to implement a counterpart to the PBRT book's (3rd edition) C++ code. See also https://www.rs-pbrt.org/about ...
Pbrtbook753
a month ago2otherTeX
pbrt 中文整合翻译 基于物理的渲染:从理论到实现 Physically Based Rendering: From Theory To Implementation
Programmingdesignsystems.com324
2 years ago13otherHTML
The book!
Real Time 3d Graphics With Webgl 2196
7 months ago1mitHTML
Real-Time 3D Graphics with WebGL 2, published by Packt
Vulkanbook180
3 days ago2mitJava
Online book which introduces the main concepts required to write graphics games or any other applications using Vulkan in Java by using the LWJGL library.
Mcb133
7 days ago38otherTeX
Mathematical Components (the Book)
Alternatives To Abrash Black Book
Select To Compare


Alternative Project Comparisons
Readme

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 PATH 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 make with one of the following options:

  • html - build an HTML5 single-page version of the book
  • epub - build an EPUB3 ebook
  • mobi - build a Kindle-friendly Mobi
  • all - do all of the above

Once complete, there will be an out directory with a black-book.epub, a black-book.mobi and an html directory with a black-book.html 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 kindlegen out/black-book.epub.

Popular Book Projects
Popular Graphics Projects
Popular Learning Resources Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Css
Book
Graphics
Ebook
Pandoc
Mobi