Skip to content

Instantly share code, notes, and snippets.

View TakoPuck's full-sized avatar
🧙‍♂️

TakoPuck TakoPuck

🧙‍♂️
View GitHub Profile
@Kryzarel
Kryzarel / EasingFunctions.cs
Last active July 5, 2026 03:50
C# Easing Functions
using System;
namespace Kryz.Tweening
{
// Made with the help of this great post: https://joshondesign.com/2013/03/01/improvedEasingEquations
// --------------------------------- Other Related Links --------------------------------------------------------------------
// Original equations, bad formulation: https://github.com/danro/jquery-easing/blob/master/jquery.easing.js
// A few equations, very simplified: https://gist.github.com/gre/1650294
// Easings.net equations, simplified: https://github.com/ai/easings.net/blob/master/src/easings/easingsFunctions.ts
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active September 4, 2026 08:51
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example