Skip to content

Doom renderer using PyOpenGL. An exercise on the anatomy of .wad

License

Notifications You must be signed in to change notification settings

Pedro-Beirao/pyopenglDoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyOpenGL Doom

https://www.youtube.com/watch?v=eVUoO2087no


Description:

Doom renderer using PyOpenGL

3D Renderer:

python main.py path/to/doom.wad

2D Renderer:

python main2d.py path/to/doom.wad

Libraries

  • Pygame
  • PyOpenGL
  • Numpy

Goals

  1. Read data from a WAD file
  2. Draw the map in both 2d and 3d

About

Doom renderer using PyOpenGL. An exercise on the anatomy of .wad

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages