drug007 / nanogui

D port of wjakob/nanogui
Other
29 stars 7 forks source link

Outdated dependencies #22

Closed aberba closed 4 years ago

aberba commented 4 years ago

It depends and an old version of arsd. Can you please update to a never version?

drug007 commented 4 years ago

currently only arsd v8.0.0 is supported (#24) Is it good enough?

aberba commented 4 years ago

@drug007 yes it good enough, thanks.

I can't get my TextBox to register keyboard inputs as I type. Code is in Gist here (https://gist.github.com/aberba/8b44fa0d57df0551fda24401dca5c205)

When I type the input's text doesn't change. Not sure if its a bug or something I should report.

aberba commented 4 years ago

Yeah it was the Arsd backend I switched to SDL after reading #21 and that fixed the issue. You talked about removing Arsd backend from master. I think that's the right thing to do. SDL works just fine.

drug007 commented 4 years ago

Yes, lacking of time is the reason I can not support Arsd backend anymore. Than I won't merge #24 - it would be better to drop arsd instead of version update.

aberba commented 4 years ago

Yes, I agree its better to drop arsd

aberba commented 4 years ago

The window has padding in it. Is there a way to remove that padding?

drug007 commented 4 years ago

The window has padding in it. Is there a way to remove that padding?

new issue please. Do you mean nanogui.Window not SDL2 one?