Re: [Sugar-devel] About Scratch.activity

2020-01-15 Thread prakash ujjwal
Ok, thanks. I'll check it out.

On Wed, Jan 15, 2020, 3:34 AM James Cameron  wrote:

> Hello Prakash.
>
> You can look at the commit log of the Sugarizer repository to find how the
> integration was achieved.
>
> Filter the commits to the Scratch.activity directory, and then review each
> commit at the diff level of detail.
>
> On Mon, Jan 13, 2020 at 09:30:08PM +0530, prakash ujjwal wrote:
> > Hey, hope you all are doing well,
> > I was reading about Scratch.activity.
> > I know scratch 3.0
> > from MIT was integrated in sugarizer to form Scratch.activity.
> >
> > [1]https://github.com/EmilyOng/Scratch.activity
> > Has scratch 3.0 ui ([2]https://github.com/LLK/scratch-gui)
> > Which was in react, integrated to sugarizer web activity.
> > I have read about on the Emily's scratch activity repo's readme file
> about how
> > she integrated the scratch -gui but still I didn't understand the
> process quite
> > well.
> >
> > It would be nice if somebody tell me about the integration . How the
> react app
> > was Integrated to sugarizer web activity?
> >
> > References:
> >
> > [1] https://github.com/EmilyOng/Scratch.activity
> > [2] https://github.com/LLK/scratch-gui
>
> > ___
> > Sugar-devel mailing list
> > Sugar-devel@lists.sugarlabs.org
> > http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
> --
> James Cameron
> http://quozl.netrek.org/
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] About Scratch.activity

2020-01-15 Thread prakash ujjwal
Thank you, I will check it out.

On Wed, Jan 15, 2020, 3:04 AM Lionel Laské  wrote:

>
> Hi Prakash,
>
> The latest version of the Scratch for Sugarizer repos are here
> https://github.com/llaske/Scratch.activity and here:
> https://github.com/llaske/scratch-gui/tree/sugarizer
> The idea of the integration is to include the full Scratch GUI into the
> Sugarizer standard Activity Template. Then few ReactJS Sugarizer containers
> and components are added in the Scratch GUI (hidden in the menu) to handle
> storage in datastore and retrieving of assets offline.
>
> If you're interested to learn more about writing Sugarizer activity with
> ReactJS, I suggest you to study another Sugarizer activity written with
> ReactJS, Exerciser. You could find the repo here:
> https://github.com/llaske/ExerciserReact
>
> Hope it helps.
>
> Regards.
>
> Lionel.
>
> Le lun. 13 janv. 2020 à 17:59, 
> a écrit :
>
>>
>> Date: Mon, 13 Jan 2020 21:30:08 +0530
>> From: prakash ujjwal 
>> To: sugar-devel@lists.sugarlabs.org
>> Subject: [Sugar-devel] About Scratch.activity
>> Message-ID:
>> > e0oojb0u...@mail.gmail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Hey, hope you all are doing well,
>> I was reading about Scratch.activity.
>> I know scratch 3.0
>> from MIT was integrated in sugarizer to form Scratch.activity.
>>
>> https://github.com/EmilyOng/Scratch.activity
>> Has scratch 3.0 ui (https://github.com/LLK/scratch-gui)
>> Which was in react, integrated to sugarizer web activity.
>> I have read about on the Emily's scratch activity repo's readme file about
>> how she integrated the scratch -gui but still I didn't understand the
>> process quite well.
>>
>> It would be nice if somebody tell me about the integration . How the react
>> app was Integrated to sugarizer web activity?
>>
>>
>>
>>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] About Scratch.activity

2020-01-14 Thread James Cameron
Hello Prakash.

You can look at the commit log of the Sugarizer repository to find how the 
integration was achieved.

Filter the commits to the Scratch.activity directory, and then review each 
commit at the diff level of detail.

On Mon, Jan 13, 2020 at 09:30:08PM +0530, prakash ujjwal wrote:
> Hey, hope you all are doing well,
> I was reading about Scratch.activity.
> I know scratch 3.0 
> from MIT was integrated in sugarizer to form Scratch.activity.
> 
> [1]https://github.com/EmilyOng/Scratch.activity
> Has scratch 3.0 ui ([2]https://github.com/LLK/scratch-gui)
> Which was in react, integrated to sugarizer web activity.
> I have read about on the Emily's scratch activity repo's readme file about how
> she integrated the scratch -gui but still I didn't understand the process 
> quite
> well.
> 
> It would be nice if somebody tell me about the integration . How the react app
> was Integrated to sugarizer web activity?
> 
> References:
> 
> [1] https://github.com/EmilyOng/Scratch.activity
> [2] https://github.com/LLK/scratch-gui

> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel


-- 
James Cameron
http://quozl.netrek.org/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] About Scratch.activity

2020-01-14 Thread Lionel Laské
Hi Prakash,

The latest version of the Scratch for Sugarizer repos are here
https://github.com/llaske/Scratch.activity and here:
https://github.com/llaske/scratch-gui/tree/sugarizer
The idea of the integration is to include the full Scratch GUI into the
Sugarizer standard Activity Template. Then few ReactJS Sugarizer containers
and components are added in the Scratch GUI (hidden in the menu) to handle
storage in datastore and retrieving of assets offline.

If you're interested to learn more about writing Sugarizer activity with
ReactJS, I suggest you to study another Sugarizer activity written with
ReactJS, Exerciser. You could find the repo here:
https://github.com/llaske/ExerciserReact

Hope it helps.

Regards.

Lionel.

Le lun. 13 janv. 2020 à 17:59,  a
écrit :

>
> Date: Mon, 13 Jan 2020 21:30:08 +0530
> From: prakash ujjwal 
> To: sugar-devel@lists.sugarlabs.org
> Subject: [Sugar-devel] About Scratch.activity
> Message-ID:
>  e0oojb0u...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hey, hope you all are doing well,
> I was reading about Scratch.activity.
> I know scratch 3.0
> from MIT was integrated in sugarizer to form Scratch.activity.
>
> https://github.com/EmilyOng/Scratch.activity
> Has scratch 3.0 ui (https://github.com/LLK/scratch-gui)
> Which was in react, integrated to sugarizer web activity.
> I have read about on the Emily's scratch activity repo's readme file about
> how she integrated the scratch -gui but still I didn't understand the
> process quite well.
>
> It would be nice if somebody tell me about the integration . How the react
> app was Integrated to sugarizer web activity?
>
>
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] About Scratch.activity

2020-01-13 Thread prakash ujjwal
Hey, hope you all are doing well,
I was reading about Scratch.activity.
I know scratch 3.0
from MIT was integrated in sugarizer to form Scratch.activity.

https://github.com/EmilyOng/Scratch.activity
Has scratch 3.0 ui (https://github.com/LLK/scratch-gui)
Which was in react, integrated to sugarizer web activity.
I have read about on the Emily's scratch activity repo's readme file about
how she integrated the scratch -gui but still I didn't understand the
process quite well.

It would be nice if somebody tell me about the integration . How the react
app was Integrated to sugarizer web activity?
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel