Skip to content

Commit 9985f7d

Browse files
committed
Fix Chinese pdf links and update readme for Chinese version
1 parent de8fae2 commit 9985f7d

File tree

8 files changed

+505
-505
lines changed

8 files changed

+505
-505
lines changed

game-programmer-zh-cn.dot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ digraph {
2525

2626
toctop [fixedsize=true,width=8, height=3, shape=plaintext,label=<
2727
<TABLE BORDER="0">
28-
<TR><TD><FONT FACE="Futura" POINT-SIZE="40">游戏程序员的</FONT></TD></TR><TR><TD><FONT FACE="Futura" POINT-SIZE="40">学习之路</FONT></TD></TR> <TR><TD><FONT FACE="Futura" POINT-SIZE="20">Milo Yip<br/>2016/12/8</FONT></TD></TR>
28+
<TR><TD><FONT FACE="Futura" POINT-SIZE="40">游戏程序员的</FONT></TD></TR><TR><TD><FONT FACE="Futura" POINT-SIZE="40">学习之路</FONT></TD></TR> <TR><TD><FONT FACE="Futura" POINT-SIZE="20">Milo Yip<br/>2016/12/17</FONT></TD></TR>
2929
<TR><TD>https://github.com/miloyip/game-programmer</TD></TR>
3030
</TABLE>
3131
> URL="https://github.com/miloyip/game-programmer"]
@@ -651,7 +651,7 @@ digraph {
651651
gamephysicspearls [label=<<TABLE BORDER="0" CELLSPACING="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="images/gamephysicspearls.jpg"/></TD></TR><TR><TD>Game Physics Pearls<br/>(2010)</TD></TR></TABLE>> URL="https://www.amazon.com/dp/1568814747/"]
652652

653653
taofluidanimation [label=<<TABLE BORDER="0" CELLSPACING="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="images/taofluidanimation.jpg"/></TD></TR><TR><TD>The Art of<br/>Fluid Animation (2015)</TD></TR></TABLE>> URL="https://www.amazon.com/dp/1498700209/"]
654-
fluidsimulationforcg2 [label=<<TABLE BORDER="0" CELLSPACING="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="images/fluidsimulationforcg2.jpg"/></TD></TR><TR><TD>Fluid Animation<br/>for Computer Graphics<br/>2nd Ed (2015)</TD></TR></TABLE>> URL="https://www.amazon.com/dp/1482232839/"]
654+
fluidsimulationforcg2 [label=<<TABLE BORDER="0" CELLSPACING="0"><TR><TD WIDTH="100" HEIGHT="100" FIXEDSIZE="TRUE"><IMG SCALE="TRUE" SRC="images/fluidsimulationforcg2.jpg"/></TD></TR><TR><TD>Fluid Simulation<br/>for Computer Graphics<br/>2nd Ed (2015)</TD></TR></TABLE>> URL="https://www.amazon.com/dp/1482232839/"]
655655

656656
animbegin -> { characteranimation; rt3dcharacteranimation } -> computeranimation3 -> animadvanced
657657
animadvanced -> { gameik; physicsbasedanimation; rtcameras}

game-programmer-zh-cn.pdf

-40.2 MB
Binary file not shown.

game-programmer.dot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ digraph {
2727
<TABLE BORDER="0">
2828
<TR><TD><FONT FACE="Futura" POINT-SIZE="40">A STUDY PATH FOR</FONT></TD></TR>
2929
<TR><TD><FONT FACE="Futura-Bold" POINT-SIZE="40">GAME PROGRAMMER</FONT></TD></TR>
30-
<TR><TD><FONT FACE="Futura" POINT-SIZE="20">Milo Yip<br/>2016/12/8</FONT></TD></TR>
30+
<TR><TD><FONT FACE="Futura" POINT-SIZE="20">Milo Yip<br/>2016/12/17</FONT></TD></TR>
3131
<TR><TD>https://github.com/miloyip/game-programmer</TD></TR>
3232
</TABLE>
3333
> URL="https://github.com/miloyip/game-programmer"]

game-programmer.jpg

-22 KB
Loading

game-programmer.pdf

-34 Bytes
Binary file not shown.

game-programmer.png

-801 Bytes
Loading

game-programmer.svg

Lines changed: 500 additions & 501 deletions
Loading

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[svg](https://miloyip.github.io/game-programmer/game-programmer.svg) [pdf](https://miloyip.github.io/game-programmer/game-programmer.pdf)
1+
* English [svg](https://miloyip.github.io/game-programmer/game-programmer.svg) [pdf](https://miloyip.github.io/game-programmer/game-programmer.pdf) [jpg](https://miloyip.github.io/game-programmer/game-programmer.jpg) [png](https://miloyip.github.io/game-programmer/game-programmer.png)
2+
* 简体中文 [svg](https://miloyip.github.io/game-programmer/game-programmer-zh-cn.svg) [pdf](https://miloyip.github.io/game-programmer/game-programmer-zh-cn.pdf) [jpg](https://miloyip.github.io/game-programmer/game-programmer-zh-cn.jpg) [png](https://miloyip.github.io/game-programmer/game-programmer-zh-cn.png) by @tkchu
23

34
![ ](game-programmer.jpg)
45

0 commit comments

Comments
 (0)