command
module
Version:
v0.0.0-...-16e1e58
Opens a new window with list of versions in this module.
Published: Oct 2, 2024
License: BSD-2-Clause
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
GoDoom
GoDoom is a Doom rendered written from scratch in the Go programming language using OpenGL for rendering.

Installation
Prerequisites:
- Go
- GLFW3
- OpenGL 3.3 capable GPU
OS X:
brew install glfw
go get github.com/go-gl/glfw
brew install glew
go get github.com/go-gl/gl
Installation:
go get github.com/penberg/godoom
Usage
You need a Doom WAD file that contains all the game assets. If you don't have a
copy of the game, you can use data file from the shareware version.
To run GoDoom, type:
godoom -f <wad-file>
Licence
GoDoom is distributed under the 2-clause BSD license.
References
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.