+Gemintronic Posted December 5, 2020 Share Posted December 5, 2020 (edited) With rB+ discontinued I'm looking for a way to use C and the RAPTOR library. I see stuff with The Removers library but.. Anyway, I'm probably missing something even after forum and Google searches. Any good resources for setting up a C compiler in conjunction with using RAPTOR (in C)? Thank you in advance for any clues! Edited December 5, 2020 by Gemintronic Quote Link to comment Share on other sites More sharing options...
Zerosquare Posted December 5, 2020 Share Posted December 5, 2020 The rB+ toolchain uses a BASIC-to-C converter, so internally it relies on a C compiler and RAPTOR. You could take it apart and use that as a basis. 1 Quote Link to comment Share on other sites More sharing options...
+Gemintronic Posted December 5, 2020 Author Share Posted December 5, 2020 (edited) Thank you, Zerosquare! I suspected that might be the route. Actually, I'm fractionally more familiar with assembly than C at this point. I get the feeling I might be doing it wrong learning C on the Jag. Edited December 5, 2020 by Gemintronic Quote Link to comment Share on other sites More sharing options...
+CyranoJ Posted December 5, 2020 Share Posted December 5, 2020 5 hours ago, Gemintronic said: Thank you, Zerosquare! I suspected that might be the route. Actually, I'm fractionally more familiar with assembly than C at this point. I get the feeling I might be doing it wrong learning C on the Jag. rB+ is locked to the v1 API, if you switch to assembler you can use the extra functionality and performance increases in the v2 API. 2 Quote Link to comment Share on other sites More sharing options...
+Gemintronic Posted December 5, 2020 Author Share Posted December 5, 2020 2 minutes ago, CyranoJ said: rB+ is locked to the v1 API, if you switch to assembler you can use the extra functionality and performance increases in the v2 API. Already pouring over the _RAPAPPS.S from "EX-01a - Hello World". Thank god for much better programmers than me who comment incredibly well ? Quote Link to comment Share on other sites More sharing options...
+CyranoJ Posted December 5, 2020 Share Posted December 5, 2020 6 minutes ago, Gemintronic said: Already pouring over the _RAPAPPS.S from "EX-01a - Hello World". Thank god for much better programmers than me who comment incredibly well ? There is a new v2 release on the horizon, I just need to finish up Gravitic Mines and a few other things, as I want to bundle a lot more examples in with it - which means coding them 1 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.