You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can read more about how it works and the current state of development [here](https://lwn.net/Articles/750152/).
31
-
32
29
### Presets
33
30
The preset files define the visualizations via pixel shaders and Milkdrop-style equations and parameters. Included with projectM are the bltc201, Milkdrop 1 and 2, projectM, tryptonaut and yin collections. You can grab these presets [here](http://spiegelmc.com/pub/projectm_presets.zip).
34
31
@@ -68,6 +65,9 @@ You can also download an enormous 41,000 preset pack of presets [here](https://m
@@ -98,7 +98,6 @@ If you would like to help improve this project, either with documentation, code,
98
98
## Maintainers
99
99
If you maintain packages of libprojectM, we are happy to work with you! Please note well:
100
100
* The main focus of this project is libprojectM. It's a library that only really depends on OpenGL. The other applications are more like examples and demos.
101
-
* This project was converted to use GNU autotools instead of CMake in 2018. This was due to inflexibility of CMake, issues with OSX and SDL2, an unintuitive configuration interface, standardizing on the most common and well-understood build system, a desire to make it easier for others to get up and running and contribute, and other factors too lengthy to expound on here.
102
101
* Most of the applications (e.g. `src/projectM-*`) are likely outdated and of less utility than the core library. If you desire to use them or depend on them, please file an issue so we can help update them.
103
102
* The "canonical" application for actually viewing the visualizations is now projectM-sdl, based on libSDL2 because it supports audio input and is completely cross-platform.
104
103
* This is an open source project! If you don't like something, feel free to contribute improvements!
0 commit comments