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

#426 2012-12-10 14:40:22

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

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

pwiter wrote:

TRocket wrote:

Please add doxygen comments to the code (especially the IPPX) it makes it a lot easier to work out what's happening  smile

I never used doxygen before, can you fill me in on what it is?

here is ours It's a documentation system for most languages which lets you explain, in comments what functions, classes, namespaces... are for, how to use them, how they work... you can then build the doxygen and you get a nice set of webpages where you can see all the functions, classes... with the info you added as well as being able to look at the code and click on functions, classes... and it takes you to the documentation for them...


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

Offline

 

#427 2012-12-11 16:07:18

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

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

Bump... I've got a pi now  smile


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

Offline

 

#428 2012-12-11 17:58:07

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

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

TRocket wrote:

Bump... I've got a pi now  smile

Lucky  tongue , I still have to wait like a month for mine.  sad


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

Offline

 

#429 2012-12-11 22:03:21

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

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

Nice!  How is it?

Offline

 

#430 2012-12-12 01:55:09

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

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

amcerbu wrote:

Nice!  How is it?

very small!

@pwitter I ordered mine from farnell on Sunday(two days ago) but I live in the UK so I guess it hasn't got as far to come  tongue


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

Offline

 

#431 2012-12-12 07:52:41

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

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

TRocket wrote:

amcerbu wrote:

Nice!  How is it?

very small!

@pwitter I ordered mine from farnell on Sunday(two days ago) but I live in the UK so I guess it hasn't got as far to come  tongue

Apparently it's coming in January  sad . And yeah, the distance probably matters cause I live in Canada.


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

Offline

 

#432 2012-12-14 02:44:20

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

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

Bump.

Is anyone working on the wxwidgets stuff?


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

Offline

 

#433 2012-12-14 08:08:35

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

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

TRocket wrote:

Bump.

Is anyone working on the wxwidgets stuff?

I will be working on it after I finish a school project. Also, why don't we just use qt, it's easier and is still cross platform.


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

Offline

 

#434 2012-12-15 12:46:28

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

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

pwiter wrote:

TRocket wrote:

Bump.

Is anyone working on the wxwidgets stuff?

I will be working on it after I finish a school project. Also, why don't we just use qt, it's easier and is still cross platform.

Yep, i'm fine with QT, I think... i'll add a branch...


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

Offline

 

#435 2012-12-15 13:16:40

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

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

TRocket wrote:

pwiter wrote:

TRocket wrote:

Bump.

Is anyone working on the wxwidgets stuff?

I will be working on it after I finish a school project. Also, why don't we just use qt, it's easier and is still cross platform.

Yep, i'm fine with QT, I think... i'll add a branch...

So are we using QT or wxwidgets, QT, and SDL/cairo


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

Offline

 

#436 2012-12-15 16:02:58

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

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

pwiter wrote:

TRocket wrote:

pwiter wrote:


I will be working on it after I finish a school project. Also, why don't we just use qt, it's easier and is still cross platform.

Yep, i'm fine with QT, I think... i'll add a branch...

So are we using QT or wxwidgets, QT, and SDL/cairo

We are going to completely rewrite the gui with QT (and any other libraries we need cairo, OpenGL, etc..)


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

Offline

 

#437 2012-12-15 16:44:06

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

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

TRocket wrote:

pwiter wrote:

TRocket wrote:

Yep, i'm fine with QT, I think... i'll add a branch...

So are we using QT or wxwidgets, QT, and SDL/cairo

We are going to completely rewrite the gui with QT (and any other libraries we need cairo, OpenGL, etc..)

Ok, I get working after Ludum Dare is over.

Last edited by pwiter (2012-12-15 16:44:38)


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

Offline

 

#438 2012-12-15 16:53:21

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

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

pwiter wrote:

TRocket wrote:

pwiter wrote:

So are we using QT or wxwidgets, QT, and SDL/cairo

We are going to completely rewrite the gui with QT (and any other libraries we need cairo, OpenGL, etc..)

Ok, I get working after Ludum Dare is over.

Ok, Thanks.

Commit  75a693a by me was accidental... will try to undo.

EDIT: reverted!

