exrs icon indicating copy to clipboard operation
exrs copied to clipboard

Consider adding elaborate tooling

Open johannesvollmer opened this issue 5 years ago • 3 comments

The C++ library offers various other tools such as an image display app.

This serves multiple purposes, most importantly, it provides a real life example on how to use the library.

Also, color conversion and other features may be useful to users of the library.

johannesvollmer avatar Jan 05 '20 15:01 johannesvollmer

isn't an image display app something the actual implementing App (like Maya) would implement? I think this library should be as clean as possible and only expose functionality for reading and writing EXRs appropriately. I guess color conversion could be a subdomain of reading an EXR, since this could be a task, specific to EXRs.

I would suggest a new Repo for the image display app which includes exr-rs as a library. This will also separate the business logic code strictly from the exr-rs library code.

robinduerhager avatar Mar 05 '20 12:03 robinduerhager

Sounds appropriate. The image viewer should be more of an elaborate example than a real app.

johannesvollmer avatar Mar 05 '20 13:03 johannesvollmer

I guess Azul is one of the most promising gui libraries, that would finally be a reason to try it out ^^

johannesvollmer avatar Mar 05 '20 13:03 johannesvollmer