├── Doom_Part_1.c ├── Doom_Part_1.exe ├── Grid2D.c ├── Grid2D.exe ├── LICENSE ├── READ_ME.txt ├── level.h ├── screen_captures ├── screen_1.png ├── screen_2.PNG └── screen_3.jpg └── textures ├── T_00.h ├── T_01.h ├── T_02.h ├── T_03.h ├── T_04.h ├── T_05.h ├── T_06.h ├── T_07.h ├── T_08.h ├── T_09.h ├── T_10.h ├── T_11.h ├── T_12.h ├── T_13.h ├── T_14.h ├── T_15.h ├── T_16.h ├── T_17.h ├── T_18.h ├── T_19.h ├── T_NUMBERS.h └── T_VIEW2D.h /Doom_Part_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/Doom_Part_1.c -------------------------------------------------------------------------------- /Doom_Part_1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/Doom_Part_1.exe -------------------------------------------------------------------------------- /Grid2D.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/Grid2D.c -------------------------------------------------------------------------------- /Grid2D.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/Grid2D.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/LICENSE -------------------------------------------------------------------------------- /READ_ME.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/READ_ME.txt -------------------------------------------------------------------------------- /level.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/level.h -------------------------------------------------------------------------------- /screen_captures/screen_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/screen_captures/screen_1.png -------------------------------------------------------------------------------- /screen_captures/screen_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/screen_captures/screen_2.PNG -------------------------------------------------------------------------------- /screen_captures/screen_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/screen_captures/screen_3.jpg -------------------------------------------------------------------------------- /textures/T_00.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_00.h -------------------------------------------------------------------------------- /textures/T_01.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_01.h -------------------------------------------------------------------------------- /textures/T_02.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_02.h -------------------------------------------------------------------------------- /textures/T_03.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_03.h -------------------------------------------------------------------------------- /textures/T_04.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_04.h -------------------------------------------------------------------------------- /textures/T_05.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_05.h -------------------------------------------------------------------------------- /textures/T_06.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_06.h -------------------------------------------------------------------------------- /textures/T_07.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_07.h -------------------------------------------------------------------------------- /textures/T_08.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_08.h -------------------------------------------------------------------------------- /textures/T_09.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_09.h -------------------------------------------------------------------------------- /textures/T_10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_10.h -------------------------------------------------------------------------------- /textures/T_11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_11.h -------------------------------------------------------------------------------- /textures/T_12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_12.h -------------------------------------------------------------------------------- /textures/T_13.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_13.h -------------------------------------------------------------------------------- /textures/T_14.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_14.h -------------------------------------------------------------------------------- /textures/T_15.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_15.h -------------------------------------------------------------------------------- /textures/T_16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_16.h -------------------------------------------------------------------------------- /textures/T_17.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_17.h -------------------------------------------------------------------------------- /textures/T_18.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_18.h -------------------------------------------------------------------------------- /textures/T_19.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_19.h -------------------------------------------------------------------------------- /textures/T_NUMBERS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_NUMBERS.h -------------------------------------------------------------------------------- /textures/T_VIEW2D.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Doom_tutorial_part_2/HEAD/textures/T_VIEW2D.h --------------------------------------------------------------------------------