Skip to content

setters/gebbwolf3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Engine Black Book: Wolfenstein 3D

This is the source code for the Game Engine Black Book: Wolfenstein3D. 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 on Mac OS X:

To compile on Debian GNU/Linux and derivatives (Ubuntu):

  • Install Inkscape and TeX Live library (for epstopdf and pdflatex):
    • sudo apt install inkscape texlive texlive-font-utils texlive-latex-extra
  • Run:
    • ./make.sh

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

Book about wolfenstein 3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 86.9%
  • C++ 6.1%
  • C 5.5%
  • Assembly 0.8%
  • Shell 0.6%
  • CMake 0.1%