Skip to content
View haschdl's full-sized avatar
Block or Report

Block or report haschdl

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
haschdl/README.md

Hi there ๐Ÿ‘‹

Most of my repositories are from my creative coding practice. I also have a few niche libraries, and my submissions to the Advent of Code.

๐Ÿ“† Currently participating in the Advent of Code 2022, using Typescript and Javascript (non-competitive, goal is to finish all puzzles this year). My solutions are published at https://github.com/haschdl/advent-of-code-2022

๐Ÿ–ผ I make and sell digital artwork, check it out @h.scheidl and ๐Ÿ›’ hscheidl.art.

๐ŸŒฑ Iโ€™m currently learning how to ask better questions and be a better listener.

๐Ÿ‘ฏ Iโ€™m looking to collaborate on teaching and mentoring.

โšก Fun fact: I was born here ๐Ÿ‡ง๐Ÿ‡ท, and I lived many years in ๐Ÿ‡ซ๐Ÿ‡ฎ and then settled in ๐Ÿ‡ธ๐Ÿ‡ช.

Try it yourself

If you are part of a development team, try out my Abstract Art from your Git Logs https://github.com/haschdl/gitlogposter

Libraries and stuff

Libraries related to creative coding with Processing and OpenFrameworks:

  • A Javascript library for using the MIDI API in the browser (Javascript) Link to repo
  • A Processing library for the MIDI controller from Novation (Java) Link to repo
  • An OpenFrameworks plug-in for the MIDI controller Novation Launch Controller (C++, 2017) Link to repo

Pinned

  1. generative generative Public

    Generative art projects with Processing, python, Java, Blender

    JavaScript 24 1

  2. launchControllerJs launchControllerJs Public

    Novation LaunchController wrapper for Javascript. Primarily targeted at p5.js

    JavaScript 9

  3. pLaunchController pLaunchController Public

    A JAVA wrapper for the Novation Launch Controller aimed at using the MIDI pads and knobs as input for Processing sketches.

    HTML 11 3

  4. dear-gen-code dear-gen-code Public

    Source code for the Dear Gen book.

    JavaScript 5

  5. regisfrias/dear-gen regisfrias/dear-gen Public

    Generative Postal Art

    Processing 2

  6. A list of RGB codes that closely mat... A list of RGB codes that closely match a temperature in Kelvin. I think I used this to create some kind of spectrogram audio visualization
    1
    kelvin_table = {
    2
        1000: (255, 56, 0),
    3
        1100: (255, 71, 0),
    4
        1200: (255, 83, 0),
    5
        1300: (255, 93, 0),