[GH-ISSUE #100] We need more examples, preferably live demos that are online #63

Closed
opened 2026-05-05 11:35:53 -06:00 by gitea-mirror · 12 comments
Owner

Originally created by @uffou on GitHub (May 4, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/100

Originally created by @uffou on GitHub (May 4, 2018). Original GitHub issue: https://github.com/kusti8/proton-native/issues/100
gitea-mirror 2026-05-05 11:35:53 -06:00
Author
Owner

@parro-it commented on GitHub (May 4, 2018):

This is a native GUI framework, how can you have "live demos that are online" ?
It cannot run in a browser...

<!-- gh-comment-id:386519583 --> @parro-it commented on GitHub (May 4, 2018): This is a native GUI framework, how can you have "live demos that are online" ? It cannot run in a browser...
Author
Owner

@kusti8 commented on GitHub (May 4, 2018):

I agree with having more examples, but you can't have live demos of a native framework. Then you just end up making it in React web, which defeats the purpose.

<!-- gh-comment-id:386570887 --> @kusti8 commented on GitHub (May 4, 2018): I agree with having more examples, but you can't have live demos of a native framework. Then you just end up making it in React web, which defeats the purpose.
Author
Owner

@Yousefjb commented on GitHub (May 5, 2018):

I think by "live demos" he meant bre-built binaries. I also want to try a demo app without the need to prepare build environment

<!-- gh-comment-id:386780439 --> @Yousefjb commented on GitHub (May 5, 2018): I think by "live demos" he meant bre-built binaries. I also want to try a demo app without the need to prepare build environment
Author
Owner

@SkyzohKey commented on GitHub (May 5, 2018):

Demo can be put online as GIF guys xD

<!-- gh-comment-id:386787773 --> @SkyzohKey commented on GitHub (May 5, 2018): Demo can be put online as GIF guys xD
Author
Owner

@vikkio88 commented on GitHub (May 5, 2018):

@SkyzohKey he asked for "live demos", in the case of GIFs he could have phrased it as "screengrab" "animated screenshot", live demo feels a bit more like an interactive one.

I do agree thought that the Docs is a bit empty, needs some images. If you want I could open a PR making some screenshots of the various Controls API on Linux @kusti8

<!-- gh-comment-id:386809576 --> @vikkio88 commented on GitHub (May 5, 2018): @SkyzohKey he asked for "live demos", in the case of GIFs he could have phrased it as "screengrab" "animated screenshot", live demo feels a bit more like an interactive one. I do agree thought that the Docs is a bit empty, needs some images. If you want I could open a PR making some screenshots of the various Controls API on Linux @kusti8
Author
Owner

@kusti8 commented on GitHub (May 5, 2018):

Yeah gifs are the best that we can get. If you could make some that would
be great. I'll get along to making some more examples and gifs of that
later.

On Sat, May 5, 2018, 10:29 AM Vincenzo Ciaccio notifications@github.com
wrote:

@SkyzohKey https://github.com/SkyzohKey he asked for "live demos", in
the case of GIFs he could have phrased it as "screengrab" "animated
screenshot", live demo feels a bit more like an interactive one.

I do agree thought that the Docs is a bit empty, needs some images. If you
want I could open a PR making some screenshots of the various Controls API
on Linux @kusti8 https://github.com/kusti8


You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub
https://github.com/kusti8/proton-native/issues/100#issuecomment-386809576,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJW73BhpLusXxT4spDcTwK-5FPi3KiPuks5tvbdjgaJpZM4TyMB3
.

<!-- gh-comment-id:386810872 --> @kusti8 commented on GitHub (May 5, 2018): Yeah gifs are the best that we can get. If you could make some that would be great. I'll get along to making some more examples and gifs of that later. On Sat, May 5, 2018, 10:29 AM Vincenzo Ciaccio <notifications@github.com> wrote: > @SkyzohKey <https://github.com/SkyzohKey> he asked for "live demos", in > the case of GIFs he could have phrased it as "screengrab" "animated > screenshot", live demo feels a bit more like an interactive one. > > I do agree thought that the Docs is a bit empty, needs some images. If you > want I could open a PR making some screenshots of the various Controls API > on Linux @kusti8 <https://github.com/kusti8> > > — > You are receiving this because you were mentioned. > > > Reply to this email directly, view it on GitHub > <https://github.com/kusti8/proton-native/issues/100#issuecomment-386809576>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AJW73BhpLusXxT4spDcTwK-5FPi3KiPuks5tvbdjgaJpZM4TyMB3> > . >
Author
Owner

@chiedo commented on GitHub (May 14, 2018):

Hey fellas!

I just started putting together a YouTube video series to go over some examples...

I'm planning to walk through each of the components. Just started this morning but wanted to get feedback before continuing

Does this seem like it would be helpful at all? If not, what did you have in mind?

https://www.youtube.com/playlist?list=PLhqsxkaH18naEwN_92zkwrvZXVhC7Ooq9

<!-- gh-comment-id:388869003 --> @chiedo commented on GitHub (May 14, 2018): Hey fellas! I just started putting together a YouTube video series to go over some examples... I'm planning to walk through each of the components. Just started this morning but wanted to get feedback before continuing Does this seem like it would be helpful at all? If not, what did you have in mind? https://www.youtube.com/playlist?list=PLhqsxkaH18naEwN_92zkwrvZXVhC7Ooq9
Author
Owner

@vikkio88 commented on GitHub (May 14, 2018):

what OS are you using?

EDIT
@chiedo
I just saw that you are doing an npm install, after create-proton-app, that is not necessary, as the tool does it already for you

<!-- gh-comment-id:388871080 --> @vikkio88 commented on GitHub (May 14, 2018): what OS are you using? **EDIT** @chiedo I just saw that you are doing an `npm install`, after `create-proton-app`, that is not necessary, as the tool does it already for you
Author
Owner

@chiedo commented on GitHub (May 14, 2018):

Mac OS @vikkio88

<!-- gh-comment-id:388895070 --> @chiedo commented on GitHub (May 14, 2018): Mac OS @vikkio88
Author
Owner

@chiedo commented on GitHub (May 14, 2018):

I should probably specify! Good call

<!-- gh-comment-id:388895168 --> @chiedo commented on GitHub (May 14, 2018): I should probably specify! Good call
Author
Owner

@chiedo commented on GitHub (May 14, 2018):

Ahhh thanks @vikkio88, Just habit I guess haha

<!-- gh-comment-id:388907295 --> @chiedo commented on GitHub (May 14, 2018): Ahhh thanks @vikkio88, Just habit I guess haha
Author
Owner

@kusti8 commented on GitHub (May 30, 2018):

I've added more examples. I'll improve documentation as in #145

<!-- gh-comment-id:393338243 --> @kusti8 commented on GitHub (May 30, 2018): I've added more examples. I'll improve documentation as in #145
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#63
No description provided.