File: future_tutorials.rst

package info (click to toggle)
python-sfml 2.2~git20150611.196c88%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,816 kB
  • ctags: 1,605
  • sloc: python: 1,125; cpp: 309; makefile: 118
file content (55 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Officials tutorials
===================

System module
-------------
.. toctree::
   :maxdepth: 1

   tutorials/threads
   tutorials/handling_time
   tutorials/user_data_streams

Window module
-------------
.. toctree::
   :maxdepth: 1

   tutorials/opening_and_managing_a_sfml_window
   tutorials/events_explained
   tutorials/keyboard_mouse_and_joysticks
   tutorials/using_opengl_in_a_sfml_window

Graphics module
---------------
.. toctree::
   :maxdepth: 1

   tutorials/drawing_2d_stuff
   tutorials/sprites_and_textures
   tutorials/text_and_fonts
   tutorials/shapes
   tutorials/designing_your_own_entities_with_vertex_arrays
   tutorials/position_rotation_scale_transforming_entities
   tutorials/adding_special_effects_with_shaders
   tutorials/controlling_the_2d_camera_with_views

Audio module
------------
.. toctree::
   :maxdepth: 1

   tutorials/playing_sounds_and_musics
   tutorials/recording_audio
   tutorials/custom_audio_streams
   tutorials/spatialization_sound_in_3d

Network module
--------------
.. toctree::
   :maxdepth: 1

   tutorials/communicating_with_sockets
   tutorials/using_and_extending_packets
   tutorials/web_requests_with_http
   tutorials/file_transfers_with_ftp