Skip to content
View EloiStree's full-sized avatar

Block or report EloiStree

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
EloiStree/README.md

Learn Godot โžก๏ธ ๐Ÿ’ป Code Section - ๐Ÿš‚ Engine Section - ๐Ÿ•น๏ธ๐ŸŽฎ Hacking Game - ๐Ÿ‘“ XR Section - ๐Ÿ“ Raspberry Pi - ๐ŸฅฝQuest3 - ๐Ÿบ๐Ÿป


I am just a leaf on the wind who loves coding, while being badly designed in my brain for it.
I only hope for one thing in life: to have fun with code until I die. ๐Ÿ˜€

At 30, I almost died, and my last thought was:
"It is a stupid death, but it was a fun life."

I was never educated about making money... So I am very poor, but with a good and honest heart.
When I am not coding, I love teaching people how to code and doing game jams.

I have three lifetime projects that I would like to be able to provide to the community:

  • APInt.io: Raspberry Pi server that allows you to make games and communicate between PCs using only integers with RSA/ECC sign-in.
  • GOMI: Remapping of inputs to create macros in games, automations, and bots.
  • CodeLab TV/XR: Mini-games in Godot, playable using UDP and WebSocket only, to learn coding.

What I am working on at the moment is creating tools to organize code workshop and code tournaments in CodeLab mini-games.
The idea would be to train solo, test in XR, and then battle on a live server in a cinema.

I try to make mini-games with Internet of Things hardware simulations for real-life remote-controlled robots.
The goal is to make your coding knowledge transferable to reality.

To make all of that work, I created two standards:

  • S2W: Integers representing input.
  • IID: The player's index, followed by an integer value and the date of the action.

The license for all my work, in summary:
"If I save you one day of work, feel free to send me a beer."
https://buymeacoffee.com/apintio

I mainly work by creating toolboxes in Godot and Unity3D.
So feel free to fork them and make them your own.
Be careful, I code for myself... Code changes a lot.
(Ping me if you use a toolbox and want a bit more stability on it.)


Hello there ๐Ÿ‘‹

image
Discord: https://discord.gg/uKwNN2ECJH

S2W - XOMI - IID
Code Lab XR - G128x64 - APInt128x64 - Code Lab Cinema
Go to All Repositories

http://apint.io - http://apint.ddns.net
MetaMask Coaster - pypi_ - crate_


Unity Toolboxes:

"be.elab.developernote": "https://github.com/EloiStree/OpenUPM_DeveloperNote.git",
"be.elab.missingscript": "https://github.com/EloiStree/2024_10_16_FindMissingScript.git",

"be.elab.tickcollection": "https://github.com/EloiStree/OpenUPM_TickCollection.git",
"be.elab.primitiverelay": "https://github.com/EloiStree/2025_04_02_FacadePrimitiveValueRelay.git",

"be.elab.watchexecutetime": "https://github.com/EloiStree/2024_04_18_WatchExecuteTime.git",
"be.elab.watchtimelayersexecution": "https://github.com/EloiStree/OpenUPM_WatchTimeLayersExecution.git",

"be.elab.quickgitutility": "https://github.com/EloiStree/2019_07_21_QuickGitUtility.git",
"be.elab.unitypackagefacilitator": "https://github.com/EloiStree/2019_07_21_UnityPackageFacilitator.git",

"be.elab.blockscolor": "https://github.com/EloiStree/2024_10_16_BlocksColor.git",

OLD
"be.elab.generaltoolbox": "https://github.com/EloiStree/2021_10_03_EloiGeneralToolbox.git",

Main Project:

git clone --recursive https://github.com/EloiStree/CodeLabCinema.git
cd CodeLabCinema
git submodule foreach 'git switch main'
cd ..
git clone --recursive https://github.com/EloiStree/CodeLabXR.git
cd CodeLabXR
git submodule foreach 'git switch main'
cd ..
git clone --recursive https://github.com/EloiStree/G128x64.git
cd G128x64
git submodule foreach 'git switch main'
cd ..
git clone --recursive https://github.com/EloiStree/GOMI.git
cd GOMI
git submodule foreach 'git switch main'
cd ..
git clone --recursive https://github.com/EloiStree/CodeLabTV.git
cd CodeLabTV
git submodule foreach 'git switch main'
cd ..
git clone --recursive https://github.com/EloiStree/GoGitModule.git
cd GoGitModule
git submodule foreach 'git switch main'
cd ..
git clone --recursive https://github.com/EloiStree/2026_01_18_godot_nes_controller_udp.git
cd 2026_01_18_godot_nes_controller_udp
git submodule foreach 'git switch main'

Portfolio

I am coding all day... And most of the code are not showable. But you can find some here: here image
image

๐Ÿ“š Teaching Workshop

image
Search for "Hello", "Workshop"y

Need my help for something ?

Feel free to ping me. I often do a quick break to help when I can.
image

May the code be with you,
Kind regards,
Eloi S.


Since Septembre 2025 image


Code License

By default all my work is under a variation of the Beerware License.
image

/*
 * ----------------------------------------------------------------------------
 * "PIZZA LICENSE":
 * https://github.com/EloiStree wrote this file.
 * As long as you retain this notice you
 * can do whatever you want with this stuff.
 * If you think my code made you win a day of work,
 * send me a good ๐Ÿบ or a ๐Ÿ• at
 *  - https://buymeacoffee.com/apintio
 *
 * May the code be with you.
 *
 * Updated version: https://github.com/EloiStree/License
 * ----------------------------------------------------------------------------
 */

Unstored

๐Ÿงฐ ๐Ÿ“ฆ ๐Ÿ“น ๐Ÿ’ป ๐Ÿ’ฅ ๐ŸŽฎ ๐‘’ ๐Ÿ”จ ๐Ÿป โ˜• ๐Ÿงช

Pinned Loading

  1. S2W S2W Public

    Apprendre la programmation par warcraft via Scratch ๐Ÿ˜

    Python 2 2

  2. 2024_10_23_WowIntegerWorkshopCSharp 2024_10_23_WowIntegerWorkshopCSharp Public

    Learn to code in C# with World of Warcraft free account.

    C# 5

  3. 2024_11_16_upm_wow_int 2024_11_16_upm_wow_int Public

    Ready to start code for ScratchToWarcraft from C# in Unity3D

    C#

  4. 2024_11_16_python_wow_int_pico_w 2024_11_16_python_wow_int_pico_w Public

    Ready to start Pico W project to learn code with Scratch To Warcraft

    Python 1

  5. HelloInput HelloInput Public

    Collect of information about old project on Input in aim to do a workshop on the topic

  6. 2025_01_01_python_hello_pi_os_ntp_server 2025_01_01_python_hello_pi_os_ntp_server Public

    Code and tutorial to enable an NTP server on your Raspberry Pi to synchronize the time of devices connected to it.

    Python 1