rigidus / gebbdoom

Game Engine Black Book: Doom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Engine Black Book: Doom

This is the source code for the Game Engine Black Book: Doom. I am releasing the source code (.tex) under GPL license. I retain ownership of all drawings and only provide them so the overall thing is compilable.

To compile:

  • Install mactex library (for pdflatex)
  • Install Inkscape
  • run ./make.sh

Note this has only been tested on MacOS X. You will need to adjust the build script a little bit and probably fix case-sensitive path on Linux but I believe it should work with minimal work.

Debian GNU/Linux dependencies:

  • sudo apt install inkscape texlive texlive-font-utils texlive-latex-extra

To speed up compilation:

  • Use 100 DPI commands in src/mystyle.sty
  • Comment out the part you are not working on in src/book.tex

The PDF version looks nicer when cover.tex is included in src/book.tex.

  • Fabien Sanglard

About

Game Engine Black Book: Doom


Languages

Language:TeX 63.0%Language:C 15.6%Language:C++ 8.1%Language:Perl 7.3%Language:HTML 3.5%Language:JavaScript 1.5%Language:Python 0.4%Language:Assembly 0.2%Language:Shell 0.2%Language:CMake 0.1%Language:Objective-C 0.0%