Skip to content

Instantly share code, notes, and snippets.

View VadimBoev's full-sized avatar
💭
творю интересное

Vadim Boev VadimBoev

💭
творю интересное
View GitHub Profile
@Kirandeep-Singh-Khehra
Kirandeep-Singh-Khehra / kiran_ray_modelanimation_adv.c
Created December 19, 2024 14:35
Simple implementation of multiple animation blend and helper function for Raylib 3d ModelAnimation.
/*
Simple functon to blend n different RayLib 3d ModelAnimations. This function just update bones. So, skinning shader is required.
*/
#ifndef _KIRAN_RAY_MODELANIMATION_ADV_
#define _KIRAN_RAY_MODELANIMATION_ADV_
#include "raylib.h"
#include "rlgl.h"
#include "raymath.h"
@raysan5
raysan5 / open_source_and_videogames.md
Last active August 31, 2025 20:05
Open Source and Videogames - Resources

open_source_and_videogames

Open Source and Videogames - Resources

This git include a list of programs, tools, engines and libraries free and open source intended to make videogames.

NOTE: This gist is a support material for the talk "Open Source and Videogames" given by me, Ramon Santamaria, on October 26th 2021 in Canòdrom, Barcelona. All the materials listed here were explained in detail in a +2 hours talk.

Contents

@airglow923
airglow923 / sources.list-focal
Last active April 23, 2025 14:26
Ubuntu Mirrors sources.list for Focal (20.04), Hirsute (21.04), Impish (21.10) and Jammy (22.04)
deb https://archive.ubuntu.com/ubuntu focal main restricted universe multiverse
deb-src https://archive.ubuntu.com/ubuntu focal main restricted universe multiverse
deb https://archive.ubuntu.com/ubuntu focal-security main restricted universe multiverse
deb-src https://archive.ubuntu.com/ubuntu focal-security main restricted universe multiverse
deb https://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse
deb-src https://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse
deb https://archive.ubuntu.com/ubuntu focal-proposed main restricted universe multiverse
@ishad0w
ishad0w / sources.list
Created April 30, 2020 16:55
Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
@bjoern-r
bjoern-r / Huawei_E3372_openwrt.md
Last active August 30, 2025 13:02
How to use a Huawei E3372 on OpenWRT

HOWTO use a Huawei E3372 on OpenWRT

This modem is also sold as a MegaFon M150-2 USB dongle

Needed Software

Install the needed packages via opkg tool

opkg update