Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: processing/processing-video-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: experimental
Choose a base ref
...
head repository: processing/processing-video-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 28 files changed
  • 2 contributors

Commits on Jul 28, 2015

  1. properly initialize the texture with 0

    Signed-off-by: Umair Khan <[email protected]>
    omerjerk committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    1df62ce View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2015

  1. Configuration menu
    Copy the full SHA
    f56048f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2015

  1. Remove render buffer - fixes noisy overlay

    Signed-off-by: Umair Khan <[email protected]>
    omerjerk committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    2936f04 View commit details
    Browse the repository at this point in the history
  2. Remove GLES30 import and usages

    Signed-off-by: Umair Khan <[email protected]>
    omerjerk committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    3b46d45 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. Configuration menu
    Copy the full SHA
    cdec53d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. add camera permission in BlackWhite example

    Signed-off-by: Umair Khan <[email protected]>
    omerjerk committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    943bb5a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2015

  1. Fix Black White example

    Signed-off-by: Umair Khan <[email protected]>
    omerjerk committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    866aaf1 View commit details
    Browse the repository at this point in the history
  2. Add CameraTextureOnCube example

    Signed-off-by: Umair Khan <[email protected]>
    omerjerk committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    ac78aaf View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. add youtube video link

    omerjerk committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    33fd710 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. builds, with some caveats

    had to manually unzip the AndroidMode.zip to have it pick up classes in
    processing-core.zip, but other than that, this works with the most
    recent Android Mode and Processing4.
    kjhollen committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ac7c3b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    15f0175 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Update build system to gradle

    use `gradle dist` to build project, which will also copy it into the
    user's processing sketchbook folder, and prepare a .zip file for
    online distribution.
    
    generates the library.properties file from a template, copying data
    over from build.properties (both found in the resources folder).
    
    uses new maven repository created by @codeanticode
    
    updates .mov -> .mp4 in example, for better Android compatibility.
    
    updated README with brief build instructions.
    will add Android Studio instructions later.
    kjhollen committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    4f6708f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from kjhollen/gradle-build

    Gradle build
    kjhollen authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    9edff82 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge pull request #15 from kjhollen/master

    Update to be compatible with latest version of Android Mode
    omerjerk authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6a31402 View commit details
    Browse the repository at this point in the history
Loading