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

#51 2012-08-31 15:15:40

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: 3D Scratch - New Mod

warriorcats3125 wrote:

dreamod wrote:

aditya3098 wrote:

Not exe, but jar. CROSS PLATFORM game engine. Nice! Import obj support? I have some really nice models

I might not make a compiler, I don't know how to.It wouldn't be exe anyway, I'm a mac user.

You might want to look at ChirpCompiler, which compiles Scratch projects, and base your compiler on that.

It probably wouldn't work with this

Offline

 

#52 2012-08-31 19:34:35

djdolphin
Scratcher
Registered: 2010-03-23
Posts: 100+

Re: 3D Scratch - New Mod

dreamod wrote:

warriorcats3125 wrote:

dreamod wrote:

I might not make a compiler, I don't know how to.It wouldn't be exe anyway, I'm a mac user.

You might want to look at ChirpCompiler, which compiles Scratch projects, and base your compiler on that.

It probably wouldn't work with this

The ChirpCompiler (Scratch2Exe) only converts to .exe. If you have Windows, you could just replace the Scratch image with the Sky image, and most likely, it would work. Danwoodski has done this with Panther.

Offline

 

#53 2012-08-31 19:58:54

warriorcats3125
Scratcher
Registered: 2012-02-11
Posts: 100+

Re: 3D Scratch - New Mod

djdolphin wrote:

dreamod wrote:

warriorcats3125 wrote:


You might want to look at ChirpCompiler, which compiles Scratch projects, and base your compiler on that.

It probably wouldn't work with this

The ChirpCompiler (Scratch2Exe) only converts to .exe. If you have Windows, you could just replace the Scratch image with the Sky image, and most likely, it would work. Danwoodski has done this with Panther.

Is Panther another version of Scratch?


The angels have the phone box...
http://i46.tinypic.com/244bp1h.jpg

Offline

 

#54 2012-08-31 20:03:37

RoboNeo9
Scratcher
Registered: 2012-05-09
Posts: 100+

Re: 3D Scratch - New Mod

warriorcats3125 wrote:

djdolphin wrote:

dreamod wrote:


It probably wouldn't work with this

The ChirpCompiler (Scratch2Exe) only converts to .exe. If you have Windows, you could just replace the Scratch image with the Sky image, and most likely, it would work. Danwoodski has done this with Panther.

Is Panther another version of Scratch?

Yes.

Offline

 

#55 2012-08-31 22:56:32

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

Re: 3D Scratch - New Mod

Not really, but kind of. Panther is a modification of Scratch that a few people made.


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

Offline

 

#56 2012-08-31 23:18:13

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Re: 3D Scratch - New Mod

Sounds like a fun project...but is there any productive use?  tongue

Last edited by stevetheipad (2012-08-31 23:18:21)


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

#57 2012-09-01 03:17:42

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: 3D Scratch - New Mod

stevetheipad wrote:

Sounds like a fun project...but is there any productive use?  tongue

A quick, and easy way of making 3D projects with instant gratification. Many new scratchers need instant gratification to get interested in programming. When I started Objective-C a few years ago, I thought it was very challenging so I stuck to scratch. Then I started learning about modding scratch. I then realized how easy Objective-C was with my knowledge of squeak. That shows how people can work their way up and learn more about programming if you start easy and when you're ready advance a "level". I think that programming in 3D graphics with simple blocks and some other more complicated blocks would help people get interested in developing 3D games, eventually.

Offline

 

#58 2012-09-01 05:37:13

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: 3D Scratch - New Mod

Can you post some screenshots, please? I'm curious to see what you've got working.


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#59 2012-09-01 05:45:26

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: 3D Scratch - New Mod

Hardmath123 wrote:

Can you post some screenshots, please? I'm curious to see what you've got working.

I'm actually having a real hard time making this, but I won't give up. I've decided to start over and see what I can do. It's VERY hard combining Squeak 3.1 Beta and Scratch. So I don't really have any screenshots yet.

Offline

 

#60 2012-09-01 06:02:12

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

Re: 3D Scratch - New Mod

I can't wait until this is finished!


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

Offline

 

#61 2012-09-01 06:26:56

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: 3D Scratch - New Mod

dreamod wrote:

Hardmath123 wrote:

Can you post some screenshots, please? I'm curious to see what you've got working.

