Deutsch English Français Italiano |
<4f77312442109b3f5232e75c3fffc933b369e546.camel@gmail.com> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: wij <wyniijj5@gmail.com> Newsgroups: comp.lang.c++ Subject: Re: 'Graphics' of libwy Date: Mon, 16 Dec 2024 06:57:37 +0800 Organization: A noiseless patient Spider Lines: 19 Message-ID: <4f77312442109b3f5232e75c3fffc933b369e546.camel@gmail.com> References: <4ffeda4ce7116f70754bcfcaee87cb729081fac3.camel@gmail.com> <vjmiu4$it04$1@raubtier-asyl.eternal-september.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Date: Sun, 15 Dec 2024 23:57:38 +0100 (CET) Injection-Info: dont-email.me; posting-host="71e0e87351af83703b92c0f021272a68"; logging-data="832787"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18S9tf/VyvhlxSW93BZd+h7" User-Agent: Evolution 3.54.2 (3.54.2-1.fc41) Cancel-Lock: sha1:6NQ5F/cI/HOA/gGmih1g0ApMsA4= In-Reply-To: <vjmiu4$it04$1@raubtier-asyl.eternal-september.org> Bytes: 1721 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 s= creen > > (emulator) is barely enough (width can be >320). >=20 > https://www.cairographics.org/cairomm/ I managed to compile a tutorial program. I think I need a light-weight rast= er=C2=A0 graphics library.