X Tutup
Skip to content

fran6k/UnityGraphicsProgrammingBook1

 
 

Repository files navigation

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
  • saved google-translated (using chrome extension) files
  • "baked" translation (as saved files will still get translated on the fly, as you are scrolling down the page it seems):
    • example: node ../../bake-translation.js "http://localhost:5000/Preface.html" "Preface.html"
  • removed a bunch of google translate artifacts.
  • convert to epub: make-epubs.sh
  • convert to pdf, using calibre

↓ original readme:

Unity Graphics Programming vol.1

Cover

Chapters

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

https://github.com/IndieVisualLab/UnityGraphicsProgramming

利用ツール

  • Re:View
  • md2review

ライセンス

CC BY 4.0 Creative Commons Licence

About

書籍「Unity Graphics Programming vol.1」の書籍データ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 90.8%
  • C++ 6.3%
  • TeX 1.1%
  • SCSS 1.0%
  • Reason 0.5%
  • JavaScript 0.2%
  • Other 0.1%
X Tutup