Liste des Groupes | Revenir à cl c++ |
On Sun, 2024-12-22 at 15:26 -0800, Chris M. Thomasson wrote:On 12/22/2024 10:50 AM, wij wrote:ought.
[...]I just wrote two program (face_svr.cpp, face_cli.cpp) to test what I th=yIt looks plausible using C++ to write graphic programs without using an=>graphic library. Dream come true! 'C++ graphics' is possible and easy.=20
Well, sure. PPM's are rather easy to create. :^)
=20
Creating OBJ files in C/C++ is rather easy as well.
For simple GUI, e.g. drawing graph of math. functions, statistics, Mandelbr=
ot
set,...) is no problem.
>
int main() {
Array2D<Pixel> img;
draw_mand(img);
put_image("graphics_server", img);
zoom_event_handler();
}
>
The solution of C++ graphics (or GUI) is no graphics in C++.
Date | Sujet | # | Auteur | |
15 Dec 24 | 'Graphics' of libwy | 42 | wij | |
15 Dec 24 | Re: 'Graphics' of libwy | 3 | Bonita Montero | |
15 Dec 24 | Re: 'Graphics' of libwy | 2 | wij | |
16 Dec 24 | Re: 'Graphics' of libwy | 1 | Ross Finlayson | |
16 Dec 24 | Re: 'Graphics' of libwy | 6 | David Brown | |
17 Dec 24 | Re: 'Graphics' of libwy | 5 | Lynn McGuire | |
17 Dec 24 | Re: 'Graphics' of libwy | 4 | David Brown | |
17 Dec 24 | Re: 'Graphics' of libwy | 3 | Chris Ahlstrom | |
17 Dec 24 | Re: 'Graphics' of libwy | 1 | Michael S | |
18 Dec 24 | Re: 'Graphics' of libwy | 1 | David Brown | |
17 Dec 24 | Re: 'Graphics' of libwy | 32 | Lynn McGuire | |
17 Dec 24 | Re: 'Graphics' of libwy | 31 | Paavo Helde | |
17 Dec 24 | Re: 'Graphics' of libwy | 30 | Muttley | |
17 Dec 24 | Re: 'Graphics' of libwy | 28 | David Brown | |
17 Dec 24 | Re: 'Graphics' of libwy | 2 | Paavo Helde | |
18 Dec 24 | Re: 'Graphics' of libwy | 1 | David Brown | |
17 Dec 24 | Re: 'Graphics' of libwy | 25 | Muttley | |
18 Dec 24 | Re: 'Graphics' of libwy | 24 | David Brown | |
18 Dec 24 | Re: 'Graphics' of libwy | 23 | Muttley | |
18 Dec 24 | Re: 'Graphics' of libwy | 2 | David Brown | |
18 Dec 24 | Re: 'Graphics' of libwy | 1 | Muttley | |
18 Dec 24 | Re: 'Graphics' of libwy | 20 | Keith Thompson | |
19 Dec 24 | Re: 'Graphics' of libwy | 19 | wij | |
19 Dec 24 | Re: 'Graphics' of libwy | 18 | Keith Thompson | |
19 Dec 24 | Re: 'Graphics' of libwy | 17 | wij | |
19 Dec 24 | Re: 'Graphics' of libwy | 16 | Keith Thompson | |
20 Dec 24 | Re: 'Graphics' of libwy | 15 | Ross Finlayson | |
20 Dec 24 | Re: 'Graphics' of libwy | 14 | Keith Thompson | |
20 Dec 24 | Re: 'Graphics' of libwy | 1 | Ross Finlayson | |
20 Dec 24 | Re: 'Graphics' of libwy | 12 | Keith Thompson | |
20 Dec 24 | Re: 'Graphics' of libwy | 6 | wij | |
22 Dec 24 | Re: 'Graphics' of libwy | 5 | wij | |
23 Dec 24 | Re: 'Graphics' of libwy | 4 | Chris M. Thomasson | |
23 Dec 24 | Re: 'Graphics' of libwy | 3 | wij | |
23 Dec 24 | Re: 'Graphics' of libwy | 2 | Muttley | |
25 Dec 24 | Re: 'Graphics' of libwy | 1 | wij | |
20 Dec 24 | Re: 'Graphics' of libwy | 5 | Ross Finlayson | |
20 Dec 24 | Re: 'Graphics' of libwy | 4 | Lynn McGuire | |
20 Dec 24 | Re: 'Graphics' of libwy | 1 | Chris M. Thomasson | |
20 Dec 24 | Re: 'Graphics' of libwy | 2 | Ross Finlayson | |
20 Dec 24 | Re: 'Graphics' of libwy | 1 | Chris M. Thomasson | |
17 Dec 24 | Re: 'Graphics' of libwy | 1 | Chris M. Thomasson |
Les messages affichés proviennent d'usenet.