UnityGraphicsProgrammingBook1

google-translated version of Unity Graphics Programming vol. 1-4 (by IndieVisualLab)

build

coudn’t get npm run pdf to work, so I’m rolling my own conversion, using pandoc and calibre.

# install dependencies
chmod +x setup.sh ; ./setup.sh

# convert to html
REVIEW_PREFIX='/usr/local/lib/ruby/gems/2.7.0/bin/' npx grunt html \

# creates articles/index.html
node process.js

# collect generated html files and images
mkdir html ; \
    mv articles/*.html html/ ; \
    cp -R articles/images html/images

↓ original readme:

Unity Graphics Programming vol.1

Cover

Chapters

サンプルコードリポジトリ

https://github.com/IndieVisualLab/UnityGraphicsProgramming

利用ツール

ライセンス

CC BY 4.0 Creative Commons Licence