Aditya Siram

Results 138 comments of Aditya Siram

Ah yes, that makes sense. And actually this OO overloading (specifically being able to have two methods with the same name and completely different type signatures) that's common place in...

Totally! Here to help if you need it.

I have been mostly concentrating on the `1.4.0` branch, which includes a ton of bug fixes and sync's `fltkhs` with `FLTK-1.4.0` which itself has a lot of bug fixes and...

Sorry about the commit size. I'll be cleaning that up when I release it. For now expect that Git history will change. I've only ever done installed it with [`stack`](http://hackage.haskell.org/package/fltkhs-0.5.4.5/docs/Graphics-UI-FLTK-LowLevel-FLTKHS.html#g:4)....

To answer your last question, yes, `FLTK v.1.4` appears to be moving closer to release but the core team haven't committed to a date. For now `fltkhs` bundles a development...

I does work (although I haven't tried it for a while) but you're better off building it from source yourself because I've noticed that package managers don't tend to do...

Wow, you're right, `Cabal-2.4.0.1` does delete my headers. I even tried adding those files to a `data-files` stanza, same result. In any case, aside from that crazy bug, I do...

I'm aware of that but there has to be a way of setting it on a per project bases, `stack` allows `fltkhs:bundled`.

I have pushed up a couple of fixes to a branch that work with Cabal. @moll, if you could try them out I would appreciate it. I upgraded to Cabal...

Re: editors, I do use Emacs but have very little tooling turned on because they're usually fairly buggy. Re: OpenGL, does this fit your needs https://github.com/deech/fltkhs-gl-demos/blob/master/src/fluid-triangle.hs#L19? It's just the famous...