patriciogonzalezvivo / thebookofshaders

Step-by-step guide through the abstract and complex universe of Fragment Shaders.

Home Page:http://TheBookOfShaders.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release book.pdf ?

martialgallorini opened this issue · comments

Hi,

thanks for this great book i am reading online !
but i would like to read it offline as a PDF, but failed to compile it...

Since compiling the book is really tied to a specific setup and i read a lot about people failing to compile, wouldn't it be interesting to periodically release a downloadable PDF (or auto generated PDF from github) ?

thanks

I created a GH action in my fork but it is not yet able to make a PDF:

https://github.com/joebowbeer/thebookofshaders/actions

The .travis.yml file may offer clues. (Why isn't this repo activated for Travis?)

I created a pull request with GitHub action to build books and push them to release. It works including generating images from scripts. #378