Skip to content
View TheaVanherst's full-sized avatar
πŸ‘Ύ
programmer socks
πŸ‘Ύ
programmer socks
Block or Report

Block or report TheaVanherst

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

Vanh Logo

Thea Vanherst

[She / Her] Multimedia designer, artist & dev.
Graduate in information technology / digital media design & art.

I don't tend to use git, and I have tons of other ongoing projects in other media spheres. I'm just here to post my learning experience.

  • πŸ’» I’m currently working as a freelance artist.
  • πŸ– Currently developing Vanh.art as a testing landscape for a future work project.

Current Projects:

Vansche.me

Designed for Crypt of the Necrodancer to recreate the game-engine look and design to accurately represent sprites as presented in game - open source and written and designed in javascript, designed for the browser for maximum accessability and compatibility with as little as possible backend.

I also created my own resource pack to test the software during development, which you can view on the Steam Workshop.

Vansche.me

Vanh.art is an experimental blog written in Svelte, Javascript. The site is focused on developing a unique mean to present all of my current and past projects, alongwith pages to highlight alternate medias such as Art, Design, Modeling and Programming.

Although my website has already been written and uploaded once before and is currently avaliable on github, I'm more than aware it just isn't upto scratch and currently relies on Github to manage my images, which is currently being replaced by Sanity.

It's a learning process, and it'll be a while before I get it upto scratch and comfortable with posting it here.

Vansche.me
  • Vahn character development Via. character sheet.
  • Steam Workshop item sprite clean-up.
  • Hardware updates / adjustments.

πŸ“ž Other "Github" Projects

  • Designed and drew the character in my profile picture.

Pinned

  1. VanH.svelte VanH.svelte Public

    The current ongoing repository for my website; VanH.art. There's a lot to do and not much time to do it, so apologies for bad code and no documentation.

    Svelte

  2. Crypt-Of-The-NecroSpriter Crypt-Of-The-NecroSpriter Public

    A Javascript Crypt Of The Necromancer Spritesheet Renderer

    JavaScript 8

  3. titlebarScroller titlebarScroller Public

    A title string parser that is compatible with 2-part unicode characters with a scroll animation.

    JavaScript

  4. spritesheetCursor spritesheetCursor Public

    A pixel-art spaceship animated and controlled & animated through JavaScript mouse movement.

    Svelte

  5. Highlight.js Line Numbering Highlight.js Line Numbering
    1
    <script>
    2
      let rawCode = ""  // <--- insert your code into this var.
    3
          language = "js"
    4
    5
      let code = hljs.highlight(rawCode, {language: language}).value;
  6. A function call to request the alt t... A function call to request the alt text for SanityGalleries.
    1
    altTextReq.tsx --------
    2
    
                  
    3
    export { pull }
    4
    
                  
    5
    const pull = (obj) => {