RiscOS 5 First Look

Previous topic - Next topic

MrTAToad

Finally got my RiscOS 5 emulator USB stick today - it was a bit delayed apparently due to demand.  It had to be brought because I needed a proper boot sequence (otherwise a lot of applications wont run properly due to quite a bit missing).

Anywhoo, here is a video of it running :


spicypixel

http://www.spicypixel.net | http://www.facebook.com/SpicyPixel.NET

Comps Owned - ZX.81, ZX.48K, ZX.128K+2, Vic20, C64, Atari-ST, A500.600.1200, PC, Apple Mini-Mac.

Asmodean

Nice. I think about to buy a Raspberry Pi for RiscOS, but this USB-Stick ist a nice alternative.

MrTAToad

Thanks!

I've started converting my TSetup stuff to C++.  And it's going rather well.  Had to get used to C++ again, as well as the project management system (http://www.reallysmall.co.uk/Pages/normal/software/development/sourcery/sourcery.html) , but its now been started!

Finally worked out how to get user libraries in!

Another video :



mentalthink

This it's very nice.. and this OS it's sell in a USB stick?¿... uhmm this it's very interesting...

Thanks for the info, I think this it's very cool... only need x86 Processor, isn't it?¿, don't need a mac G4 or anything whit Motorola?¿...

mentalthink

Only an idea , I have now!!!
GLbasic can compile for this OS... how you told MrTatoad, if a lot of people buy this Key, I think they have hungry about apps and games... perhaps if not it's very complex, make GLbasic compile for this OS, can open another market, not bigger, but I think a little market it's better thank Huge like iPhone or Android, on you have to put money for advertising you app, else, you don't sell nothing whit the huge number of apps in those markets...

PS: Only like idea, always we say another and another platform... :x yes but the Mister it's human, perhaps for a future... :booze:

MrTAToad

#6
It needs an Intel processor (so a PowerPC processor probably wont run it).

Whilst GLBasic could be converted for it, there isn't any point - BASIC is built in anyway...  However, saying that, a lot of stuff would be much simpler to do than most platforms...

MrTAToad

Got a quick and small video of my TSetup programming processing system which I'm working on for RISCOS :



Whilst it's just a video of a moving sprite, it does show the system up and running (more or less), and is the basis for a game I'm thinking of doing.

mentalthink

Interesting but i't Glbasic the Code... I read a bit in C++, I think...?¿...
The nice of the OS remembe me a lot, the Amiga or the old Operating systems... It's very very nice see how loading the data in the terminal...  :-* :-*

MrTAToad

Its actually the CLI :)

The routine uses STL arrays (actually use  vectors as they can be indexed) :)