Skip to content

Instantly share code, notes, and snippets.

View steryo's full-sized avatar
🎯
Focusing

Devrim steryo

🎯
Focusing
View GitHub Profile
@WillzZz
WillzZz / AnimatedMaterial.cs
Created September 16, 2014 06:34
Unity3d Animated Material / Facial Animations
/*
* Copyright (c) 2014 William Corwin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@sandyjmacdonald
sandyjmacdonald / code.py
Last active May 26, 2023 12:46
MIDI CC knob controller example for Raspberry Pi Pico
import time
import board
import usb_midi
import adafruit_midi
from analogio import AnalogIn
from adafruit_midi.control_change import ControlChange
# MIDI CC knob controller example for Raspberry Pi Pico
@bladeSk
bladeSk / Unity-Linux-VSCode-Intellisense-Debugger.md
Last active October 20, 2024 18:38
How to install Unity3D on Ubuntu based Linux distros (Kubuntu, Xubuntu, POP_OS, Mint, Neon, Zorin, etc.).

How to install Unity3D on Ubuntu based Linux distros (Kubuntu, Xubuntu, POP_OS, Mint, Neon, Zorin, etc.).

This guide details how to install UnityHub, Unity, VS Code and how to get full C# support with IntelliSense and debugging.

Tested on Kubuntu 22.04.

Installing Unity Hub

Unity Hub won't run on Ubuntu newer than 20.04 because it depends on an outdated libssl. We need to manually install the package from 20.04:

@BurAndBY
BurAndBY / GBAZero.md
Last active October 25, 2023 12:36
Pi Zero GBA

GBA using Pi Zero

YouTube doesn't like when you add too many links to the description, so here is the organized page with all the credit and music



LCDShow Instalations Instruction:

git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show