mikeseven / node-glfw

nodejs bindings to GLFW
103 stars 46 forks source link

Corrected include to default GLFW installation DIR #3

Closed escalant3 closed 10 years ago

escalant3 commented 10 years ago

I just realized this library is not compatible with glfw3 and requires glfw2. I close this. Sorry for the noise.

mikeseven commented 10 years ago

Thanks! I have been wondering if I should move to glfw3. Is it better?

-- Mike

On Sun, Dec 15, 2013 at 9:57 PM, Diego Muñoz Escalante < notifications@github.com> wrote:


You can merge this Pull Request by running

git pull https://github.com/escalant3/node-glfw fix-glfw-include

Or view, comment on, or merge it at:

https://github.com/mikeseven/node-glfw/pull/3 Commit Summary

  • Corrected include to default GLFW installation DIR

File Changes

  • M src/common.hhttps://github.com/mikeseven/node-glfw/pull/3/files#diff-0(2)

Patch Links:

escalant3 commented 10 years ago

I don't really know. I am new to this library so I've never used glfw2.

I've been playing with this package[1] for Rust and had glfw3 installed in my system so I decided to try with Node.

[1] https://github.com/bjz/glfw-rs