prettify examples: add main demo screen to select specific examples#117
prettify examples: add main demo screen to select specific examples#117elv-gilles wants to merge 5 commits into
Conversation
* encapsulate each example * add README.md
mjarkk
left a comment
There was a problem hiding this comment.
I think we should use go run . in the examples to keep it simpeler
* use 'go run .' in usage and text message * make 'main' view sensitive to screen dimensions
|
I'm just wondering, why did you use all the I don't really understand the reason to put these assignements to a function where you don't check the return value, so I'm wondering what was your reason to add them there. |
Humm, sorry to be confusing. |
|
Ok... so let's wait for @mjarkk input. |
|
I personally don't like the Tough that said they are also out of the scope of this PR so let's not add them. |
|
@mjarkk - I fixed the github workflow and therefore need another approval. |
|
I haven't been around for some time and now I see that this is not really merged. So I will just give here my opinion, but @mjarkk feel free to merge. I can see that most of the As for the PR. At first I was a bit hesitant as I like to have possibility to run just one program using |

This patch allows to compile all examples in one binary.
A main 'demo' example is added on top allowing to run each of the specific examples - although each example can still be run individually. see the added README