What's RARiX 2?
RARiX is a full featured Objective-C wrapper around RAR library made by Alexander Roshal of RAR Labs. RAR is a powerfull compression library used under Windows systems. It's offer an high compression ratio and in most of cases it's better than StuffItX engine and other similar libraries (as like ACE, Zip, Gz).
Unfortunatly RAR is available on Mac OS X (and other Unix like systems) only in command line version and it's pretty difficult to use it without a good computer knownledge. RARiX fill this gap. It's bring to Mac OS X an easy-to-use, easy-to-implement powerfull RAR library that you can use in your projects or in every-day life.
Ok ok, but I've have just a RAR exec in my /usr/bin directory
RARiX was made around RAR v.3.51 library. While I'm pretty sure that standard default output and switches still remain the same between various minor upgrades, a good thing to do is to replace your existing RAR library with the "native" RARiX rar library.
Is it free?
Both RAR library and RARiX is not free. In fact you are installing an evaluation version rar library (there is not any particular limitation, but you should to register it) A single user license price is $29.90.
RARiX license costs $10.0 for a single license code and $15 if you want to use it into a commercial application.
RARiX Docs
RARiX is pretty simple to use. In fact you need to 2 lines of objc code to make a .rar archive. However there is not a 'final' manual and you should to read the documentation accomplished with each RARiX class. You can also see one of the included examples.
|