Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/projectM-visualizer/projectm

projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.
https://github.com/projectM-visualizer/projectm

Update EyeTune.WindowsUniversal.Application.sln

2ca7801a5575cd280246bb8f61fb7eda9362bd28 authored about 5 years ago
Update EyeTune.WindowsUniversal.Application.vcxproj

938a13ef7b52459a8dcf6fe4a402127e8e69dcde authored about 5 years ago
Update publish_eyetune_build.sh

8aecc66d5dc54be0b04094dcd159c77bbee41a30 authored about 5 years ago
fix presets sorting

5380bd2f231993c9e64f2580e93a44c36d5088ae authored about 5 years ago
logs

965dbd93b8c639fb02dd2d127905daafda3621d6 authored about 5 years ago
Update publish_eyetune.sh

a8432beeff82fb1536852e64d6098edb80d1de2a authored about 5 years ago
Create publish_eyetune_build.sh

fc568cea944b90c73bbaf347dac9f81a7aeb5d02 authored about 5 years ago
Update publish_eyetune.sh

7df78e0f78c91a14d674c07cd2789a402d03f8fb authored about 5 years ago
Create publish_eyetune.sh

cb5ab9e90e8e1cd6fdcc90eac83b4c0f490c528c authored about 5 years ago
Create publish_eyetune.bat

cd29b04234963ec60d1b9a89c35a9041a5603963 authored about 5 years ago
Revert "Revert "Update EyeTune.WindowsUniversal.Application.vcxproj""

This reverts commit b196f3fd8a5457873d82f27e6cdfbbaa7d8b0814.

1c349f3e870e64484de0f7e5efb865020308da71 authored about 5 years ago
Revert "Update EyeTune.WindowsUniversal.Application.vcxproj"

This reverts commit 5790725de2deb18d558ffbbf1ec49cb4398eabb1.

3bbf99da702a66d8d1231c161b9b6fea9c69b0b8 authored about 5 years ago
Update EyeTune.WindowsUniversal.Application.vcxproj

43664978c8d4833a9b4062f92f5d37af61aee1c0 authored about 5 years ago
Update EyeTune.WindowsUniversal.Application.sln

ddd06d11a8f3bcf6e279ddcac965ac937663a846 authored about 5 years ago
Update Package.appxmanifest

f6ae2bfd2ff4006128a5eae36672851b86a2a8df authored about 5 years ago
Update Package.StoreAssociation.xml

c7111e8b2129ea080a3b2702b8210dd235eed5de authored about 5 years ago
Update EyeTune.WindowsUniversal.Application.vcxproj

cde84a1834524d259b194c6c94103a758b6fe060 authored about 5 years ago
Update presets_eyetune.vcxitems

d8c8f1f1858ebec38e86acfeedb756feb10ce393 authored about 5 years ago
Create presets_community.vcxitems

b9902817629c5d58dd56304a70b8bfe2c1db1013 authored about 5 years ago
Update EyeTuneApp.cpp

f346fccff590c1cae5165a2ad6798b610e459ea4 authored about 5 years ago
Create presets_eyetune.vcxitems

fbccd6d214c14733f27842c18f682c508d3c803b authored about 5 years ago
rework windows store build for msvc 2019 toolchain

21ad4c37954dfd44670b663d04922da023b30a68 authored about 5 years ago
more presets_eyetune

c58885a53e1b8562cbdb308e01f465ab6e4b0627 authored about 5 years ago
presets_eyetune

7cf01eb1161b7da952ce83ae34aee82eab639b74 authored about 5 years ago
Delete .gitignore

46dcb5dd7524146fb920ccf3561b2644a0c3d9b2 authored about 5 years ago
Update .gitignore

813108b90fd630f886c33eb2a7d97b1b046db695 authored about 5 years ago
Create .gitignore

a24c10c10d72113407b9094987b50771deb90e6e authored about 5 years ago
Revert "Added backers and sponsors on the README"

This reverts commit a9bf984e5424e0ca72d104f5da57f33012f46000.

ede05c659620a60b9cc5e205a31a27d7556c6233 authored about 5 years ago
Update README.md

92225c9d72f733a4364bcd9654f88f87d7f47eee authored about 5 years ago
Update README.md

d7c388859ea14cc108405a93d66fce51ef6bb641 authored about 5 years ago
rework for windows build

15a3f44db932e939e4ef47da4252f9792df8890a authored about 5 years ago
Update EyeTune.Shared.vcxitems

