Deutsch English Français Italiano |
<vjqhau$1ceif$1@dont-email.me> 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: Lynn McGuire <lynnmcguire5@gmail.com> Newsgroups: comp.lang.c++ Subject: Re: 'Graphics' of libwy Date: Mon, 16 Dec 2024 18:41:02 -0600 Organization: A noiseless patient Spider Lines: 24 Message-ID: <vjqhau$1ceif$1@dont-email.me> References: <4ffeda4ce7116f70754bcfcaee87cb729081fac3.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 17 Dec 2024 01:41:03 +0100 (CET) Injection-Info: dont-email.me; posting-host="c0b647654f8823536e774d19dc1c2b26"; logging-data="1456719"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/H/UvXnQYV2KqvTJHhz6TxkODi7GCa9g0=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:gNKWUetWKMOqFxzy9uv4I8xJL2E= In-Reply-To: <4ffeda4ce7116f70754bcfcaee87cb729081fac3.camel@gmail.com> Content-Language: en-US Bytes: 2071 On 12/15/2024 4:04 AM, wij wrote: > 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). .... I totally agree that C++ should have a graphics library and a user interface library both. Have you looked at https://wxwidgets.org/ "wxWidgets is a C++ library that lets developers create applications for Windows, macOS, Linux and other platforms with a single code base. It has popular language bindings for Python, Ruby, Lua, Perl and several other languages, and unlike other cross-platform toolkits, wxWidgets gives applications a truly native look and feel because it uses the platform's native API rather than emulating the GUI. It's also extensive, free, open-source and mature." Lynn