Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Abrash Black Book | 4,184 | 3 months ago | 3 | CSS | ||||||
Markdown source for Michael Abrash's Graphics Programming Black Book | ||||||||||
Game Programmer Study Notes | 3,357 | 2 years ago | 1 | |||||||
:anchor: 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding. | ||||||||||
Awesomejavafx | 2,911 | 12 days ago | 10 | other | ||||||
A curated list of awesome JavaFX libraries, books, frameworks, etc... | ||||||||||
Ggplot2 Book | 1,410 | a month ago | 20 | Perl | ||||||
ggplot2: elegant graphics for data analysis | ||||||||||
Rs_pbrt | 785 | 13 days ago | 8 | April 20, 2022 | 3 | other | Rust | |||
Rust crate to implement a counterpart to the PBRT book's (3rd edition) C++ code. See also https://www.rs-pbrt.org/about ... | ||||||||||
Pbrtbook | 753 | a month ago | 2 | other | TeX | |||||
pbrt 中文整合翻译 基于物理的渲染:从理论到实现 Physically Based Rendering: From Theory To Implementation | ||||||||||
Programmingdesignsystems.com | 324 | 2 years ago | 13 | other | HTML | |||||
The book! | ||||||||||
Real Time 3d Graphics With Webgl 2 | 196 | 7 months ago | 1 | mit | HTML | |||||
Real-Time 3D Graphics with WebGL 2, published by Packt | ||||||||||
Vulkanbook | 180 | 3 days ago | 2 | mit | Java | |||||
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. | ||||||||||
Mcb | 133 | 7 days ago | 38 | other | TeX | |||||
Mathematical Components (the 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.
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.
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.
You need to have the following software installed and on your PATH
before you begin:
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 bookepub
- build an EPUB3 ebookmobi
- build a Kindle-friendly Mobiall
- do all of the aboveOnce 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
.