dressupgeekout #1 Posted January 12 (edited) The only ways I know how to edit GEM resource files (*.RSC) are with programs that run on your Atari machine (or in an emulator, of course). But, is there any modern software out there which would let me edit them outside of the Atari environment? Combined with m68k-atari-mint-gcc, I'm hoping to be able to cross-compile an entire project and iterate upon the resource file entirely from, say, my Mac. Edit: I should specify I'm looking specifically for a graphical app. Edited January 12 by dressupgeekout 1 Quote Share this post Link to post Share on other sites
ParanoidLittleMan #2 Posted January 12 Very unlikely that any of RSC editors for Atari were converted for some other platform. Of course, you can edit, build RSC structure with Hex editor, for instance 🙂 Just use emulator - and it will work faster than with real Ataris . Quote Share this post Link to post Share on other sites
dressupgeekout #3 Posted January 12 Thanks @ParanoidLittleMan . Indeed, using an emulator to generate the RSC file and the C header is what I'm currently doing for development. But now I'm kinda motivated to make my own GUI RSC editor, hehe. 1 Quote Share this post Link to post Share on other sites
Atariforce #4 Posted January 12 18 hours ago, dressupgeekout said: The only ways I know how to edit GEM resource files (*.RSC) are with programs that run on your Atari machine (or in an emulator, of course). But, is there any modern software out there which would let me edit them outside of the Atari environment? Combined with m68k-atari-mint-gcc, I'm hoping to be able to cross-compile an entire project and iterate upon the resource file entirely from, say, my Mac. Edit: I should specify I'm looking specifically for a graphical app. Of course there is one: ORCS. Download it at Homepage Thorsten Otto - Downloads (tho-otto.de) However there is no Mac version, only native TOS and Win32/64. 1 Quote Share this post Link to post Share on other sites
ParanoidLittleMan #5 Posted January 12 Interesting ... I must try Win v. Quote Share this post Link to post Share on other sites
dressupgeekout #6 Posted January 12 4 hours ago, Atariforce said: Of course there is one: ORCS. Download it at Homepage Thorsten Otto - Downloads (tho-otto.de) However there is no Mac version, only native TOS and Win32/64. Huh, fascinating. I gave it a quick spin on my Windows computer, it seems to work. Didn't do anything too interesting with it just yet. I do wish it was available for Unix-like systems, though. Quote Share this post Link to post Share on other sites
moulinaie #7 Posted January 13 21 hours ago, Atariforce said: Of course there is one: ORCS. Download it at Homepage Thorsten Otto - Downloads (tho-otto.de) However there is no Mac version, only native TOS and Win32/64. Cool link, I downloaded it. Works with Win10. Guillaume. Quote Share this post Link to post Share on other sites