Skip to content
View emil1326's full-sized avatar
๐Ÿ˜ƒ
code Code CODE
๐Ÿ˜ƒ
code Code CODE

Highlights

  • Pro

Organizations

@JET-V

Block or report emil1326

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
emil1326/README.md

๐Ÿ‘‹ Hey, I'm Emil

VRChat / Unity ย |ย  Blender tooling ย |ย  C# / Python / PHP ย |ย  AI experiments

Typing SVG

Public VRChat avatar work, Blender add-ons, bitmap tooling, and a pile of WIP Unity modules.

๐Ÿ’ซ About Me

  • I build public tools for VRChat, Blender, bitmap/image workflows, and web projects.
  • My work is published under Emil's Work at emils-work.freesite.online.
  • I maintain Kita'vali, a public VRChat avatar project with main, legacy, and test variants.
  • I have also taken on VRChat and VSeeFace avatar commissions, especially for Kita'vali edits.
  • I maintain Emil-sVRCSoundBoard, an in-avatar VRChat soundboard that works without extra tools.
  • I maintain EmilsBlenderToolkit, a Python Blender add-on toolkit for mesh editing, shapekeys, weights, and rigging.
  • I build BitMapMaker and Emil-sBitmapInterpreter in C# for code-driven bitmap and image work.
  • My site currently groups work into personal work, school work, personal Unity work, commissions, the Kita'vali project, and avatar listings.
  • In EmilsAssets, I started a set of WIP Unity and VRChat modules like AvatarBlocker, AvatarCoordinator, IngamePresetSetter, AnimationPropertyChanger, ChainMaker, SuperUIBuilder, PerfTools, ScriptFunctions, TextMeshForVRC, and SuperSoundBoardV1.
  • My Gumroad storefront focuses on VRChat scripts, models, textures, and related freebies.
  • JETV is the organization where I helped make a video game, and the hosted JETV website was a school TP to show what we could do on the web.
  • I also keep Template-Menu-Web-Console, a reusable .NET console starter with modular app/page structure and layered data access, plus AITests as a web and AI experiment repo.
  • I work across C#, Python, PHP, JavaScript, GLSL, Unity, Blender, Krita, and Substance Painter.
  • ๐Ÿ“ซ Reach me at emilien.devauchelle@outlook.com.

โœจ Highlights

mindmap
  root((What I Make))
    ๐ŸŽฎ VRChat
      Avatar editing
      In-avatar tools
      Commissions
      Public avatar work
    ๐Ÿฆ Blender
      Python add-ons
      Workflow helpers
      Mesh / rig / texture tools
    ๐Ÿ–ผ๏ธ Bitmap / image
      BitMapMaker
      Emil-sBitmapInterpreter
      C# tooling
    ๐Ÿ•น๏ธ JETV
      Video game project
      Hosted web TP
    ๐ŸŒ Web / AI
      Templates
      Experiments
      Utility repos
Loading

๐ŸŒ Socials

Website Email Discord Gumroad GitHub

๐Ÿ’ป Tech Stack

C# .NET Python PHP JavaScript TypeScript GLSL HTML5 Unity Blender React Vue.js NodeJS MySQL MariaDB Git GitHub

๐Ÿš€ Featured Projects

flowchart TB
		Root((Featured Projects))
		Root --> ThreeD["3D / VR"]
		Root --> Tools["Tooling"]
		Root --> DevAI["Web / AI"]

		ThreeD --> Blender["EmilsBlenderToolkit"]
		ThreeD --> SoundBoard["Emil's VRC SoundBoard"]
		ThreeD --> Kitavali["Kita'vali V2.4"]

		Tools --> Template["Template-Menu-Web-Console"]
		Tools --> Bitmap["BitMapMaker"]
		Tools --> Interpreter["Emil's Bitmap Interpreter"]

		DevAI --> AITests["AITests"]

		classDef root fill:#0f172a,stroke:#38bdf8,color:#ffffff,stroke-width:3px;
		classDef group fill:#1e293b,stroke:#94a3b8,color:#e2e8f0,stroke-width:2px;
		classDef vr fill:#0ea5e9,stroke:#0369a1,color:#ffffff,stroke-width:2px;
		classDef art fill:#f97316,stroke:#c2410c,color:#ffffff,stroke-width:2px;
		classDef web fill:#10b981,stroke:#047857,color:#ffffff,stroke-width:2px;
		classDef ai fill:#8b5cf6,stroke:#6d28d9,color:#ffffff,stroke-width:2px;

		class Root root;
		class ThreeD,Tools,DevAI group;
		class Blender,SoundBoard vr;
		class Kitavali art;
		class Template web;
		class Bitmap,Interpreter art;
		class AITests ai;
Loading

๐Ÿ“Š GitHub at a Glance

mindmap
	root((GitHub at a Glance))
		18 public repositories
		30 total repositories
		3 followers / 8 following
		Recent public activity
			AITests
			EmilsBlenderToolkit
			This README
		Main languages
			C#
			Python
			PHP
			JavaScript
			GLSL
Loading

๐Ÿ” Most Representative Repos

  • EmilsBlenderToolkit
  • Emil's VRC SoundBoard
  • Template-Menu-Web-Console
  • AITests
  • BitMapMaker

๐Ÿงฐ EmilsAssets WIP Modules

mindmap
	root((EmilsAssets WIP Modules))
		Avatar tools
			AvatarBlocker
			AvatarCoordinator
			IngamePresetSetter
			AnimationPropertyChanger
			ChainMaker
			SuperSoundBoardV1
			SuperUIBuilderv3
		Asset workflows
			MaterialActionner
			MeshDifferenceTool
			PerfTools
			PipelineManager
			ScriptFunctions
			TinyDocs
		Visual helpers
			TextMeshForVRC
			TextureUtils
			Themes
Loading

Pinned Loading

  1. JETV JETV Public

    PHP 1

  2. EmilsBlenderToolkit EmilsBlenderToolkit Public

    Python

  3. python python Public

    Python

  4. Emil-sBitmapInterpreter Emil-sBitmapInterpreter Public

    C#

  5. Emil-sVRCSoundBoard Emil-sVRCSoundBoard Public

    Simple to install Soundboard that is inside the avatar itself, no outside tools needed no extra software

    GLSL

  6. Template-Menu-Web-Console Template-Menu-Web-Console Public

    C#