Skip to content

Instantly share code, notes, and snippets.

@chopin1998
chopin1998 / setup Huion L610 (Frego) under Linux
Last active December 25, 2024 03:24
Setup HUION L610 (Inspiroy Frego) under LinuX
Huion L610 (绘王 Inspiroy Frego) is a good tablet.
But for now (2024-12-24), its firmware has a bug (i think) that as default mode the upper button on pen is un-useable.
dump using evtest:
// tip touch
Event: time 1734945664.049126, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042
Event: time 1734945664.049126, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
Event: time 1734945664.141165, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042
@nukadelic
nukadelic / EditorFontSize.cs
Last active December 31, 2024 06:58
Unity Editor Font Size Changer -- EditorStyles
#if UNITY_EDITOR
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using System.Reflection;
public class EditorFontSize : EditorWindow
{
// enable resize on launch to set a default font size , using this option will disable the ability to have the window accassible
@DanielArnett
DanielArnett / vive-tracker-ubuntu-instructions.md
Last active January 23, 2025 14:16
How to use the HTC Vive Trackers in Ubuntu using Python 3.6.

This tutorial will guide you through the setup of the HTC Vive Tracker in Python 3.6 on Ubuntu 14.04.

Prerequesites

Up to date graphics drivers

x86 architecture

SteamVR requires >4GB disk space