GitXplorerGitXplorer
o

doom-py

public
74 stars
45 forks
9 issues

Commits

List of commits on branch master.
Unverified
34dafa380571dd246962c7fa12e8de2e6605a273

Fix platform for windows

ggdb committed 9 years ago
Unverified
e444ae9d02b50ea356ca5a2d221e79a5c5afb9e1

Bump version

jjietang committed 9 years ago
Unverified
76bfcd40c5c864ffe01345b5431869e79089253e

Allow building on OSX on py2 and py3 on the same machine

jjietang committed 9 years ago
Unverified
218b4e274c04ca968e681583b71ea72d4d3522b1

Revert "Handle Python 3 builds properly"

jjietang committed 9 years ago
Unverified
323edf1193ceaed6569b56dcbe107e34d8abf6ea

Add comment about boost-python for python3

jjietang committed 9 years ago
Unverified
320bf0c4b865663e91df55944ae98fed2235808d

Handle Python 3 builds properly

ggdb committed 9 years ago

README

The README file for this repository.

Status: Archive (code is provided as-is, no updates expected)

doom_py

Build Status

DEPRECATED, please use the official ViZDoom python bindings instead.

Python wrappers for ViZDoom. Contains a modified version of the bleeding-edge ViZDoom source code.

###Requirements

  • CMake 3.0+
  • Make
  • GCC 4.6+
  • Boost Libraries
  • SDL 2.0.2
  • Python with Numpy

To install dependencies on OS X via Brew, type

brew install cmake boost boost-python sdl2 wget

To run with python3 you may need to run

brew install boost-python --with-python3

To install dependencies on Ubuntu, type

apt-get install -y python-numpy cmake zlib1g-dev libjpeg-dev libboost-all-dev gcc libsdl2-dev wget unzip

Installation

python setup.py build
pip install -e .