Skip to content

Instantly share code, notes, and snippets.

View infinitypacific's full-sized avatar

Pacifiky infinitypacific

View GitHub Profile
@CHFR-wide
CHFR-wide / ease_copy_1.0.3.lua
Last active January 31, 2026 04:49
Script for saving and applying easing presets within davinci fusion
-- Easecopy v1.0.3
-- Changelog:
-- v1.0.3 : Makes the script composition-agnostic
-- v1.0.2 : Fixes an issue where number-only ease names would crash the script
----------------------
-- UI_MANAGER SETUP --
----------------------
@MCJack123
MCJack123 / 8ci-png.cpp
Last active January 1, 2026 08:06
Converts TI-84+ CE .8ci bitmap pictures/images to PNG files
// requires libpng and png++ (brew install png++) (sudo apt-get install libpng++-dev)
// compile with g++ -o 8ci-png 8ci-png.cpp -lpng
// add -I/usr/local/include if on mac and errors out with "png++/png.hpp: no such file or directory"
#include <iostream>
#include <fstream>
#include <vector>
#include <png++/png.hpp>
//-----------8ci palette---------------
std::vector<png::rgb_pixel> colors = {