Skip to content
View Roy-Ermers's full-sized avatar
  • Altura.io
  • Noord brabant, Nederland

Highlights

  • Pro
Block or Report

Block or report Roy-Ermers

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

  1. 3d-engine 3d-engine Public

    -

    JavaScript 2

  2. hackathon hackathon Public

    C#

  3. unum unum Public

    JavaScript 3

  4. 2d-engine 2d-engine Public

    TypeScript

  5. voxel-engine voxel-engine Public

    TypeScript

  6. A generic color class with built in ... A generic color class with built in converters between different color formats
    1
    export default class Color {
    2
      get R() {
    3
        return Math.round(this.r);
    4
      }
    5