Sander Mertens

Results 49 comments of Sander Mertens
trafficstars

Thanks, I see what you mean now! That would be very useful indeed. Currently bake lets you configure a few things, which are forwarded to the drivers which can then...

Yes, any header that is in the project `include` folder can be included by your application, and any source file in the `src` folder will be built. If you want...

If someone is crazy enough to write a qmake driver for bake I won't stop him/her ;). You "just" would have to create a driver with a code generation step...

Oh really, Qt is switching to CMake? That's awesome! This is the C driver, and currently the only example of a fully-fletched driver: https://github.com/SanderMertens/bake/tree/master/drivers/lang/c The documentation on how to write...

Before bake was forked, it was integrated with the corto test framework, and I'm currently porting the ability to run tests over to the new bake version. The way this...

In Windows support for colors has to be explicitly enabled. I added a function to the demo which did the trick in a project where I used this, but haven't...

Thanks for letting me know! Do you have a reference I can link to?

@sschmid the module/packs/kits idea is something I implemented with [flecs modules](https://github.com/SanderMertens/flecs#modules), where just like you describe, there are a number of reusable modules that implement a feature, like rendering, collision...

-1 to this. NaN is not meant to represent missing values, but is a mechanism to cope with a side effect of the IEEE floating point encoding. If a sensor...

After a discussion with @jleeothon, it has been decided that packages will be able to specify a version of the package, but that only one version of a package can...