Skip to content
View literallylara's full-sized avatar
✌️
✌️
Block or Report

Block or report literallylara

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

Nice to meet you! 👋

I'm Lara - a self-employed full stack developer from Germany with over 10 years of experience.
Have a look at my CV for more details or keep scrolling to view some of my work.

Shaders

JS1K Competition Entries

Client Work

Polygon Models

CAD Models

Other Profiles

Pinned Loading

  1. MIDI.js MIDI.js
    1
    /**
    2
     * MIDI parser for JavaScript
    3
     * Reference: midi.org/specifications-old/item/the-midi-1-0-specification
    4
     *
    5
     * @author Lara Sophie Schütt (@literallylara)
  2. Romanesco 2.0 - Post Mortem.md Romanesco 2.0 - Post Mortem.md
    1
    ## Index
    2
    * [Preface](#preface)
    3
    * [The Setup](#the-setup)
    4
    * [The Shader](#the-shader)
    5
    * [The Sound](#the-sound)
  3. riff-wave-pcm.js riff-wave-pcm.js
    1
    /**
    2
     * RIFF WAVE PCM file generator
    3
     * Reference: www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html
    4
     *
    5
     * @author Lara Sophie Schütt (@literallylara)
  4. WindowCoupler.js WindowCoupler.js
    1
    /**
    2
     * A `Window.postMessage()` wrapper that aims to simplify the process of
    3
     * having two windows communicate with each other (see below for more details).
    4
     *
    5
     * @author Lara Sophie Schütt (@literallylara)
  5. geometry-2d.js geometry-2d.js
    1
    /**
    2
     * A collection of utility functions for working with 2d geometry:
    3
     * Polygons, Segments, Lines & Points
    4
     * 
    5
     * @author Lara Sophie Schütt (@literallylara)
  6. PromiseWorker.js PromiseWorker.js
    1
    /**
    2
     * Promise wrapper for web workers.
    3
     *
    4
     * @author Lara Sophie Schütt (@literallylara)
    5
     * @license MIT