pyjs / pyjs.org

Website. Assets and build sources for the website at http://pyjs.org
pyjs.org
13 stars 5 forks source link

Clean up pyjs Examples #9

Closed bittner closed 2 years ago

bittner commented 12 years ago

Motivation

Some examples are broken or seem unmaintained. There should be a representative set of examples, showing off pyjs' capabilities, demonstrating what it feels like coding in pyjs, and explaining / solving commonly asked questions. These should look nice, feel good using them, and it should be easy to navigate through them.

Proposed Solution

1.) Clustering the existing examples would help to think of a new structure:

HELLO WORLD EXPERIMENTS

2.) Consolidate the examples in each cluster (e.g. find out which examples can be turned into a single "great example")

3.) Each example should provide a (good) title, a short explanation, a working demo (of course!), and an easy way to see the full source code. The "Showcase" is a good - though unstyled - example. (GWT's Showcase looks a little bit less old-fashioned: https://developers.google.com/web-toolkit/examples/)

See also

ghost commented 12 years ago

I see no button to assign this to myself. I'll volunteer to work on this issue, if someone wants to assign it to me, or tells me how to assign it myself.

ghost commented 12 years ago

For now, I'll let GWT showcase be my inspiration, as well as the structure proposed above.

bittner commented 12 years ago

Some hints on a new version 0.2 of the Asteroids example: https://github.com/pyjs/pyjs/issues/755#issuecomment-7895526

bittner commented 2 years ago

This problem is likely obsolete.