RIM vs Bitmaps

First of all, you may not know what RIM is. RIM stands for Choacury Raster Image, I designed to be like a Bitmap but basically better, specifically for the use in ChoacuryOS. Bitmaps have many limitations including them not including transparency by default. RIM however fully supports transparency. I made this utility called RIMTils, which … Read more

Loading

Using WTDawson.PersistentID to build replicable IDs.

WTDawson.PersistentID is a library built in C# designed to make it easier to build IDs that be reproduced with the correct data. The library accepts a list of objects (Has to be a string, integer or DateTime object) and a “magic” number. The “magic” number is a key which is used when generating the ID. … Read more

Loading