Skip to content

Instantly share code, notes, and snippets.

View gabrieldechichi's full-sized avatar

Gabriel Dechichi gabrieldechichi

View GitHub Profile
@gabrieldechichi
gabrieldechichi / gist:c1043c77867a64d188a37a949fcee1f1
Created June 19, 2025 21:13
C Engine - animation.c - 250519
#include "animation.h"
#include "lib/array.h"
#include "lib/assert.h"
#include "lib/math.h"
#include "lib/typedefs.h"
#include "renderer.h"
#include "vendor/cglm/types.h"
void apply_joint_transform_recursive(Joint_Array joints,
mat4_Array joint_matrices, u32 joint_idx,
@gabrieldechichi
gabrieldechichi / ps-profile.ps1
Last active March 6, 2022 21:49
Powershell Profile
Set-Variable -Name 'dev_path' -Value 'D:/dev/'
Import-Module "$dev_path/src/github.com/gabrieldechichi/dev-scripts/import_all.ps1"
@gabrieldechichi
gabrieldechichi / wt-settings.json
Last active December 27, 2022 17:01
Windows terminal settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [{
"command": "unbound",
"keys": "ctrl+pgup"
},
{
"command": "unbound",
"keys": "ctrl+pgdn"
},