Skip to content

Instantly share code, notes, and snippets.

View geegaz's full-sized avatar
🎯
Focusing

Geegaz geegaz

🎯
Focusing
View GitHub Profile
@geegaz
geegaz / trail_3d.gd
Last active February 1, 2024 22:13 — forked from axilirate/trail_3d.gd
A Custom 3D trail renderer for Godot 4.
class_name Trail3D extends MeshInstance3D
"""
Original Author: Oussama BOUKHELF
License: MIT
Version: 0.1
Email: o.boukhelf@gmail.com
Description: Advanced 2D/3D Trail system.
"""
@geegaz
geegaz / ArduinoCommunication.ino
Created June 30, 2023 08:52
OVUM - Arduino code
/*
Based on the Simple UDP example by Tom Igoe
*/
#include <SPI.h>
#include <WiFiNINA.h>
#include "arduino_secrets.h"
#include "components.h"
#include "protocol.h"
#define BUFFER_SIZE 256