digitalmars.D - Harmonia and the GC
- Christof Schardt (18/18) Sep 23 2014 Do you guys remember 'Harmonia' ? A promising GUI-tool
- ketmar via Digitalmars-d (5/5) Sep 23 2014 On Tue, 23 Sep 2014 17:37:59 +0200
- Domingo (7/15) Sep 23 2014 I emailed the harmonia author and he sent me a copy of the latest
- ketmar via Digitalmars-d (7/12) Sep 23 2014 i believe that the code was freely available all the time (but is
Do you guys remember 'Harmonia' ? A promising GUI-tool once developed in D1 by Andrew Fedoniouk. [1,2,3] Unfortunately he stopped the development long time ago and changed his tools. The reasoning is now explained in his recent blog post [4] Interesting (regarding the recent GC-discussion here), because he also talks about GC and and discusses briefly, which parts of his engine needs the GC and for which other part it does harm. Now he is back at C++ combined with the js-like TIScript. I wonder, whether he would rethink his decision, if could start with D2. -- Christof [1] http://harmonia.terrainformatica.com/map.html [2] http://harmonia.terrainformatica.com/Harmonia.source.119.zip [3] http://harmonia.terrainformatica.com/HarmoniaDemo.zip [4] http://www.terrainformatica.com/index.php/2014/07/10-years-road-to-sciter/
Sep 23 2014
On Tue, 23 Sep 2014 17:37:59 +0200 Christof Schardt via Digitalmars-d <digitalmars-d puremagic.com> wrote: semi-offtopic: i was toying with the idea of porting Harmonia to D2, i like it's ideas. but there are so many things to do and so many things much funnier that writing GUIs, alas...
Sep 23 2014
On Tuesday, 23 September 2014 at 18:44:53 UTC, ketmar via Digitalmars-d wrote:On Tue, 23 Sep 2014 17:37:59 +0200 Christof Schardt via Digitalmars-d <digitalmars-d puremagic.com> wrote: semi-offtopic: i was toying with the idea of porting Harmonia to D2, i like it's ideas. but there are so many things to do and so many things much funnier that writing GUIs, alas...I emailed the harmonia author and he sent me a copy of the latest harmonia D source code and I tried to update it to work with linux and dmd2 but stoped to do other things now, if someone want to get it and try finish leave a message here. Cheers !
Sep 23 2014
On Tue, 23 Sep 2014 19:23:28 +0000 Domingo via Digitalmars-d <digitalmars-d puremagic.com> wrote:I emailed the harmonia author and he sent me a copy of the latest=20 harmonia D source codei believe that the code was freely available all the time (but is somewhat hard to find).and I tried to update it to work with=20 linux and dmd2 but stoped to do other things now, if someone want=20 to get it and try finish leave a message here.maybe you'll just create some git repo on github or repo.or.cz (the last one not requiring registration, only your public SSH key to be able to push), so anyone can "fork and go" if he wants?
Sep 23 2014