8000 GitHub - alexey-anufriev/gebbdoom: Game Engine Black Book: Doom
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexey-anufriev/gebbdoom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 63.1%
  • C 15.6%
  • C++ 8.1%
  • Perl 7.3%
  • HTML 3.5%
  • JavaScript 1.5%
  • Other 0.9%
0