This tutorial will guide you through the setup of the HTC Vive Tracker in Python 3.6 on Ubuntu 14.04.
Up to date graphics drivers
x86 architecture
SteamVR requires >4GB disk space
| 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 |
| #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 |