File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,10 @@ Features
44
44
- Support for custom management commands
45
45
- Camera and system camera support so we can easily inspect our scene
46
46
- Easy resource management system (shaders, textures)
47
- - Supports vertex, fragment and geometry shaders (tessellation soon (tm) )
47
+ - Supports vertex, fragment and geometry shaders (tessellation is wip )
48
48
- A geometry module for quick creation of common mesh/VAO types
49
- - Well documented (soon (tm))
49
+ - Well documented (wip)
50
+ - (Experimental audio playback support)
50
51
51
52
Requirements
52
53
------------
@@ -82,7 +83,7 @@ pygame's mixer module. (Optional setup for this)
82
83
Audio Requirements:
83
84
84
85
- As the current position in the music is what all
85
- draw timers are connected to , we need a library that can deliver this.
86
+ draw timers are based on , we need a library that can deliver very accurate value for this.
86
87
- Efficient and accurate seeking + pause support
87
88
- Some way to extract simple data from the music for visualisation
88
89
@@ -100,6 +101,7 @@ Use version 3.2.1 or later.
100
101
- https://github.com/adamlwgriffiths/Pyrr for math (uses numpy)
101
102
102
103
Optional for audio:
104
+
103
105
- https://www.pygame.org using the mixer module for music
104
106
105
107
What inspired us to make this project?
You can’t perform that action at this time.
0 commit comments