I'm actually having a real hard time making this, but I won't give up. I've decided to start over and see what I can do. It's VERY hard combining Squeak 3.1 Beta and Scratch. So I don't really have any screenshots yet.

Why don't you simply modify the Squeak Scratch uses, and build the 3D implementation from scratch (no pun intended) instead, or check to see if someone else ported it?


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#62 2012-09-01 08:21:35

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: 3D Scratch - New Mod

Hardmath123 wrote:

dreamod wrote:

Hardmath123 wrote:

Can you post some screenshots, please? I'm curious to see what you've got working.

I'm actually having a real hard time making this, but I won't give up. I've decided to start over and see what I can do. It's VERY hard combining Squeak 3.1 Beta and Scratch. So I don't really have any screenshots yet.

Why don't you simply modify the Squeak Scratch uses, and build the 3D implementation from scratch (no pun intended) instead, or check to see if someone else ported it?

I was thinking that, but It would take a long time to file out ALL the hundreds of classess required for 3D to work.

Offline

 

#63 2012-09-01 10:15:38

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

Re: 3D Scratch - New Mod

dreamod wrote:

Many new scratchers need instant gratification

And that's the American way.


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

Offline

 

#64 2012-09-01 12:59:32

profip41
New Scratcher
Registered: 2012-09-01
Posts: 1

Re: 3D Scratch - New Mod

Awesome sound i like it...

Offline

 

#65 2012-09-20 22:51:15

Bklecka
Scratcher
Registered: 2011-08-27
Posts: 1000+

Re: 3D Scratch - New Mod

better bump this, it sounds too cool to get to necropost age  tongue


http://i48.tinypic.com/106ijc9.jpg

Offline

 

#66 2012-09-21 03:02:49

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: 3D Scratch - New Mod

Bklecka wrote:

better bump this, it sounds too cool to get to necropost age  tongue

thanks.  smile

Offline

 

#67 2012-09-21 08:33:41

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

Re: 3D Scratch - New Mod

How's progress coming along?


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

Offline

 

#68 2012-09-21 09:44:18

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: 3D Scratch - New Mod

henley wrote:

How's progress coming along?

Not bad. I found a huge  source for glitches and I've got that fixed. Missing plug-ins.

Offline

 

#69 2012-09-21 12:22:55

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: 3D Scratch - New Mod

Can we try this yet?  tongue

Offline

 

#70 2012-09-22 07:16:16

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: 3D Scratch - New Mod

LiquidMetal wrote:

Can we try this yet?  tongue

Well, not for quite a while, since my computer screen mysteriously stopped working. I don't know when I can get a new one. This was written from my iPad, in case you're wondering.  sad

Offline

 

#71 2012-09-22 07:23:06

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: 3D Scratch - New Mod

*gasp* a Mac mysteriously stopped working?!  tongue


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#72 2012-09-22 08:39:23

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: 3D Scratch - New Mod

Hardmath123 wrote:

*gasp* a Mac mysteriously stopped working?!  tongue

Oh, it happens. -_-


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#73 2012-09-22 08:48:07

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: 3D Scratch - New Mod

blob8108 wrote:

Hardmath123 wrote:

*gasp* a Mac mysteriously stopped working?!  tongue

Oh, it happens. -_-

Not to me. And I've been using Mac literally all my life.

So there, it's settled: Mac likes me.  big_smile

tongue


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#74 2012-09-22 09:15:59

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

Re: 3D Scratch - New Mod

Hardmath123 wrote:

blob8108 wrote:

Hardmath123 wrote:

*gasp* a Mac mysteriously stopped working?!  tongue

Oh, it happens. -_-

Not to me. And I've been using Mac literally all my life.

So there, it's settled: Mac likes me.  big_smile

tongue

And me too!

tongue


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

Offline

 

#75 2012-09-22 11:20:06

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: 3D Scratch - New Mod

Hardmath123 wrote:

blob8108 wrote:

Hardmath123 wrote:

*gasp* a Mac mysteriously stopped working?!  tongue

Oh, it happens. -_-

Not to me. And I've been using Mac literally all my life.

So there, it's settled: Mac likes me.  big_smile

tongue

...I hate you. -_-

tongue

Yeah, it might have had something to do with the fact I upgraded the RAM... I've now returned the memory in question.


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

Board footer