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

#76 2012-09-14 17:10:52

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Itchy++ - a Scratch C++ Port

pwiter wrote:

TRocket wrote:

pwiter wrote:

For some reason git won't work  hmm
Error:
https://github.com/ItchyPlusPlus/ItchyPlusPlus.git: error occurred during unpacking on the remote end: index-pack abnormal exit

Any ideas?

Not sure, don't have much experience using GitHub, maybe it's because I've changed the name too many times?

Worked yesterday. I shut off my computer for the night, and now it won't work

Apparently it can't connect to the repo. I'm positive its right...
Can't connect to any repository: https://github.com/ItchyPlusPlus/ItchyPlusPlus.git (https://github.com/ItchyPlusPlus/ItchyPlusPlus.git: error occurred during unpacking on the remote end: index-pack abnormal exit)

Oh well, I'll just push it to a fork. Then make a pull request.

EDIT: Won't work either  hmm

Last edited by pwiter (2012-09-14 17:30:16)


http://i.imgur.com/YBeXc.png

Offline

 

#77 2012-09-14 17:55:51

amcerbu
Scratcher
Registered: 2009-07-21
Posts: 500+

Re: Itchy++ - a Scratch C++ Port

^^ Yeah, exactly.  The speed of C++ as compared to Python is really unbelievable.  Python is actually slower than Smalltalk, JavaScript, C#, and C++ (with C++ being the fastest).  Check out this chart if you're interested.

Offline

 

#78 2012-09-14 18:56:55

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Itchy++ - a Scratch C++ Port

pwiter wrote:

pwiter wrote:

TRocket wrote:


Not sure, don't have much experience using GitHub, maybe it's because I've changed the name too many times?

Worked yesterday. I shut off my computer for the night, and now it won't work

Apparently it can't connect to the repo. I'm positive its right...
Can't connect to any repository: https://github.com/ItchyPlusPlus/ItchyPlusPlus.git (https://github.com/ItchyPlusPlus/ItchyPlusPlus.git: error occurred during unpacking on the remote end: index-pack abnormal exit)

Oh well, I'll just push it to a fork. Then make a pull request.

EDIT: Won't work either  hmm

I got it to work! Pushed latest changes!


http://i.imgur.com/YBeXc.png

Offline

 

#79 2012-09-14 23:40:37

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Itchy++ - a Scratch C++ Port

*cough* My github name is "MathWizz".


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#80 2012-09-14 23:42:10

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Itchy++ - a Scratch C++ Port

That's it. I'm using Linux for this.


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#81 2012-09-15 01:28:10

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: Itchy++ - a Scratch C++ Port

MathWizz wrote:

That's it. I'm using Linux for this.

Well obviously. Linux has way better development tools  tongue


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#82 2012-09-15 07:15:53

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

Re: Itchy++ - a Scratch C++ Port

amcerbu wrote:

^^ Yeah, exactly.  The speed of C++ as compared to Python is really unbelievable.  Python is actually slower than Smalltalk, JavaScript, C#, and C++ (with C++ being the fastest).  Check out this chart if you're interested.

Hey, it depends what you're doing...  tongue

Python does have a very fast hash table implementation (dictionaries/sets). I know this much.


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

Offline

 

#83 2012-09-15 08:00:41

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Itchy++ - a Scratch C++ Port

MathWizz wrote:

That's it. I'm using Linux for this.

Yeah, I was thinking about installing it on my other computer for this.


http://i.imgur.com/YBeXc.png

Offline

 

#84 2012-09-15 09:32:04

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Itchy++ - a Scratch C++ Port

Yay! Ubuntu is installed.  big_smile  I'll be gone for the rest of the weekend though. D:


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#85 2012-09-15 11:11:30

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Itchy++ - a Scratch C++ Port

MathWizz wrote:

Yay! Ubuntu is installed.  big_smile  I'll be gone for the rest of the weekend though. D:

Installed in a VM, or Physical Machine?


http://i.imgur.com/YBeXc.png

Offline

 

#86 2012-09-15 12:04:51

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Itchy++ - a Scratch C++ Port

Dual boot.  big_smile


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#87 2012-09-15 14:16:16

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Itchy++ - a Scratch C++ Port

slinger wrote:

MathWizz wrote:

That's it. I'm using Linux for this.

Well obviously. Linux has way better development tools  tongue

It IS the development tool.


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#88 2012-09-15 15:40:13

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

Re: Itchy++ - a Scratch C++ Port

amcerbu wrote:

