ivlab / MinGfx

Minimalist cross-platform package for 2D/3D graphics. Primarily for use with student projects in courses.
Apache License 2.0
12 stars 7 forks source link

Removed python bindings for nano GUI for simplicity. #1

Closed dtorban closed 6 years ago

dtorban commented 6 years ago

This pull request has two suggestions:

  1. Add build and external to .gitignore.
  2. I removed the NanoGUI python bindings requirement as it would require installing another library on their machine (python-dev). I imagine we won't be using the python bindings for our purposes of the class, but I could be wrong. It seems easier to remove the dependency, and perhaps if someone wanted to enable it they could.

Thanks, Dan