b9d9e9206eefb40ff081ef7a63fde1eb5f49a430 authored over 5 years ago
Reduce Qt5 requirements to a minimum (#173)

* Reduce Qt5 requirements to a minimum

* Extend the search path for Qt-related tools

b42452c3bb1febd59ed3863e5f240c055b73029d authored over 5 years ago
Update README.md (#250)

293d8164d73dcb0f2c0077aa8ef9b03e409be42b authored over 5 years ago
BUILDING.md: clean-up & upd docs (#247)

* BUILDING.md: rm tautology & move phrase to relevant place

* BUILDING.md: mv place build inf...

3302a15f77bcc66b14afc13bafc405803dd70e12 authored over 5 years ago
allow separate folder structure of presets during install (#249)

This is intended to install the folders as deposited at the source. If the backend is used then ...

75db5c231e856ef6aa08e2e43425a633a8efda6e authored over 5 years ago
autogen.sh: fix (#248)

* autogen.sh: add more portable #!, provide -e key explicitly

This is minority, NixOS and som...

cb1214e2b782cb2d5f4b9fd3d6eb8f5b699077b1 authored over 5 years ago
typo fix

0ccb8bde65bc84c67cb79fe3893904f1136a478a authored over 5 years ago
There was a bug that existed in open GL ES 2.0 implementations and random textures (#239)

* There was a bug that existed in open GL ES 2.0 implementations
where glTexImage2D could not c...

a03f2d0d805cfd525e3a926b5fd93220b705cfab authored over 5 years ago
grab max PCM samples per audio callback - maybe it makes it more responsive. fix fullscreen->windowed. add ctl-q to quit.

f727ae05599d7faed07bb80e62cd3cd0c8cbf9da authored over 5 years ago
use travis to select clang/gcc, upgrade xcode (#240)

* use travis to select clang/gcc, upgrade xcode

* where does this go

* where does this go
...

c2f641c59efa989e9bf75742c734f159516255cc authored over 5 years ago
typo correction in README.me

e8c3a363a3621376ca21594fcd8922e83d1b5f94 authored over 5 years ago
Update README.md

c65744b4687b5a0257f5803f976b199d32c91e99 authored over 5 years ago
Update README.md

14f21b10bbf515e2e467004bb061d47a274bb2ff authored over 5 years ago
Set file dialogs to not be native (#232)

578a748e8f3280ff545534524a30b7e171f06afe authored over 5 years ago
Update EyeTune.WindowsUniversal.Application.vcxproj

4916ce1d85d0633fe92506b037167f55135e8eb4 authored over 5 years ago
Update EyeTune.WindowsUniversal.Application.vcxproj

9ab4bf78123c546f172fd7bd2e91647c001a3e25 authored over 5 years ago
move milkdrop source to nest folder

caceaf08250f9e4a5bcac43b664414bea0b86dac authored over 5 years ago
Initial commit

8fa87d9519ca03fe555b04f3ab129e8f021cfc16 authored over 5 years ago
Update README.md

216a7f9c7af8ccd2842223cceddc6208c4838f02 authored over 5 years ago
added a few presets to presets/presets_mischa_collection/ (#218)

* added preset Aderrasi - Bow To Gravity

* added presets 3dRaGoNs & Unchained - Dragon Scienc...

d6fab509511b9b778fc9538930286bda68c3c742 authored over 5 years ago
!STEREOSCOPIC_SBS

4ea996885139b0aa6eaf498c4b7472d752ab3e3b authored over 5 years ago
update windows store app with fullscreen toggle

f24c8d052fa5c44908f0b2023f9f240f4b8e92d5 authored over 5 years ago
Create inno setup for windows with sdl on appveyor

515848a00dbdd77855f1b49bfed8be02b48936b0 authored over 5 years ago
Update pmSDL.hpp

WASAPI_LOOPBACK requires WIN32

044ecda874fe76a4f3b0ec3004be9070ff6dcafd authored over 5 years ago
windows audio capture for sdl2

c09f951ad0e6994996d0b7bf1001d80d1e4add21 authored over 5 years ago
Merge pull request #216 from mancoast/stereo

init Stereo

2825270e42346d15f32b46f4e5c947a97cff2bfd authored over 5 years ago
STEREOSCOPIC_SBS

e4c9ed6c6f45d3c80c130f4159ad7a54580d6ea2 authored over 5 years ago
Update .gitignore

d3e9391b3678ce88a0b02c394698f344d223cd00 authored over 5 years ago
updates windows store app, release for all platforms

arm x86 x64

755b0534fa948ed37ea5ddf4541eda1b83e15d6b authored over 5 years ago
build all platforms for windows store

ecf6e0d1311b3e6da17e09d65720818620773d60 authored over 5 years ago
experimental presets

fd935774f6aaaeffdcb484645eb063be6a398b61 authored over 5 years ago
Update README.md

5423d62bdeb237a38ee191de05b2e7d20b09cf09 authored over 5 years ago
Include all presets into windows universal package

0f4e61ce33cda1b8a399e61c219a040224a86c04 authored over 5 years ago
Add NSMicrophoneUsageDescription for macOS - required to capture audio input

fdc5bf709c75b166830846c6a8f1aa07aac3eb66 authored over 5 years ago
remove Cg framework

256caedf82fdbe5ae298caa836f4c0ac63f3f2b1 authored over 5 years ago
GLSL and emscripten - JavaScript and WebGL support (#92)

* add glm lib in vendor folder

* fix makefile

* add more help and context to emscripten re...

d9fb429abd7cd412dc7789cbc300e2a087c644dc authored over 5 years ago
update xbox app

3818e5784d9c61feaa1600eaec59c3a89b44be79 authored over 5 years ago
cleanup more preset names

c9b73aaae64ea5e3e0622784a243c0500f779822 authored over 5 years ago
filters

aed2f1a04b0f89443303be401ea3abc9e9398616 authored over 5 years ago
presets_bltc201

26e4ebdd341b24625929043dbc067f2c6493bc3d authored over 5 years ago
adjust presetURL to enable nested folders

97b6021d4e26bd68f2e256cf99eb5dceb4efb3f6 authored over 5 years ago
fixup additional preset names

fce9693bf29b7a8b1fc6dabbe16cf86b96943963 authored over 5 years ago
Update WASAPICapture.cpp

rework audio sampler

1d5c69960dfe2cc2e4d6dcb46684125a56e89385 authored over 5 years ago
Update EyeTune.WindowsUniversal.Application.vcxproj

deploy images to correct folder

f8b0fafffb31f06b264c15b8ce164cc8401d42d5 authored over 5 years ago
update destination folder

8e9e3b927da16b9daffe7b41a67a2c009e0b482b authored over 5 years ago
fixup and include tryprtonaut presets in store

fb098a682d1933eda3f92c1b9ca2ca67f54a5a08 authored over 5 years ago
try to bundle all tryptonaut presets

18a0473e2bd31fed0a75a0ecf987f2f4d1b4e27d authored over 5 years ago
Update EyeTune.WindowsUniversal.Application.vcxproj

df2994a2e5831934d0819dfe82b883558e70b3b1 authored over 5 years ago
fixup EoS art signatures

218493e17b76a2ce918746f970e6e7a7434b8fee authored over 5 years ago
update bundled presets with UWP app

8d4ef90d8e4b0aa72871d4268779c0d482d76a41 authored over 5 years ago
Update .appveyor.yml

29bcd7a6a79125891504efbd6ec54504d346dd9d authored over 5 years ago
WindowsUniversal Application continuous integration

bcc11c32f97ecfc090021de1636ee75e6db20492 authored over 5 years ago
Update AUTHORS.txt

60f58eb510c2e1442d8d83c3df9d1a32019f1768 authored over 5 years ago
Update README.md

Windows link

cb75c39069acdcda3c750b7016ce3d9be9820f58 authored over 5 years ago
update / release new bundle to windows store

ce1e44be8bfeb6207dbbe3de666dbeef38981dc6 authored over 5 years ago
update presets included with windows store app

610489ff1039e3ac0237e4a5620952aaf738758b authored over 5 years ago
Added VR/Multiple screen support (#201)

* Supports Multiple pass2 renderings.

My application (Silent Radiance) added projectM visuali...

219a250dcdeb0af36af4429c87b547b4d94d3208 authored over 5 years ago
Update projectM.WindowsUniversal.SharedLibrary.vcxproj

c0d20630d192cc22b2130b6014dbe11cbb7d8afe authored over 5 years ago
Update EyeTune.WindowsUniversal.Application.vcxproj

ed8b6853bc29a2188eb7edd23ea7ca2333a73c32 authored over 5 years ago
Update EyeTune.Shared.vcxitems

99e11180feedbb5d7cbd72e4881b3c1d68ce0bb8 authored over 5 years ago
EyeTune for Xbox and Windows Store

src for UWP app

b6c66e7b01b5e1d4f306e8cac47e2bc3a2fb97a3 authored over 5 years ago
Create .gitignore

9b5aea3f8971c319912bccb4bf4e0d14ceec5c39 authored over 5 years ago
modify for WINRT support

33cb7026bd701bceae7208cda3f8fff4b95fad3c authored over 5 years ago
Update BUILDING.md

4074fd138ad83995674ae4829754fc95eac9b3fe authored over 5 years ago
4 commits (#197)

* Remove linkage to SDL

* Fix projectM-jack binary name

* delete generated files

* Also...

dcf1d50bffee4f462a1e54aff00c8ed3a8f0c0db authored over 5 years ago
Fix desktop files (#196)

- Fix exec paths
- Fix omitted .desktop file during install
- Fix description
- Fix icon name...

4ace3b6656328814216fb282c036dfd6d0029416 authored almost 6 years ago
Use real input on Win/SDL (#194)

* Remove FAKE_AUDIO define on Windows

* Update documentation for Windows

* Update readme i...

db4da3f1e9196e3e1b11b3d8c41143eefd97cf33 authored almost 6 years ago
projectM Android native build (#191)

* configure script to build libprojectM with NDK

Allows to cross compile libprojectM library ...

87e16c14aa454c8990acab53e9b46d1603c0457b authored almost 6 years ago
XDG Base Directory Specification compliance (#190)

* Rename variables and replace strcpy calls with strcat

* Use XDG_CONFIG_HOME dir for config ...

ea68cae7290d68912d9e297f7a055336b86b5ddf authored almost 6 years ago