Sujet : Re: 'Graphics' of libwy
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : comp.lang.c++Date : 23. Dec 2024, 00:26:14
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vka76m$rbmf$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
User-Agent : Mozilla Thunderbird
On 12/22/2024 10:50 AM, wij wrote:
[...]
I just wrote two program (face_svr.cpp, face_cli.cpp) to test what I thought.
It looks plausible using C++ to write graphic programs without using any
graphic library. Dream come true! 'C++ graphics' is possible and easy.
Well, sure. PPM's are rather easy to create. :^)
Creating OBJ files in C/C++ is rather easy as well.