mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #100] We need more examples, preferably live demos that are online #63
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @uffou on GitHub (May 4, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/100
@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...
@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.
@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
@SkyzohKey commented on GitHub (May 5, 2018):
Demo can be put online as GIF guys xD
@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
@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:
@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
@vikkio88 commented on GitHub (May 14, 2018):
what OS are you using?
EDIT
@chiedo
I just saw that you are doing an
npm install, aftercreate-proton-app, that is not necessary, as the tool does it already for you@chiedo commented on GitHub (May 14, 2018):
Mac OS @vikkio88
@chiedo commented on GitHub (May 14, 2018):
I should probably specify! Good call
@chiedo commented on GitHub (May 14, 2018):
Ahhh thanks @vikkio88, Just habit I guess haha
@kusti8 commented on GitHub (May 30, 2018):
I've added more examples. I'll improve documentation as in #145