Frederik De Bleser

Results 185 comments of Frederik De Bleser

Hi, You're right. I've just committed a fix so that fonts take kerning information into account. This works well on Windows but unfortunately has no effect on OS X, probably...

Here's the line that enables kerning support: https://github.com/nodebox/nodebox/blob/2717b34a7fa57f64282bcc2e4f07ed65ac2b1d25/src/main/java/nodebox/graphics/Text.java#L134 We're now using the latest version of the SDK (1.8) on Mac, which should take kerning information into account. (since it's the...

Super-annoying, since I can't reproduce this on my machine. Could you try to do what it says? Go to the terminal, execute `ulimit -c unlimited`, then start the app again...

Also, what was the version you were using before that _didn't_ crash?

Thanks for emailing me the crash reports. That's very useful. You mentioned you're using 3.0.40 now. After that version, we started bundling our own Java to support Yosemite. Apparently the...

@wakest I've moved the crashing to a separate issue: #407. Presumably, if we fix that, you'll be able to open the most recent version and it will have good kerning...

Here is an implementation for NodeBox 2: http://slurf.net/ndbx/lsystem-nb2.zip

This has been a pet bug of mine for years. Unfortunately, I don't see a fix coming. A better solution might be to implement our own random generator and use...

Here's how Houdini does it: ![insert-remove-node](https://cloud.githubusercontent.com/assets/8477/6390046/7251e252-bda9-11e4-859e-2400c1684722.gif) - To insert, just drag the node over the connection line. It lights up yellow to show it will insert. It always connects to...

A version that integrates the checkbox + color control: ![checkboxes](https://f.cloud.github.com/assets/8477/24614/e453cd08-4ab4-11e2-8e13-ea57e87aa6a9.png)