RISC OS Toolkit (RTK)
Lothar (3292) 134 posts |
Does anybody know what the RISC OS Toolkit was and why it has disappeared? It seems to have been a C++ class for easy WIMP programming. Or is it just another way of using OSLib and UnixLib? |
nemo (145) 2546 posts | |
Lothar (3292) 134 posts |
Yes. So it still exists. But it says: “[outdated] RISC OS Toolkit – system C++ class library for RISC OS” https://github.com/caliston/RTK This seems to be its “successor”. Has anyone worked with it? “RISC OS Toolbox library for C++” https://github.com/caliston/tbx After looking into the “!Graphics” example, TBX “looks” quite useful, so I want to give it a try. The TBX license file says its free to use. |
David Pitt (3386) 1248 posts |
Does this help, TBX 0.7.4 |
Steve Pampling (1551) 8170 posts |
There is another library for Wimp programming: http://rovlib.tribbeck.com/ |
Steffen Huber (91) 1953 posts |
RTK is by Graham Shaw, it is completely independent from TBX, which is by Alan Buckley. The only connection between them is probably the RISC OS packaging project – Graham did the packaging format, and RiscPKG, and Alan did the currently used package manager PackMan. Oh, and both are/were hosted in riscpkg.org SVN, see http://source.riscpkg.org/websvn/ IIRC, RTK does not use the Toolbox, while TBX does. Other alternatives include DrWimpC, DeskLib, Desk, ROVLib and WOUM (includes LimpX). Most stuff is very C centric, while RTK and TBX are C++ centric. |
Steffen Huber (91) 1953 posts |
I forgot to say: the official repo for TBX is here: https://github.com/alanbu/tbx |