$$ \newcommand{\floor}[1]{\left\lfloor{#1}\right\rfloor} \newcommand{\ceil}[1]{\left\lceil{#1}\right\rceil} \renewcommand{\mod}{\,\mathrm{mod}\,} \renewcommand{\div}{\,\mathrm{div}\,} \newcommand{\metar}{\,\mathrm{m}} \newcommand{\cm}{\,\mathrm{cm}} \newcommand{\dm}{\,\mathrm{dm}} \newcommand{\litar}{\,\mathrm{l}} \newcommand{\km}{\,\mathrm{km}} \newcommand{\s}{\,\mathrm{s}} \newcommand{\h}{\,\mathrm{h}} \newcommand{\minut}{\,\mathrm{min}} \newcommand{\kmh}{\,\mathrm{\frac{km}{h}}} \newcommand{\ms}{\,\mathrm{\frac{m}{s}}} \newcommand{\mss}{\,\mathrm{\frac{m}{s^2}}} \newcommand{\mmin}{\,\mathrm{\frac{m}{min}}} \newcommand{\smin}{\,\mathrm{\frac{s}{min}}} $$

Prijavi problem


Obeleži sve kategorije koje odgovaraju problemu

Još detalja - opišite nam problem


Uspešno ste prijavili problem!
Status problema i sve dodatne informacije možete pratiti klikom na link.
Nažalost nismo trenutno u mogućnosti da obradimo vaš zahtev.
Molimo vas da pokušate kasnije.

Graphics Programming with Pygame

A very interesting domain of application programming is the creation of programs that use the graphical capabilities of computers, ie. the ability to draw shapes, display images, create animations and simulations, and the like. Such are, for example, computer games, which usually mean that the user controls a character with a mouse or keyboard that appears on the screen and walks through the virtual world, overcoming obstacles and fighting enemies. The Python programming language also offers some graphical capabilities within its standard library (for example, turtle graphics). However, some of the more advanced libraries are usually used for advanced features and game programming. One such library is PyGame. The PyGame library is also suitable for learning computer graphics programming and is presented in the following lessons.

Graphics Programming with Pygame — Podlekcije