Commit Graph

1845 Commits

Author SHA1 Message Date
62c4fcd59c Create inno setup for windows with sdl on appveyor 2019-06-04 18:38:39 -04:00
aff8ace194 Update pmSDL.hpp
WASAPI_LOOPBACK requires WIN32
2019-06-04 13:17:25 -04:00
213d2507a7 windows audio capture for sdl2 2019-06-04 12:48:37 -04:00
ee40b8b41b Merge pull request #216 from mancoast/stereo
init Stereo
2019-06-02 08:54:58 -04:00
5d73c7bac1 STEREOSCOPIC_SBS 2019-06-01 11:55:15 -04:00
f648967da5 Update .gitignore 2019-05-23 20:49:34 -04:00
c97833262b updates windows store app, release for all platforms
arm x86 x64
2019-05-23 18:07:28 -04:00
412cd7432c build all platforms for windows store 2019-05-23 16:57:15 -04:00
b3a6a0cc1c experimental presets 2019-05-23 16:57:15 -04:00
d379f5bc04 Update README.md 2019-05-17 12:48:59 -04:00
8df593eee6 Include all presets into windows universal package 2019-05-17 12:25:28 -04:00
48b194a10d Add NSMicrophoneUsageDescription for macOS - required to capture audio input 2019-05-11 22:41:46 +03:00
e85bf0386d remove Cg framework 3.1.1-rc4 2019-05-11 19:16:47 +03:00
4fd40d0efc GLSL and emscripten - JavaScript and WebGL support (#92)
* add glm lib in vendor folder

* fix makefile

* add more help and context to emscripten readme

* add correct output parameter to emcc

* add how to restart the process to the readme

* simplify emscripten compilation

* apply patch

* fix blur shaders to work with WebGL
2019-05-11 19:07:49 +03:00
f2e0a32368 update xbox app 2019-05-06 19:11:00 -04:00
00db44bb81 cleanup more preset names 2019-05-06 19:07:40 -04:00
4428c09c31 filters 2019-05-06 18:47:52 -04:00
e217fee408 presets_bltc201 2019-05-06 18:45:31 -04:00
d8f30c2c22 adjust presetURL to enable nested folders 2019-05-06 17:03:28 -04:00
deb8ad06e9 fixup additional preset names 2019-05-06 16:08:15 -04:00
9c8035c0f8 Update WASAPICapture.cpp
rework audio sampler
2019-05-06 15:59:36 -04:00
f05911abc2 Update EyeTune.WindowsUniversal.Application.vcxproj
deploy images to correct folder
2019-05-06 15:53:35 -04:00
e6391c9715 update destination folder 2019-05-06 15:44:55 -04:00
926b00ef7a fixup and include tryprtonaut presets in store 2019-05-06 15:33:22 -04:00
f982e09456 try to bundle all tryptonaut presets 2019-05-06 15:14:39 -04:00
dbeeca1535 Update EyeTune.WindowsUniversal.Application.vcxproj 2019-05-06 15:08:52 -04:00
8e77bf19a0 fixup EoS art signatures 2019-05-06 15:02:59 -04:00
c7e9570f81 update bundled presets with UWP app 2019-05-06 14:26:13 -04:00
0c59e9853f Update .appveyor.yml 2019-05-06 13:50:04 -04:00
bbbf246198 WindowsUniversal Application continuous integration 2019-05-06 13:36:03 -04:00
315a6d2c79 Update AUTHORS.txt 2019-05-05 11:11:10 -04:00
9d0b31a6db Update README.md
Windows link
2019-05-04 21:09:29 +03:00
a83bb1b0c8 update / release new bundle to windows store 2019-05-03 16:03:03 -04:00
2c9beac75e update presets included with windows store app 2019-05-03 15:56:32 -04:00
86ebff7e46 Added VR/Multiple screen support (#201)
* Supports Multiple pass2 renderings.

My application (Silent Radiance) added projectM visualizers, but I needed support for VR.
So I added Renderer::RenderFrameOnlyPass1 and Renderer::RenderFrameOnlyPass2
This allows an offset in the screen output so the same image can be rendered twice very quickly.
I could have rendered to a buffer externally.

This is  fed into the Raylib VR in my application to add the fisheye effect.

* Added an example of the VR

* Added multiple screen renderings for VR

Added a new way of rendering that allows multiple pass2's to be done: one per screen.
This allows for a second screen output, and VR. In fact I am using this for VR where I need a left and right eye on the same screen.
In order to do this, I sometimes have to set the viewport not starting at the upper left of the screen.

Added renderFrameOnlyPass2 - and an optional pipeline can be passed - this would be a pipeline when there is a transition from one visual to another.  This can be called once per eye.

Finally, renderFrameEndOnSeparatePasses cleans up, does the fps control, statistics, etc.



This alternate rendering is as possible:
Pipeline pipeline;
Pipeline *comboPipeline;
comboPipeline = renderFrameOnlyPass1(&pipeline);

for each eye:
  renderFrameOnlyPass2(comboPipeline,xoffset,yoffset,eye);
  
Then
renderFrameEndOnSeparatePasses(comboPipeline); 
for the accounting and releasing the mutex

* Removed the duplication of code for VR.

* Removed the duplication of code for VR.
2019-04-29 01:11:18 +03:00
869f913e1d Update projectM.WindowsUniversal.SharedLibrary.vcxproj 2019-04-26 16:10:10 -04:00
6bcbf3dce1 Update EyeTune.WindowsUniversal.Application.vcxproj 2019-04-26 16:10:05 -04:00
21715e91bf Update EyeTune.Shared.vcxitems 2019-04-26 16:10:01 -04:00
cc97a26655 EyeTune for Xbox and Windows Store
src for UWP app
2019-04-26 15:52:12 -04:00
c425e42177 Create .gitignore 2019-04-26 15:45:35 -04:00
835474f1d2 modify for WINRT support 2019-04-26 14:57:58 -04:00
4737920bf1 Update BUILDING.md 2019-04-26 09:28:57 -04:00
c8ec10a0ae 4 commits (#197)
* Remove linkage to SDL

* Fix projectM-jack binary name

* delete generated files

* Also delete generated files in pulseaudio
2019-04-26 00:34:43 +03:00
95d9365338 Fix desktop files (#196)
- Fix exec paths
- Fix omitted .desktop file during install
- Fix description
- Fix icon name, location
2019-04-23 00:24:15 +03:00
0ed6a6258e Use real input on Win/SDL (#194)
* Remove FAKE_AUDIO define on Windows

* Update documentation for Windows

* Update readme info for Windows, extract building guide to BUILDING.md
2019-04-16 18:28:24 +03:00
58ece4fbbb projectM Android native build (#191)
* configure script to build libprojectM with NDK

Allows to cross compile libprojectM library using
Android's toolchain for an arm target.
Tested on Ubuntu.

* Android-NDK: Build .so as well as .a

* Adjust CPPFLAGS to make the .so actually usable

* WIP: crashes in trying to link egl

* Add libEGL to linking flags, so that libprojectM.so depends on libEGL.so

* configure-ndk: set install paths

By setting prefix, libdir and datarootdir it's possible to simply do
$ ./autogen.sh
$ ./configure-ndk
$ make -j`nproc` && make install-strip

to build the library, copy it and headers to the right place, and install
all presets as Android assets for inclusion in the apk.

* Let gradle include libc++_shared.so

No need to include this manually, better to let gradle pull in the
version from the NDK toolchain in use.

* Load jniwrapper

Get boring UnsatisfiedLinkError otherwise.

* Extract and use embedded preset assets

Now ProjectM will cycle through all available presets
based on default settings.

* Add precompiled preset assets

* Don't leak existing instance when creating new one

* A few minor Android build changes: use GLESv3 instead, do not try to build SDL under NDK

* Mark GLESv3 as required.

On some rockchip devices I tested on - only v2 is supported.
projectM fails on glGetSampler calls, since those are not implemented.

* Make Activity full screen

* Android:
 - hook up basic audio
 - start on a random preset
 - switch presets on touch

* Android package rename

* Android: do not story a copy of all presets inside android app

After building the android app's dependecies using NDK,
`make install-strip` copies over the prebuilt libraries
as well as all the presets. Since they are stored in this
git repo, no need to store a copy.

I leave a few test presests in the app, in case someone
wants to try building the app without rebuilding the dependencies.
2019-04-11 16:58:30 +02:00
9f59d72da1 XDG Base Directory Specification compliance (#190)
* Rename variables and replace strcpy calls with strcat

* Use XDG_CONFIG_HOME dir for config when environment variable is set
2019-04-11 09:49:53 +03:00
376d57ccab Trivial fix for projectM-jack.desktop (#189)
as already in src/projectM-pulseaudio/projectM-pulseaudio.desktop remove
extension
Fix an warning when run desktop-file-install
value "prjm16-transparent.svg" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path
2019-04-05 09:31:21 +03:00
7a38548ecc Temporarily moved bad presets to bad_presets folder in repo root to avoid disrupting users' visual experience while the community fixes them (#187) 2019-03-30 23:49:44 +02:00
adb7e3ea06 Merge pull request #182 from mancoast/appv
Create .appveyor windows binary release
2019-03-22 15:40:01 -04:00