abrash-black-book

所属分类:代码编辑器
开发工具:CSS
文件大小:4924KB
下载次数:0
上传日期:2022-02-27 06:43:47
上 传 者sh-1993
说明:  Michael Abrash的图形编程黑书的降价源代码
(Markdown source for Michael Abrash s Graphics Programming Black Book)

文件列表:
Makefile (569, 2022-02-27)
epub (0, 2022-02-27)
epub\epub.css (877, 2022-02-27)
epub\template.html (694, 2022-02-27)
filelist.txt (1376, 2022-02-27)
html (0, 2022-02-27)
html\book.css (1136, 2022-02-27)
html\template.html (1309, 2022-02-27)
images (0, 2022-02-27)
images\02-01.jpg (17315, 2022-02-27)
images\02-02.jpg (15873, 2022-02-27)
images\03-01.jpg (20029, 2022-02-27)
images\03-02.jpg (20424, 2022-02-27)
images\03-03.jpg (25272, 2022-02-27)
images\04-01.jpg (50669, 2022-02-27)
images\04-02.jpg (27688, 2022-02-27)
images\04-03.jpg (34028, 2022-02-27)
images\04-04.jpg (40805, 2022-02-27)
images\04-05.jpg (14997, 2022-02-27)
images\04-06.jpg (28992, 2022-02-27)
images\04-07.jpg (18061, 2022-02-27)
images\04-08.jpg (38169, 2022-02-27)
images\05-01.jpg (20837, 2022-02-27)
images\05-02.jpg (22659, 2022-02-27)
images\06-01.jpg (23107, 2022-02-27)
images\06-02.jpg (17486, 2022-02-27)
images\08-01.jpg (22376, 2022-02-27)
images\08-02.jpg (34257, 2022-02-27)
images\08-03.jpg (28772, 2022-02-27)
images\09-01.jpg (34216, 2022-02-27)
images\09-02.jpg (34338, 2022-02-27)
images\09-03.jpg (20633, 2022-02-27)
images\09-04.jpg (21929, 2022-02-27)
... ...

# 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](http://www.drdobbs.com/parallel/graphics-programming-black-book/184404919) (original link now broken, [Internet Archive link](https://web.archive.org/web/20190706123029/http://www.drdobbs.com/parallel/graphics-programming-black-book/184404919)). Reproduced with blessing of Michael Abrash, converted and maintained by [James Gregory](mailto:james@jagregory.com). The [GitHub releases list](https://github.com/jagregory/abrash-black-book/releases) 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](http://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](http://www.drdobbs.com/parallel/graphics-programming-black-book/184404919) (original link now broken, [Internet Archive link](https://web.archive.org/web/20190706123029/http://www.drdobbs.com/parallel/graphics-programming-black-book/184404919)). 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](http://johnmacfarlane.net/pandoc/) if necessary. ## Contributing Changes are welcome, especially conversion-related ones. If you spot any problems while reading, please [submit an issue](https://github.com/jagregory/abrash-black-book/issues) 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](http://www.mathjax.org/). ## Generating your own ebook You need to have the following software installed and on your `PATH` before you begin: * [pandoc](http://johnmacfarlane.net/pandoc/) version 2.0 or greater for Markdown to HTML and EPUB conversion. * [kindlegen](http://www.amazon.com/gp/feature.html?docId=1000765211) 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`.

近期下载者

相关文件


收藏者