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

#101 2012-09-16 08:16:42

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

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

roijac wrote:

i thought you guys where also making an IDE?

We are?

EDIT: WOOT! 100th post on this topic!

Last edited by pwiter (2012-09-16 08:17:01)


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

Offline

 

#102 2012-09-16 08:17:40

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

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.

I imagine if you're coding a Scratch interpreter in C++ it'll be fast enough anyway...  tongue


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

Offline

 

#103 2012-09-16 11:33:06

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

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

^^ Yeah, I guess that's true.

Offline

 

#104 2012-09-16 12:16:30

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

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

MathWizz wrote:

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

added, sorry it took so long!


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

Offline

 

#105 2012-09-16 18:56:51

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

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

Can I have the source? I don't know how to get to it on GitHub.


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

Offline

 

#106 2012-09-16 19:34:37

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

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

It's in the folder "src."

Offline

 

#107 2012-09-16 20:48:47

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

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

amcerbu wrote:

It's in the folder "src."

but whats the url?


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

Offline

 

#108 2012-09-16 21:00:38

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

Offline

 

#109 2012-09-17 00:13:56

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

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

Yay! Cairo is setup and working! I'm playing around with drawing simple shapes.


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

Offline

 

#110 2012-09-17 00:57:19

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

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

Why are the Eclipse and NetBeans settings files in the repo?


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

Offline

 

#111 2012-09-17 02:12:12

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

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

MathWizz wrote:

Why are the Eclipse and NetBeans settings files in the repo?

Not sure, please could everyone add them to gitignore!


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

Offline

 

#112 2012-09-17 02:17:03

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

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

MathWizz wrote:

Yay! Cairo is setup and working! I'm playing around with drawing simple shapes.

Cool!, next step is abstraction between Cairo and OpenGL, to speed up rendering on GL devices...


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

Offline

 

#113 2012-09-17 02:18:47

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

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

I've done some tidying up. Please don't add the settings to .gitignore, add them to .git/info/exclude.


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

Offline

 

#114 2012-09-17 07:49:31

s_federici
Scratcher
Registered: 2007-12-18
Posts: 500+

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

Offline

 

#115 2012-09-17 08:00:33

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

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

Oh. That's because I put it in a src directory and removed the Itchy++ one.


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

Offline

 

#116 2012-09-17 15:56:33

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

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

Mathwizz do you know how to use GitHub well
If so i'll make you admin...


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

Offline

 

#117 2012-09-17 17:10:57

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

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

I know it fairly well...  tongue


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

Offline

 

#118 2012-09-17 17:26:17

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

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

Having problems with git again...
org.eclipse.jgit.errors.MissingObjectException: Missing unknown 82a306352c282d2a33170e9c21976e286ac4fd2b...

Using NetBeans but says org.eclipse...

Does NetBeans use jgit for Git?


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

Offline

 

#119 2012-09-17 17:33:49

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

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

What did you do that caused the error?


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

Offline

 

#120 2012-09-17 18:21:52

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

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

MathWizz wrote:

What did you do that caused the error?

I tried to commit.

Apparently, I'm missing a commit...

I added comments and a FPS counter. It's based off your commit.

Missing commit 82a306352c282d2a33170e9c21976e286ac4fd2b

Your's is commit 82a306352c282d2a33170e9c21976e286ac4fd2b

It's the same...

Last edited by pwiter (2012-09-17 18:25:57)


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

Offline

 

#121 2012-09-17 18:30:17

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

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

pwiter wrote:

MathWizz wrote:

What did you do that caused the error?

I tried to commit.

Apparently, I'm missing a commit...

I added comments and a FPS counter. It's based off your commit.

Missing commit 82a306352c282d2a33170e9c21976e286ac4fd2b

Your's is commit 82a306352c282d2a33170e9c21976e286ac4fd2b

It's the same...

I'll just clone the repo again.


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

Offline

 

#122 2012-09-18 12:37:30

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

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

Name suggestions: MathWizz and I aren't thrilled with Itchy++ as a name.  How do you guys like Abrade, or Erode, or something like that?

Offline

 

#123 2012-09-18 14:07:09

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

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

lol Inf fps!
@MathWizz you're now admin!
@amcerbu I know, but since this is going to be based on scratch it makes sense to have a name related to scratch?

EDIT: Forgot to mention we will use boost libraries

Last edited by TRocket (2012-09-18 14:12:50)


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

Offline

 

#124 2012-09-18 16:48:43

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

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

MathWizz, I don't know how the scratchio works, but nice job on it.


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

Offline

 

#125 2012-09-18 17:31:45

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

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

@MathWizz your scratchio uses native-order floats and doubles so you might have compatibility issues.


nXIII

Offline

 

Board footer