Last edited by TRocket (2012-12-15 16:57:09)


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

Offline

 

#439 2012-12-17 16:28:43

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

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

I night slightly less active over the next month, as I might be helping contribute code to the scratch 2.0 forums...


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

Offline

 

#440 2012-12-23 15:46:00

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

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

I need an admin of the organization to create two repos. A Viewer and a Editor.


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

Offline

 

#441 2012-12-24 06:04:33

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

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

pwiter wrote:

I need an admin of the organization to create two repos. A Viewer and a Editor.

Why do we need an Editor repo... we're coding the editor in ItchyPlusPlus/ItchyPlusPlus? for now do the editor and viewer together and we can separate them later


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

Offline

 

#442 2012-12-24 07:54:06

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

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

TRocket wrote:

pwiter wrote:

I need an admin of the organization to create two repos. A Viewer and a Editor.

Why do we need an Editor repo... we're coding the editor in ItchyPlusPlus/ItchyPlusPlus? for now do the editor and viewer together and we can separate them later

Ok, No problem.


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

Offline

 

#443 2012-12-24 14:33:09

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

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

Yay my raspberry pi came! I'm typing on it write now, and will be setting up qt on it, so I can develop on this.

Also, I will not be online for the next 2 days as I will be going to Niagara Falls.


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

Offline

 

#444 2012-12-25 18:51:03

logiblocs
Scratcher
Registered: 2010-05-05
Posts: 100+

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

Should we use opengl and cairo for the player or re-do everything in the Qt style?

Offline

 

#445 2012-12-26 03:24:06

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

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

logiblocs wrote:

Should we use opengl and cairo for the player or re-do everything in the Qt style?

Qt  for now then, once some stuff is working, think about changing to GL.

EDIT: Now, having looked at it, it's fine to use OpenGL from the beginning.

Last edited by TRocket (2012-12-28 03:38:34)


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

Offline

 

#446 2012-12-28 08:55:21

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

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

Has anyone got any idea why my new layout isn't working in itchy... it works fine previewing from qt designer?


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

Offline

 

#447 2012-12-28 09:04:44

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

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

TRocket wrote:

Has anyone got any idea why my new layout isn't working in itchy... it works fine previewing from qt designer?

You running qt on linux or windows? Also, what version of qt are you using?

EDIT: Nvm, I just saw your commit, I'll try and fix it. 1 question though, why are you using labels for menus?

Last edited by pwiter (2012-12-28 09:29:04)


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

Offline

 

#448 2012-12-28 10:18:07

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

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

pwiter wrote:

TRocket wrote:

Has anyone got any idea why my new layout isn't working in itchy... it works fine previewing from qt designer?

You running qt on linux or windows? Also, what version of qt are you using?

EDIT: Nvm, I just saw your commit, I'll try and fix it. 1 question though, why are you using labels for menus?

i'm using labels for menus because we don't want any styling on them.
We want it to look as similar to scratch 2.0 as possible... i only just noticed that yopu're not an alpha tester. Here's what 2.0 looks like:
http://i.imgur.com/lkGhr.png
(click to enlarge)

BTW: i'm using Linux with KDE desktop

Last edited by TRocket (2012-12-28 10:18:26)


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

Offline

 

#449 2012-12-28 16:47:37

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

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

TRocket wrote:

pwiter wrote:

TRocket wrote:

Has anyone got any idea why my new layout isn't working in itchy... it works fine previewing from qt designer?

You running qt on linux or windows? Also, what version of qt are you using?

EDIT: Nvm, I just saw your commit, I'll try and fix it. 1 question though, why are you using labels for menus?

i'm using labels for menus because we don't want any styling on them.
We want it to look as similar to scratch 2.0 as possible... i only just noticed that yopu're not an alpha tester. Here's what 2.0 looks like:
http://i.imgur.com/lkGhr.png
(click to enlarge)

BTW: i'm using Linux with KDE desktop

Oh, ok. And yeah I'm not a alpha tester(I never signed up).  sad


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

Offline

 

#450 2012-12-28 19:08:06

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

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

I have a pi, tell me if you need more testers.


http://i46.tinypic.com/6yd4c0.png

Offline

 

Board footer