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

Block or report 3vorp

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

Welcome to my GitHub profile!

I'm an artist and programmer with experience in Python, Node.js, TypeScript, PHP, Vue.js, and some Java and C.

The fastest way to contact me is through my Discord, but you can also find me at the following links:

Site  Twitter  Reddit  Tumblr  Youtube  Steam 

wakatime

What I do:

Commissions

commission example

I specialize in pixel art media, such as profile pictures, video game textures, or short animations.

I have over three years of pixel art and graphic design experience, and have been doing commission work for over two of those. Client feedback and transparency is central to my services, and I only charge what you can pay.

If you are interested in commissioning me, please let me know via Discord by clicking the link on the left and sending a friend request. We can then proceed in direct messages.


The Faithful Project

faithful logo

Faithful is a collection of open source and community-driven Minecraft resource packs, aiming to provide a higher-resolution version of the default Minecraft textures while staying true to the originals.

I'm a co-owner and manager of the project, and have been involved for over two years in its development. I help with website development, Discord bot development, texture making, and much more.

You can join our Discord server to help us contribute to the project, give feedback, or just generally chat with us, or click the image on the right to view our website.


Please contact me via Discord if you have any additional questions. You can use my other socials too, but my response times may vary.

Pinned Loading

  1. Faithful-Resource-Pack/CompliBot-Submissions Faithful-Resource-Pack/CompliBot-Submissions Public

    Fully automated texture pushing and submission system for the Faithful Discord servers.

    JavaScript

  2. mullak99s-Faithful/FaithfulVenom mullak99s-Faithful/FaithfulVenom Public

    Development of FaithfulVenom

    9

  3. TheRolfFR/firestorm-db TheRolfFR/firestorm-db Public

    Self hosted Firestore-like database with API endpoints based on micro bulk operations

    JavaScript 3 1

  4. convert-pack convert-pack Public

    Convert a Minecraft resource pack between versions and editions with (relative) ease.

    JavaScript

  5. Batch recolor an image to match a se... Batch recolor an image to match a series of provided templates.
    1
    const { loadImage, createCanvas } = require("@napi-rs/canvas");
    2
    const { readdirSync, writeFileSync, existsSync, mkdirSync } = require("fs");
    3
    const { join } = require("path");
    4
    
                  
    5
    /** @typedef {string | URL | Buffer | ArrayBufferLike | Uint8Array | import("@napi-rs/canvas").Image | import("stream").Readable} ImageSource */
  6. Configurable Minecraft nether portal... Configurable Minecraft nether portal atlas generation script for Node.js. Made possible by coyo_t's work and the Minecraft wiki (original code at http://catsofwar.com/mc_proctex/mc.html).
    1
    const { createCanvas, ImageData } = require("@napi-rs/canvas");
    2
    const { writeFileSync } = require("fs");
    3
    
                  
    4
    /**
    5
     * @typedef {Object} PortalOptions