Tal

Results 43 comments of Tal

> What would you use this library for? If we want to create our own tooling for the TI84, or create applications that send image data to it, then it'd...

Well, I got around this by simply encoding the image data in a 332 RGB format, and then just replicate that "palette" on the TI84. Convimg would still be helpful...

> Api already exists, in a way. You can register a routing handler here: https://github.com/bergerhealer/TrainCarts/blob/master/src/main/java/com/bergerkiller/bukkit/tc/pathfinding/PathProvider.java#L177 I think I'll probably only need the coordinates, but is API usage for the routing...