Sujet : Re: 'Graphics' of libwy
De : wyniijj5 (at) *nospam* gmail.com (wij)
Groupes : comp.lang.c++Date : 15. Dec 2024, 23:57:37
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <4f77312442109b3f5232e75c3fffc933b369e546.camel@gmail.com>
References : 1 2
User-Agent : Evolution 3.54.2 (3.54.2-1.fc41)
On Sun, 2024-12-15 at 13:43 +0100, Bonita Montero wrote:
Am 15.12.2024 um 11:04 schrieb wij:
I had headache whenevr I think about graphics in C++. Why C++ does not provide
a graphics library (lots complaint about this), not even a simplest one for
demonstrating its 'power' of C++ itself? Then, I suddenly realized that the
minimal answer is already there because the resolution of modern text screen
(emulator) is barely enough (width can be >320).
https://www.cairographics.org/cairomm/
I managed to compile a tutorial program. I think I need a light-weight raster
graphics library.