Rob Loach

Results 396 comments of Rob Loach

@dumblob @jackghg The Nuklear community is pretty small so unsure how valuable it would be, but mocked up a quick Discord server for it over here: https://discord.gg/M3QKFsUdaV

Going to open this issue to have some discussion around it. Would love a few moderators too, if we are going to make it an actual thing. Need to post...

Could you post the full error log, along with a suggested fix? Any pull requests would be awesome too.

Just a note that I'm slowly growing as a CMake fan, and found it does make a few things easier. Particularly when it comes to dependency management. > I could...

Related https://github.com/Immediate-Mode-UI/Nuklear/issues/390 Revert PR https://github.com/Immediate-Mode-UI/Nuklear/pull/387

Would it be okay if we kept this in a repo somewhere? Sounds like not many people are familiar with the APIs behind these. They seem pretty awesome though! Having...

I think having both is fine, but would be nice to flip the names to match what argument they return. `nk_colorf_picker` picks a `nk_colorf`, while `nk_color_picker` picks a `nk_color` ```...

I would recommend against even a `#pragma message` , as it could get quite annoying for builds that are not affected by the deprecated code. How would it affect them?...

@aganm @dumblob @hejsil Is this good to merge? While there are some good suggestions for breaking changes, I think this is the best intermediate change that won't break anything. Consider...

> Builds not affected by the deprecated code wouldn't produce such message, would they? I thought `#pragma message` just displayed the message whether or not they are using the old...