This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-08-29 14:45:17

gtoal
Scratcher
Registered: 2010-08-15
Posts: 26

Handheld Scratch player? (Ben Nanonote)

I have a cool little pocket linux called the Ben Nanonote ( http://en.qi-hardware.com/wiki/Ya_NanoNote_Specs ) which has a small keyboard and a 320 x 240 screen.  I think it would make an excellent player for Scratch games and *maybe* even be usable for editing Scratch programs (though the small no of pixels gives me some doubt)

What would be involved in porting a scratch player to hardware like this?  (Any of the Scratch system gurus here actually have one of these already by any chance?)

The ARM-based hardware supports a C cross-compiler.

Thanks,

G

Offline

 

#2 2011-08-29 16:50:19

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Handheld Scratch player? (Ben Nanonote)

I'm sure if you are allowed, you could make an app for your device. There was an attempt for a mobile Scratch Player but Apple removed it from the app list for some reason ( I don't remember why ).

But if you search around you may find it.

Offline

 

#3 2011-08-29 18:44:37

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Handheld Scratch player? (Ben Nanonote)

Magnie wrote:

I'm sure if you are allowed, you could make an app for your device. There was an attempt for a mobile Scratch Player but Apple removed it from the app list for some reason ( I don't remember why ).

But if you search around you may find it.

It violated Apples Terms of Use regarding running code.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#4 2011-08-30 06:19:24

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: Handheld Scratch player? (Ben Nanonote)

Ahem. GO EVERYWHERE?! Scratch for portables. Search it! I'm part of teh team!


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#5 2011-08-30 16:18:56

gtoal
Scratcher
Registered: 2010-08-15
Posts: 26

Re: Handheld Scratch player? (Ben Nanonote)

Magnie wrote:

I'm sure if you are allowed, you could make an app for your device. There was an attempt for a mobile Scratch Player but Apple removed it from the app list for some reason ( I don't remember why ).

But if you search around you may find it.

The nanonote isn't an Apple OS or an Android - it's genuine Linux, just about the only constraint being the small display, which is probably easiest programmed at a low level rather than say through an X-window interface of some sort.  so we're looking at good old fashioned C programs, not apps.

But I don't know what's involved in a Scratch player - is it based on a port of the whole scratch system or is there a cut-down version that's just the interpreter/run-time?  Where can I learn about the architecture of the existing scratch players?

thanks

G

Offline

 

#6 2011-08-31 03:08:00

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Handheld Scratch player? (Ben Nanonote)

there is squeak for linux but i don't think normal scratch would fit on a screen like that unless you mod scratch.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#7 2011-08-31 05:30:20

whizzer
Scratcher
Registered: 2008-05-27
Posts: 500+

Re: Handheld Scratch player? (Ben Nanonote)

You could just download Scratch for Linux normally. I don't know if it would shrink to fit the screen, though.


http://i46.tinypic.com/33df6me.png I'm whizzer0 for all things Minecraft.

Offline

 

#8 2011-08-31 12:43:47

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Handheld Scratch player? (Ben Nanonote)

whizzer wrote:

You could just download Scratch for Linux normally. I don't know if it would shrink to fit the screen, though.

In general, doesn't Scratch change size when you scale it?


Posts: 20000 - Show all posts

Offline

 

#9 2011-09-18 11:37:48

gtoal
Scratcher
Registered: 2010-08-15
Posts: 26

Re: Handheld Scratch player? (Ben Nanonote)

veggieman001 wrote:

whizzer wrote:

You could just download Scratch for Linux normally. I don't know if it would shrink to fit the screen, though.

In general, doesn't Scratch change size when you scale it?

Yes, but I don't want the scratch user interface which *will* be unusable - I just want to have a way to execute scratch programs in full-screen mode (ie about the same resolution as the embedded apps at this site)

Here's an easier question: how do I run a scratch app using java, other than when embedded here?

Offline

 

#10 2011-09-18 12:52:06

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: Handheld Scratch player? (Ben Nanonote)

gtoal wrote:

veggieman001 wrote:

whizzer wrote:

You could just download Scratch for Linux normally. I don't know if it would shrink to fit the screen, though.

In general, doesn't Scratch change size when you scale it?

Yes, but I don't want the scratch user interface which *will* be unusable - I just want to have a way to execute scratch programs in full-screen mode (ie about the same resolution as the embedded apps at this site)

Here's an easier question: how do I run a scratch app using java, other than when embedded here?

I would ask ZeroLuck, I think he has his own java player, and probably knows pretty much about this.
I'm just not sure if 64MB RAM is enough to run scratch...

Offline

 

Board footer