Skip to content
View hageldave's full-sized avatar
  • University of Stuttgart
  • Germany / Stuttgart

Block or report hageldave

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. JPlotter Public

    OpenGL based 2D Plotting Library for Java using AWT and LWJGL

    Java 46 6

  2. ImagingKit Public

    Java library for imaging tasks that integrates well with the java.awt.image environment

    Java 17 2

  3. ezFFTW Public

    A wrapper built on top of bytedeco's JavaCPP preset for the FFTW library, that hides the cumbersome native pointering for ez (easy) use.

    Java 15 1

  4. uamds Public

    Uncertainty-Aware Multidimensional Scaling (Reference Implementation)

    Java 9

  5. BarycentricGradientPaint is a java.a...
    1
    /* Copyright 2021 David Haegele - Source from JPlotter */
    2
    
                  
    3
    import java.awt.Color;
    4
    import java.awt.Paint;
    5
    import java.awt.PaintContext;
  6. UAMDS-python Public

    Python port of the uncertainty-aware multidimensional scaling algorithm.

    Python