May 11, 2019
On 2019-05-09 20:42:54 +0000, Adam D. Ruppe said:

> i do web and gui

:-)

> Though my gui library is 100% from scratch on linux, and... barely even good enough for myself to use. I really need to write a new text edit widget.

Ok, so a GUI based app framework really seems to be a "hot topic". I'm going to push a couple of prototypes a bit more forward to prove my ideas fitting together while fulling my constraints how I want such a framework to be.

I keep you informed.

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster

May 12, 2019
On Wednesday, 8 May 2019 at 09:15:41 UTC, Ron Tarrant wrote:
> On Wednesday, 8 May 2019 at 06:30:56 UTC, Robert M. Münch wrote:

>> Our focus is executable size (I'm an old school guy) and speed.

What about correctness?

[...]
>> For some simple real-time grid example see: https://www.dropbox.com/s/eyya0brc5sbcs09/Bildschirmaufnahme%202019-05-02%20um%2022.09.54.mov?dl=0
>
> Very impressive.

Don't want to curb anybody's ambitions but I see massive aliasing in the space and in the time domain. I actually wanted to post a link to the antigrain website, which, however, was removed after its author had passed away 2013. Apparently there is no archive copy of that impressing website. Remains: Wikipedia [1].

[1] https://en.wikipedia.org/wiki/Anti-Grain_Geometry
May 13, 2019
On Sunday, 12 May 2019 at 17:33:16 UTC, kdevel wrote:
> On Wednesday, 8 May 2019 at 09:15:41 UTC, Ron Tarrant wrote:
>> On Wednesday, 8 May 2019 at 06:30:56 UTC, Robert M. Münch wrote:
>
>>> Our focus is executable size (I'm an old school guy) and speed.
>
> What about correctness?
>
> [...]
>>> For some simple real-time grid example see: https://www.dropbox.com/s/eyya0brc5sbcs09/Bildschirmaufnahme%202019-05-02%20um%2022.09.54.mov?dl=0
>>
>> Very impressive.
>
> Don't want to curb anybody's ambitions but I see massive aliasing in the space and in the time domain. I actually wanted to post a link to the antigrain website, which, however, was removed after its author had passed away 2013. Apparently there is no archive copy of that impressing website. Remains: Wikipedia [1].
>
> [1] https://en.wikipedia.org/wiki/Anti-Grain_Geometry

The old site is archived in wayback
https://web.archive.org/web/20180103191733/http://antigrain.com/

And here is GUI framework done using it.
https://www.creativedocs.net/devs/gui

ZTop

May 17, 2019
On Monday, 13 May 2019 at 09:25:05 UTC, ztop wrote:

[...]
> The old site is archived in wayback
> https://web.archive.org/web/20180103191733/http://antigrain.com/

Thanks. That is the page I have been looking for:

https://web.archive.org/web/20180306023416/http://www.antigrain.com/research/font_rasterization/index.html
May 19, 2019
On 2019-05-12 17:33:16 +0000, kdevel said:

> On Wednesday, 8 May 2019 at 09:15:41 UTC, Ron Tarrant wrote:
>> On Wednesday, 8 May 2019 at 06:30:56 UTC, Robert M. Münch wrote:
> 
>>> Our focus is executable size (I'm an old school guy) and speed.
> 
> What about correctness?

Correctness of what? Of the framework? Of course...

> Don't want to curb anybody's ambitions but I see massive aliasing in the space and in the time domain.

Not sure what you mean by this... it's a simple prototype. And, if you minify a responsive layout at some point your get rounding errors in. If course the screencast shows an artificial case.

> I actually wanted to post a link to the antigrain website, which, however, was removed after its author had passed away 2013. Apparently there is no archive copy of that impressing website. Remains: Wikipedia [1].
> 
> [1] https://en.wikipedia.org/wiki/Anti-Grain_Geometry

Of couse we know AGG. Quality and speed is better than AGG.

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster

May 20, 2019
On Sunday, 19 May 2019 at 13:07:36 UTC, Robert M. Münch wrote:
> On 2019-05-12 17:33:16 +0000, kdevel said:
[...]
>> What about correctness?
>
> Correctness of what?

Open a new document in MS Word or any other word processor and then press and hold the "L" key until the cursor hits the right margin. What do you see? Evenly spaced els?
May 21, 2019
On 2019-05-20 19:26:38 +0000, kdevel said:

> Open a new document in MS Word or any other word processor and then press and hold the "L" key until the cursor hits the right margin. What do you see? Evenly spaced els?

The layout stuff we do is not meant to handle text layouting. That will be something different. How about a LaTeX like layout option? But correct font handling and text rendering is not easy... but step-by-step. Text rendering works so far...

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster

1 2 3
Next ›   Last »