Skip to content

Instantly share code, notes, and snippets.

View ManeFunction's full-sized avatar
🕹️
game-dev

Ilia Petrov-Komotskii ManeFunction

🕹️
game-dev
View GitHub Profile
@ManeFunction
ManeFunction / mkvmkacomp.py
Last active October 21, 2023 00:26
MKA + MKV batch combiner (py)
# This script can easily combine MKV and MKA files to the single MKV package
# Required installed ffmpeg (can be easily done with brew install ffmpeg)
# As a bonus, can copy ass subtites as well
# Enjoy :)
# by Mane Function (2023)
import os
import shutil
import subprocess
@ManeFunction
ManeFunction / EasingFunctions.cs
Last active May 3, 2024 13:32 — forked from cjddmut/EasingFunctions.cs
Easing Functions for Unity3D
/*
* Created by C.J. Kimberlin
* Refactored by Mane Function
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal