Frederik De Bleser

Results 185 comments of Frederik De Bleser

I removed GLFW3 from source and uses the one that should be pre-installed. I had to use `pkg-config` to include all relevant X11 libraries.

As for the GLXBadFBConfig, it's because you're using OpenGL 2.1 (Mesa) drivers. We require at least OpenGL 3.2 (See [nwm.c](https://github.com/fdb/frequensea/blob/f4497c2f98b63972a79be5b0c39735812a7dc1e0/src/nwm.c#L25)). Depending on your video card, proprietary drivers might include a...

Try running using gdb: ``` gdb --args ./frequensea ../lua/static.lua > run > backtrace full ``` Thanks for helping me debug this issue!

Haha nice catch :-) Since it's the default export it shouldn't really matter how I called it when I import it. But I changed it to the correct name and...

Try zooming out 😄 ![screen shot 2016-06-20 at 10 45 55](https://cloud.githubusercontent.com/assets/8477/16188109/30232cd8-36d4-11e6-93b1-7e05d7ac63bc.png)

Yes — NodeBox doesn't keep the location of where you zoomed. If you have nodes that you move outside of the standard box they appear to be hidden. In your...

"Panning" on save sounds interesting. However, what happens if the bounding box of available nodes is bigger than that of the view? Do we just make sure that the top-left...

Hmmm that could work....

- If we can change the inputs to `data`, we lose the fields in the port pane. - If we don't change them to `data`, NodeBox tries to convert the...

Hi, sorry for the extremely late reply. A background color would be super-useful. It probably should be said on a per-project basis. Currently, we have a very basic "document settings"...