If you’re an IT person, you likely use many tools and operating systems, and you take notes of commands you might have to look up in the near future. I’ve always had my command notes stored in Google Sheets for reference, but that felt inconvenient. I decided to make a simple desktop application for Windows and Mac to store the commands you use. Enter the command for copy/pasting, a description, and assign a group like Cisco, Kubernetes, Linux, and so on. So far, the data is stored locally via Better SQLite3, but the plan is to use Google Drive to store data. I chose ElectronJS + React + Vite + TypeScript for my framework. Work in progress, and the app will have a switch between an English and Japanese interface.
My workflow. 1. Rig Model with Rigify 2. Export obj to Mixamo 3. Import to Mixamo 4. Choose animation and Export without skin 5. Import to Blender 6. Use RokokoStudio Live Addon to retarget bone data from Mixamo to Rigify Rig
This is where things get tricky. The names of the bones do not match and you also have to customize IK/FK settings. I should make a video note for myself because you would forget these after a few months. You can export and import bone naming schemes with Rokoko Studio Live addon. I will leave the exported data here as record.
After experiencing 2 game jams and a few fullstack projects I am finally ready to begin my long journey of my first game I plan on releasing on Steam. Like any game, I need to start with the player model and basic movement. First goal is to try to get a prototype of the game loop ready in 6 months. Excited, anxious, and feeling the challenge before we even start.