Pinned Repositories
diffusers
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
mathjs
An extensive math library for JavaScript and Node.js
WebGL
The Official Khronos WebGL Repository
p5.js
p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
EzCopenheimer
A basic and easier to use version of the Copenheimer bot created by the 5th Column from 2B2T that you can easily and simply execute using python made for educational purposes. Especially since you don't have to deal with anything like build systems, compilation, and the exact same thing on repeat for dependencies.
MCSkinsGen
A repository for a Minecraft skin generator based off of Stable Diffusion v1.5. It's trained off of Stable Diffusion and uses data scraped with https://github.com/RandomGamingDev/mcskins-net-scraper
qr-cartridge
A basic build system including library importing from URLs for creating code that can be stored onto QR codes and ran directly off of them on the browser.
qr-flappy-bird
A version of flappy bird written to fit on a QR code
Wireframe
A powerful 0 cost no GUI game engine that provides control and speed to the programmer, while also providing ease of use. (similar to LWJGL)
yt-transcript-downloader
A Firefox Extension that allows you to download the Transcripts of Youtube Videos as JSONs
RandomGamingDev's Repositories
RandomGamingDev/MCDynamicLighting
A plugin for vanilla dynamic lighting in Minecraft although it's only for players since as it turns out random players + expensive lighting calculations = people lagging your server :D
RandomGamingDev/20-Seconds-To-Bob
20 Seconds To Bob is a simple game that I created in p5 for the 20 second game jam by the power of procrastination, rushing and coffee.
RandomGamingDev/3x_plus_1
3x+1
RandomGamingDev/auto-react-discord
A simple Discord selfbot made for education purposes that simply reacts to messages if they already have a reaction via HTTP packets.
RandomGamingDev/JustEzAL
A powerful audio library designed to abstract away writing audio code at 0 cost. Spend time coding your dream project, not the audio.
RandomGamingDev/BinHeaderGen
A simple 1 file program for loading binary files into a header file that gets compiled directly into the executable.
RandomGamingDev/ByAuthorProject
RandomGamingDev/CensorBot
A simple discord bot that can be used to censor certain strings, and also to censor URLs! This also contains an intuitive command system that is easy to use, and fast!
RandomGamingDev/Chezmos
Basically an application similar to Desmos that instead uses javascript for graph plotting allowing for the easy use of external libraries and more complex mathematical functions and concepts like recursion.
RandomGamingDev/ConwaysGameOfLife
A super fast GPU and more specifically WebGL based version of Conway's game of life.
RandomGamingDev/CPP-VLA
VLAs (Variable Length Arrays) are commonly used, stack-allocated arrays from C99, that don't work in standardized C++. This library is a header only library that brings VLAs to C++.
RandomGamingDev/DiscordRemote
This is a easy to use remote control bot, which allows you to control the computer that is hosting the bot! It has an intuitive command system in order to help you use the bot easy and fast!
RandomGamingDev/FakeCMD
Just a fun little script to create a fake CMD enviroment to troll ur friends
RandomGamingDev/ImageToASCII
A basic python utility that converts an image into a bunch of characters
RandomGamingDev/ip-grabber
A simple IP grabber
RandomGamingDev/JustEzGL
A powerful graphics library designed to abstract away writing graphics code at 0 cost. Spend time building beautiful, lightway, easy to use, powerful graphics, not fighting the graphics API.
RandomGamingDev/MC-Skin-Grabber
A simple, static, FOSS webpage for grabbing the skins of Minecraft players!
RandomGamingDev/MCTextFormatting
Text formatting for Minecraft chat which mirrors markdown, but isn't exactly the same.
RandomGamingDev/MinecraftDiscordBridge
A basic bridge between Minecraft and Discord that I created.
RandomGamingDev/MinecraftPings
A plugin that adds Minecraft pings in chat with @[IGN] and the little ding sound.
RandomGamingDev/MLDelunayImageTriangulator
A short, simple, and sweet ML script that triangulates images by use of Delunay Triangulation.
RandomGamingDev/OneWayLinkedListLib
A simple one way linked list that stores the head, tail and length of the list
RandomGamingDev/polynomial_divider
A simple python program for doing polynomial division. Why did I make this? Cause me lazy and no want do work. :)
RandomGamingDev/randtrans
A simple python library for randomly translating text like seen in a multitude of videos.
RandomGamingDev/randtrans-discord
A simple python discord bot for randomly translating text like seen in a multitude of videos.
RandomGamingDev/SIMPL
A simple logic gate based programming language made for educational purposes
RandomGamingDev/Snek
A tiny efficient version of Snake made using Wireframe and Pixy
RandomGamingDev/TilemapBuilderp5js
A basic tilemap map builder for p5 js made in p5 js that exports to and itself uses Tilemapp5js
RandomGamingDev/TinyConsolePong
A tiny pong screensaver made for the console.
RandomGamingDev/trig-pos-find
A simple python script that uses trigonometry to find a position based on 2 points and the degree of any pointer pointing to that position in both. This is especially useful for games like Minecraft, where eyes of ender point to a structure, in this case the stronghold and where structures are placed randomly about the world.