nnarain / gameboycore-python

Python Bindings for GameboyCore
MIT License
5 stars 2 forks source link

Consider moving away from Boost #26

Closed nnarain closed 6 years ago

nnarain commented 6 years ago

It seems like Boost is the source of a few issues with regards to the usability of this project.

As mentioned in this pull request: https://github.com/nnarain/gameboycore/pull/132

I could use pybind11 or something else that is more minimal then Boost.Python to build the module.

nnarain commented 6 years ago

https://pybind11.readthedocs.io/en/master/compiling.html#building-with-cmake

nnarain commented 6 years ago

Fully ported to pybind11, seems everything is in order.

tests