^^ Yeah, exactly.  The speed of C++ as compared to Python is really unbelievable.  Python is actually slower than Smalltalk, JavaScript, C#, and C++ (with C++ being the fastest).  Check out this chart if you're interested.

well, the problem is optimizing c++  tongue

also, i dont really see you start, if you move over, we'll get a great push  smile
we just have to code the execution and waiy for blob to finish sound in kurt, and voila, we have our scratch for linux  big_smile
now, you need two weeks to only setup github xP

edit: just to feel good with myself, 2 (not so) exclusive screenshots of current not commited dev version  tongue

http://i.imgur.com/s5rXF.png
http://i.imgur.com/tXoF9.png

Last edited by roijac (2012-09-15 17:32:34)

Offline

 

#89 2012-09-15 15:49:42

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: Itchy++ - a Scratch C++ Port

What's wrong with two weeks to setup GitHub?  tongue
And I went back  to school in the middle!


http://i.imgur.com/1QqnHxQ.png

Offline

 

#90 2012-09-15 15:53:57

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Itchy++ - a Scratch C++ Port

Hello.......... My github name is MathWizz.  neutral


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#91 2012-09-15 19:30:30

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Itchy++ - a Scratch C++ Port

MathWizz wrote:

Hello.......... My github name is MathWizz.  neutral

TRocket, he's asking you to add him to the Organization.

Last edited by pwiter (2012-09-15 19:57:42)


http://i.imgur.com/YBeXc.png

Offline

 

#92 2012-09-15 21:17:58

aion5
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: Itchy++ - a Scratch C++ Port

Can I have the latest code? Because I have nothing whatsoever to work with.  smile


roll  I am http://blocks.scratchr.org/API.php?user=aion5&action=onlineStatus&type=text

Offline

 

#93 2012-09-15 21:43:09

amcerbu
Scratcher
Registered: 2009-07-21
Posts: 500+

Re: Itchy++ - a Scratch C++ Port

Wait, do you guys use Visual Studio or eclipse for C++ code?  I've got both (personally, I prefer Visual Studio, because of the awesome IntelliSense) but we should all probably be working with the same IDE for compatibility things.

Last edited by amcerbu (2012-09-15 21:43:22)

Offline

 

#94 2012-09-15 22:22:29

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Itchy++ - a Scratch C++ Port

amcerbu wrote:

Wait, do you guys use Visual Studio or eclipse for C++ code?  I've got both (personally, I prefer Visual Studio, because of the awesome IntelliSense) but we should all probably be working with the same IDE for compatibility things.

I'm using NetBeans on Ubuntu.


http://i.imgur.com/YBeXc.png

Offline

 

#95 2012-09-15 22:24:11

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Itchy++ - a Scratch C++ Port

aion5 wrote:

Can I have the latest code? Because I have nothing whatsoever to work with.  smile

Get it from github. For some reason, I have been the only one committing stuff.


http://i.imgur.com/YBeXc.png

Offline

 

#96 2012-09-15 23:01:48

amcerbu
Scratcher
Registered: 2009-07-21
Posts: 500+

Re: Itchy++ - a Scratch C++ Port

Idea, guys:

What if the C++ Scratch reader had a "compile" option, where a .cpp file was created and compiled?  Just a suggestion, I'm trying to avoid feature creep as much as possible.

Offline

 

#97 2012-09-15 23:05:30

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Itchy++ - a Scratch C++ Port

amcerbu wrote:

Idea, guys:

What if the C++ Scratch reader had a "compile" option, where a .cpp file was created and compiled?  Just a suggestion, I'm trying to avoid feature creep as much as possible.

I don't get it...


http://i.imgur.com/YBeXc.png

Offline

 

#98 2012-09-16 00:05:54

amcerbu
Scratcher
Registered: 2009-07-21
Posts: 500+

Re: Itchy++ - a Scratch C++ Port

The program, as well as playing the project like Scratch (with a built-in 480 x 360 screen), could also create a C++ code file (.cpp), which could then be compiled for extra performance.

Offline

 

#99 2012-09-16 03:12:28

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

Re: Itchy++ - a Scratch C++ Port

i thought you guys where also making an IDE?

Offline

 

#100 2012-09-16 08:12:32

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Itchy++ - a Scratch C++ Port

amcerbu wrote:

The program, as well as playing the project like Scratch (with a built-in 480 x 360 screen), could also create a C++ code file (.cpp), which could then be compiled for extra performance.

Then, we either have to install the toolchains with Itchy, or download them.

EDIT: Woot! 100th post on this topic!

Last edited by pwiter (2012-09-16 08:12:57)


http://i.imgur.com/YBeXc.png

Offline

 

Board footer