<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.glue3d.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Droplets21</id>
	<title>Glue3D Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.glue3d.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Droplets21"/>
	<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/Special:Contributions/Droplets21"/>
	<updated>2026-09-18T16:16:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=G3DScript&amp;diff=316</id>
		<title>G3DScript</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=G3DScript&amp;diff=316"/>
		<updated>2026-05-30T20:56:58Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: g3dscript page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Glue3DScript or G3DScript is a custom &#039;&#039;&#039;medium-high level&#039;&#039;&#039; [[wikipedia:Programming_language|programming language]] made for Glue3D. It&#039;s syntactically simple and interact with an [[Objects|object&#039;s]] data directly. Unlike a language like [[wikipedia:Godot_(game_engine)#GDScript|GDScript]], G3DScript is almost entirely setup of coded similar to [[wikipedia:Function_(computer_programming)|functions]], every block being made up of: a [[wikipedia:Class_(programming)|class]] (or a &amp;quot;category&amp;quot;), a name for [[wikipedia:Identification_(information)|identification]], and the block&#039;s [[wikipedia:Argument_of_a_function|arguments]]. This simple [[wikipedia:Syntax|syntax]] makes it easy to interpret for both developers and Glue3D itself.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;How it works&#039;&#039;&#039; ==&lt;br /&gt;
Glue3D has two rendering modes for [[scripts]], &#039;&#039;&#039;Block-based editor&#039;&#039;&#039; and &#039;&#039;&#039;Text-based editor&#039;&#039;&#039;, and developers can switch between these editor by changing the script editor tab, though most people prefer the &#039;&#039;&#039;Block-based editor&#039;&#039;&#039; since it&#039;s easier visually and faster to use. Even though these rendering modes are visually distinct, they still function the same, the only difference being you can edit and add &amp;quot;custom&amp;quot;&amp;lt;ref&amp;gt;a &#039;&#039;&#039;custom block&#039;&#039;&#039; in &#039;&#039;&#039;G3DScript&#039;&#039;&#039; is an unidentified block, they&#039;re not actually called this but they don&#039;t have any name. A custom block appears when a block is written or placed that &#039;&#039;&#039;doesn&#039;t have an entry in the engine&#039;s autocomplete&#039;&#039;&#039;, they appear white and are &#039;&#039;&#039;different&#039;&#039;&#039; from blocks &#039;&#039;&#039;without a color&#039;&#039;&#039; or blocks &#039;&#039;&#039;without definition&#039;&#039;&#039;.&amp;lt;/ref&amp;gt; blocks easier on the &#039;&#039;&#039;Text-based editor&#039;&#039;&#039;. In the block and text based editors the engine uses it&#039;s internal autocomplete list, which holds every category, each category containing every block, it&#039;s display name, and icon. The block based editor using it to show categories and their blocks on the sidebar, and the text based editor using it as an autocomplete. When programming in new blocks side effects can occur, like &#039;&#039;&#039;blocks without color&#039;&#039;&#039;&amp;lt;ref&amp;gt;a &#039;&#039;&#039;block without color&#039;&#039;&#039; is when a category, input, or general text doesn&#039;t have an entry in the engine&#039;s &#039;&#039;text coloration&#039;&#039; list, which holds the brightness and color of a bunch of text, it&#039;s used to color whole blocks, some parts of block inputs, and a bunch of other important words.&amp;lt;/ref&amp;gt; or &#039;&#039;&#039;blocks without definition&#039;&#039;&#039;&amp;lt;ref&amp;gt;An &#039;&#039;&#039;undefined block&#039;&#039;&#039; is a block that doesn&#039;t have any code regarding it, usually categories have a function that typically read decoded G3DScript elements to determine what block it is and what code to run, but a n undefined block doesn&#039;t have this code or hasn&#039;t been hooked up yet.&amp;lt;/ref&amp;gt;. &lt;br /&gt;
 &lt;br /&gt;
A block can also only have 4 inputs, and they are typically one of 3 inputs types; strings, values, and variables. Though this isn&#039;t the same for some mods. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Category:Stubs]]&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=305</id>
		<title>Droplets21</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=305"/>
		<updated>2026-05-30T20:04:05Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: fixed some grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox|caption=Droplets21 {{!}} Nil or Droplets2113 on discord|known_for=[[Glue3D Community Verison]]|image=droplets21.png|status=Active|title=Droplets21|website=https://scratch.mit.edu/users/Droplets21/&amp;lt;br&amp;gt;https://www.youtube.com/@Droplets21}}Droplets21 is a Glueener being a co-creator in the [[Glue3DCE]] project and making other mods like [[Droplets Utils|Droplet Utilities]] and [[GorillaGlue3D]]. &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Known For&#039;&#039;&#039; ==&lt;br /&gt;
Contributing a lot to Glue3D engine research and &amp;quot;expansion.&amp;quot; Worked some of the first plugins and mods like Droplet Utilities, Save and Load plugin, being a major contributor in the Glue3D Community Edition project, helping out around the Glue3D.net discord server, and hosting Glue3D-Game night on Fridays≡ƒÑ╣.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Socials and Projects&#039;&#039;&#039; ==&lt;br /&gt;
Tools and Mods https://itch.io/c/7565242/glue3d&lt;br /&gt;
&lt;br /&gt;
Community Edition https://github.com/Droplets21/Glue3D-Community-Edition&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=304</id>
		<title>Droplets21</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=304"/>
		<updated>2026-05-30T20:02:59Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: glue3d game night&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox|caption=Droplets21 {{!}} Nil or Droplets2113 on discord|known_for=[[Glue3D Community Verison]]|image=droplets21.png|status=Active|title=Droplets21|website=https://scratch.mit.edu/users/Droplets21/&amp;lt;br&amp;gt;https://www.youtube.com/@Droplets21}}Droplets21 is a Glueener being a co-creator in the [[Glue3DCE]] project and making other mods like [[Droplets Utils|Droplet Utilities]] and [[GorillaGlue3D]]. &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Known For&#039;&#039;&#039; ==&lt;br /&gt;
Contributing a lot to Glue3D engine research and &amp;quot;expansion.&amp;quot; Worked some of the first plugins and mods like Droplet Utilities, Save and Load plugin, being a major contributor in the Glue3D Community Edition project, and helping out around the Glue3D.net discord server. And hosts Glue3D-Game night on Fridays≡ƒÑ╣.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Socials and Projects&#039;&#039;&#039; ==&lt;br /&gt;
Tools and Mods https://itch.io/c/7565242/glue3d&lt;br /&gt;
&lt;br /&gt;
Community Edition https://github.com/Droplets21/Glue3D-Community-Edition&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Droplets_Utils&amp;diff=288</id>
		<title>Droplets Utils</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Droplets_Utils&amp;diff=288"/>
		<updated>2026-05-30T19:30:37Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: changed some history stuff&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Droplets Utilities&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://droplets21.itch.io/droplet-utils&amp;lt;/ref&amp;gt; was one of the first [[Glue3D]] [[Modding|mods]] released, created by [[Droplets21]], it originally made for quality of life use with Glue3D, specifically for easier use in compiled versions of the engine, but slowly expanded into a larger general purpose mod.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Development&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;V1.0&#039;&#039;&#039; was the first version of Droplet Utils, with changes to config gui and some planned asset features for easier use in compiled versions of Glue3D. This was just the release of &#039;&#039;Dr Utils&#039;&#039; but it still didn&#039;t offer much.&lt;br /&gt;
# &#039;&#039;&#039;V1.2&#039;&#039;&#039; was the next published version of &#039;&#039;Dr Utils&#039;&#039;, this version having many more changes, like an empty &amp;quot;utils&amp;quot; tab in the configuration, supposed clipboard support, an &#039;&#039;assign variable&#039;&#039; block &#039;&#039;objects&#039;&#039; category, export features using a &#039;&#039;.g3d&#039;&#039; file format, and [[wikipedia:Visual_Studio_Code|Visual Studio Code]] support using a [[G3DScript]] plugin made by [[Savvy]]. This update featured a lot more stuff but yet there were still many issues, and no patch notes.&lt;br /&gt;
# &#039;&#039;&#039;V2.1&#039;&#039;&#039; was the third published version of &#039;&#039;Dr Utils&#039;&#039;, adding many promising features like a proper config tab with clipboard settings, and patch notes! Here are changes made to the version according to the patch notes:&lt;br /&gt;
#* Added and fixed some importing and exporting related features&lt;br /&gt;
#* added and increased support for .glue3d files&lt;br /&gt;
#* added clipboard features, like script update. fixed any found related bugs&lt;br /&gt;
#* added config page and settings, like toggling clipboard access&lt;br /&gt;
#* added fail-safes, fixed some bugs, and added the patch notes&lt;br /&gt;
#* removed the help menu &lt;br /&gt;
#*&lt;br /&gt;
#* these features we&#039;re pretty good and had changed what type of mod &#039;&#039;Dr Utils&#039;&#039; was, mostly, it was still &#039;&#039;&amp;quot;unstable and very bad&amp;quot;&#039;&#039; -Droplets21, 2026.&lt;br /&gt;
# &#039;&#039;&#039;V2.2&#039;&#039;&#039; was the next published version of &#039;&#039;Dr Utils&#039;&#039;, this update added many things so lets read the patch notes:&lt;br /&gt;
#* added function-functionality (added [[wikipedia:Function_(computer_programming)|functions]])&lt;br /&gt;
#* added more controls to the script editor&lt;br /&gt;
#* fixed some edit menu options&lt;br /&gt;
#* removed the ability to name two files the same&lt;br /&gt;
#* added droplet theme&lt;br /&gt;
#* added more config settings, like toolbar size&lt;br /&gt;
#* fixed assign variable block&lt;br /&gt;
#* upgraded the file import menu and fixed some issues (unspecified)&lt;br /&gt;
#* added function documentation&lt;br /&gt;
#* removed the help menu&lt;br /&gt;
#*&lt;br /&gt;
#* this update added a lot of interesting and very good features, by this point &#039;&#039;Dr Utils&#039;&#039; was somewhat well-known and &#039;&#039;somewhat&#039;&#039; considered an alternative for base Glue3D.&lt;br /&gt;
# &#039;&#039;&#039;V3 (unstable)&#039;&#039;&#039; was the last published version of &#039;&#039;Droplets Utils&#039;&#039;, this updated added a lot, more than any other update, unfortunately this version was a beta so there are no patch notes, so here is every noticeable change:&lt;br /&gt;
#* added &amp;quot;installable&amp;quot; &amp;quot;plugins&amp;quot; which we&#039;re really just hidden block categories, some of these we&#039;re actually made by fellow modders like [[vuie68]]&lt;br /&gt;
#* added a template function to the import menu (might have been in &#039;&#039;&#039;V2.2&#039;&#039;&#039;&lt;br /&gt;
#* added graphics manager tab, it&#039;s use is somewhat explained by Droplets21 in this reply to [[vuie68]]; &#039;&#039;&amp;quot;graphics editor is basically the costumes tab in [[wikipedia:Scratch_(programming_language)|scratch]], you can import [[wikipedia:SVG|svgs]] or [[wikipedia:PNG|pngs]] as graphics files, which will be added as costumes in turbowarp this means you don&#039;t have to exit the engine to add costumes&amp;quot;&#039;&#039;[[File:Droplet Utils V3 screenshot.png|none|thumb|V3 Droplet Utils screenshot]]&lt;br /&gt;
#* [[File:V3 Droplet Utils dev screenshot.png|none|thumb|150x150px]][[File:V3 Droplet Utils g3dlive tab screenshot.png|none|thumb|150x150px|V3 Droplet Utils screenshot]]Added live tab, the live tab was a planned feature called &#039;&#039;&amp;quot;Glue3DLive&amp;quot;&#039;&#039; and it was meant to allow developers to work together on projects, the only problem it ever actually had was the tools used, since cloudlink didn&#039;t work at the time the feature never ended up being realised, you know, if [[Droplets21]] was really smart, he would&#039;ve used &#039;&#039;OE3.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Summary&#039;&#039;&#039; ==&lt;br /&gt;
Droplet Utils was a Glue3D mod made by [[Droplets21]] as a quality of life mod that quickly became larger and unstable. It was later succeeded by [[Glue3DCE]]&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=286</id>
		<title>Droplets21</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=286"/>
		<updated>2026-05-30T19:22:23Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: fixed a link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox|caption=Droplets21 {{!}} Nil or Droplets2113 on discord|known_for=[[Glue3D Community Verison]]|image=droplets21.png|status=Active|title=Droplets21|website=https://scratch.mit.edu/users/Droplets21/&amp;lt;br&amp;gt;https://www.youtube.com/@Droplets21}}Droplets21 is a Glueener being a co-creator in the [[Glue3DCE]] project and making other mods like [[Droplets Utils|Droplet Utilities]] and [[GorillaGlue3D]]. &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Known For&#039;&#039;&#039; ==&lt;br /&gt;
Contributing a lot to Glue3D engine research and &amp;quot;expansion.&amp;quot; Worked some of the first plugins and mods like Droplet Utilities, Save and Load plugin, being a major contributor in the Glue3D Community Edition project, and helping out around the Glue3D.net discord server&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Socials and Projects&#039;&#039;&#039; ==&lt;br /&gt;
Tools and Mods https://itch.io/c/7565242/glue3d&lt;br /&gt;
&lt;br /&gt;
Community Edition https://github.com/Droplets21/Glue3D-Community-Edition&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Glue3D_Community_Edition&amp;diff=183</id>
		<title>Glue3D Community Edition</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Glue3D_Community_Edition&amp;diff=183"/>
		<updated>2026-05-30T08:23:55Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Glue3D Community Edition (also known as Glue3DCE or G3DCE) is a community project meant to continue expanding on Glue3D as a community, where anyone can contribute. With major contributors like [[Droplets21]], [[Matt|M3tt]], and [[Nullis]].&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Purpose&#039;&#039;&#039; ==&lt;br /&gt;
G3DCE is adds many things that help the community for making projects, like better text editor controls, new useful block categories, higher performance, and more! Almost every week new features are added and everyone can be a part of that, simply by sharing your contributions to the [https://github.com/Droplets21/Glue3D-Community-Edition GitHub] your work can easily be added.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
more stuff coming soon, please add if you can&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=User:Droplets21&amp;diff=180</id>
		<title>User:Droplets21</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=User:Droplets21&amp;diff=180"/>
		<updated>2026-05-30T08:10:42Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: linked myself to my page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Heyo! To learn more about me go to the [[Droplets21]] page&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=179</id>
		<title>Droplets21</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=179"/>
		<updated>2026-05-30T08:08:09Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: changed link to gg3d&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox|caption=Droplets21 {{!}} Nil or Droplets2113 on discord|image=droplets21.png|status=active|title=Droplets21|website=https://scratch.mit.edu/users/Droplets21/&amp;lt;br&amp;gt;https://www.youtube.com/@Droplets21}}Droplets21 is a Glueener being a co-creator in the [[Glue3DCE]] project and making other mods like [[Droplet Utilities]] and [[GorillaGlue3D]]. &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Known For&#039;&#039;&#039; ==&lt;br /&gt;
Contributing a lot to Glue3D engine research and &amp;quot;expansion.&amp;quot; Worked some of the first plugins and mods like Droplet Utilities, Save and Load plugin, being a major contributor in the Glue3D Community Edition project, and helping out around the Glue3D.net discord server&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Socials and Projects&#039;&#039;&#039; ==&lt;br /&gt;
Tools and Mods https://itch.io/c/7565242/glue3d&lt;br /&gt;
&lt;br /&gt;
Community Edition https://github.com/Droplets21/Glue3D-Community-Edition&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=178</id>
		<title>Droplets21</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=178"/>
		<updated>2026-05-30T08:05:25Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox|caption=Droplets21 {{!}} Nil or Droplets2113 on discord|image=droplets21.png|status=active|title=Droplets21|website=https://scratch.mit.edu/users/Droplets21/&amp;lt;br&amp;gt;https://www.youtube.com/@Droplets21}}Droplets21 is a Glueener being a co-creator in the [[Glue3DCE]] project and making other mods like [[Droplet Utilities]] and [[Gorilla Glue3D]]. &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Known For&#039;&#039;&#039; ==&lt;br /&gt;
Contributing a lot to Glue3D engine research and &amp;quot;expansion.&amp;quot; Worked some of the first plugins and mods like Droplet Utilities, Save and Load plugin, being a major contributor in the Glue3D Community Edition project, and helping out around the Glue3D.net discord server&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Socials and Projects&#039;&#039;&#039; ==&lt;br /&gt;
Tools and Mods https://itch.io/c/7565242/glue3d&lt;br /&gt;
&lt;br /&gt;
Community Edition https://github.com/Droplets21/Glue3D-Community-Edition&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=177</id>
		<title>Droplets21</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=177"/>
		<updated>2026-05-30T08:04:22Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: i added more stuff abt me&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Droplets21 is a Glueener being a co-creator in the [[Glue3DCE]] project and making other mods like [[Droplet Utilities]] and [[Gorilla Glue3D]]. &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Known For&#039;&#039;&#039; ==&lt;br /&gt;
{{Infobox|caption=Droplets21 {{!}} Nil or Droplets2113 on discord|image=droplets21.png|status=active|title=Droplets21|website=https://scratch.mit.edu/users/Droplets21/&amp;lt;br&amp;gt;https://www.youtube.com/@Droplets21}}Contributing a lot to Glue3D engine research and &amp;quot;expansion.&amp;quot; Worked some of the first plugins and mods like Droplet Utilities, Save and Load plugin, being a major contributor in the Glue3D Community Edition project, and helping out around the Glue3D.net discord server&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Socials and Projects&#039;&#039;&#039; ==&lt;br /&gt;
Tools and Mods https://itch.io/c/7565242/glue3d&lt;br /&gt;
&lt;br /&gt;
Community Edition https://github.com/Droplets21/Glue3D-Community-Edition&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Matt&amp;diff=176</id>
		<title>Matt</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Matt&amp;diff=176"/>
		<updated>2026-05-30T07:56:58Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: /* Known For: */ matt&amp;#039;s a co-creator&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
| title = Matt&lt;br /&gt;
| image = Mattpfp1.jpg&lt;br /&gt;
| caption = Beta Tester and first G3D Modder&lt;br /&gt;
| status = Active&lt;br /&gt;
| website = https://www.youtube.com/@Stickedy&amp;lt;br&amp;gt;https://github.com/Made-By-Matt&lt;br /&gt;
}}&lt;br /&gt;
Matt AKA M3tt, Mett, and Mat is a Glueener being a heavy contributor and co-creator in the [[Glue3DCE]] Project and being the developer of [[Solvent]].&lt;br /&gt;
&lt;br /&gt;
= Known For: =&lt;br /&gt;
Contributing a ton of work to the Glue3D community those being mainly Solvent and the Keybinds mod. Extensively also being a top contributor in the open source Glue3DCE project and being a helper in the discord.&lt;br /&gt;
&lt;br /&gt;
== Socials ==&lt;br /&gt;
Github https://github.com/Made-By-Matt&lt;br /&gt;
&lt;br /&gt;
YouTube&amp;lt;nowiki/&amp;gt;https://www.youtube.com/@Stickedy&lt;br /&gt;
&lt;br /&gt;
Scratch https://scratch.mit.edu/users/matthew-play/&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=174</id>
		<title>Droplets21</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=174"/>
		<updated>2026-05-30T07:41:40Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: added infobox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Role&#039;&#039;&#039; ==&lt;br /&gt;
Dropets21 is a member of the Glue3D.net discord server, being an &#039;&#039;og member&#039;&#039; and &#039;&#039;helper&#039;&#039; being &lt;br /&gt;
{{Infobox|caption=Droplets21 {{!}} Nil or Droplets2113 on discord|image=droplets21.png|status=active|title=Droplets21|website=https://scratch.mit.edu/users/Droplets21/&amp;lt;br&amp;gt;https://www.youtube.com/@Droplets21}}&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=File:Droplets21.png&amp;diff=173</id>
		<title>File:Droplets21.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=File:Droplets21.png&amp;diff=173"/>
		<updated>2026-05-30T07:39:35Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;is me&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=170</id>
		<title>Droplets21</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Droplets21&amp;diff=170"/>
		<updated>2026-05-30T07:30:59Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Droplets_Utils&amp;diff=168</id>
		<title>Droplets Utils</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Droplets_Utils&amp;diff=168"/>
		<updated>2026-05-30T07:27:12Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: i made the page about droplet utils :)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Context&#039;&#039;&#039; ==&lt;br /&gt;
Droplets Utilities&amp;lt;ref&amp;gt;https://droplets21.itch.io/droplet-utils&amp;lt;/ref&amp;gt; was one of, if not, the first Glue3D [[Modding|mods]], created by [[Droplets21]], it originally made for quality of life use with Glue3D, specifically for easier use in compiled versions of Glue3D, but slowly expanded into a larger general purpose mod.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Development&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;V1.0&#039;&#039;&#039; was the first version of Droplet Utils, with changes to config gui and some planned asset features for easier use in compiled versions of Glue3D. This was just the release of &#039;&#039;Dr Utils&#039;&#039; but it still didn&#039;t offer much.&lt;br /&gt;
# &#039;&#039;&#039;V1.2&#039;&#039;&#039; was the next published version of &#039;&#039;Dr Utils&#039;&#039;, this version having many more changes, like an empty &amp;quot;utils&amp;quot; tab in the configuration, supposed clipboard support, an &#039;&#039;assign variable&#039;&#039; block &#039;&#039;objects&#039;&#039; category, export features using a &#039;&#039;.g3d&#039;&#039; file format, and [[wikipedia:Visual_Studio_Code|Visual Studio Code]] support using a [[G3DScript]] plugin made by [[Savvy]]. This update featured a lot more stuff but yet there were still many issues, and no patch notes.&lt;br /&gt;
# &#039;&#039;&#039;V2.1&#039;&#039;&#039; was the third published version of &#039;&#039;Dr Utils&#039;&#039;, adding many promising features like a proper config tab with clipboard settings, and patch notes! Here are changes made to the version according to the patch notes:&lt;br /&gt;
#* Added and fixed some importing and exporting related features&lt;br /&gt;
#* added and increased support for .glue3d files&lt;br /&gt;
#* added clipboard features, like script update. fixed any found related bugs&lt;br /&gt;
#* added config page and settings, like toggling clipboard access&lt;br /&gt;
#* added fail-safes, fixed some bugs, and added the patch notes&lt;br /&gt;
#* removed the help menu &lt;br /&gt;
#*&lt;br /&gt;
#* these features we&#039;re pretty good and had changed what type of mod &#039;&#039;Dr Utils&#039;&#039; was, mostly, it was still &#039;&#039;&amp;quot;unstable and very bad&amp;quot;&#039;&#039; -Droplets21, 2026.&lt;br /&gt;
# &#039;&#039;&#039;V2.2&#039;&#039;&#039; was the next published version of &#039;&#039;Dr Utils&#039;&#039;, this update added many things so lets read the patch notes:&lt;br /&gt;
#* added function-functionality (added [[wikipedia:Function_(computer_programming)|functions]])&lt;br /&gt;
#* added more controls to the script editor&lt;br /&gt;
#* fixed some edit menu options&lt;br /&gt;
#* removed the ability to name two files the same&lt;br /&gt;
#* added droplet theme&lt;br /&gt;
#* added more config settings, like toolbar size&lt;br /&gt;
#* fixed assign variable block&lt;br /&gt;
#* upgraded the file import menu and fixed some issues (unspecified)&lt;br /&gt;
#* added function documentation&lt;br /&gt;
#* removed the help menu&lt;br /&gt;
#*&lt;br /&gt;
#* this update added a lot of interesting and very good features, by this point &#039;&#039;Dr Utils&#039;&#039; was somewhat well-known and &#039;&#039;somewhat&#039;&#039; considered an alternative for base Glue3D.&lt;br /&gt;
# &#039;&#039;&#039;V3 (unstable)&#039;&#039;&#039; was the last published version of &#039;&#039;Dr Utils&#039;&#039;, this updated added a lot, more than any other update, unfortunately this version was a beta so there are no patch notes, so here is every noticeable change:&lt;br /&gt;
#* added &amp;quot;installable&amp;quot; &amp;quot;plugins&amp;quot; which we&#039;re really just hidden block categories, some of these we&#039;re actually made by fellow modders like [[vuie68]]&lt;br /&gt;
#* added a template function to the import menu (might have been in &#039;&#039;&#039;V2.2&#039;&#039;&#039;&lt;br /&gt;
#* added graphics manager tab, it&#039;s use is somewhat explained by Droplets21 in this reply to [[vuie68]]; &#039;&#039;&amp;quot;graphics editor is basically the costumes tab in [[wikipedia:Scratch_(programming_language)|scratch]], you can import [[wikipedia:SVG|svgs]] or [[wikipedia:PNG|pngs]] as graphics files, which will be added as costumes in turbowarp this means you don&#039;t have to exit the engine to add costumes&amp;quot;&#039;&#039;[[File:Droplet Utils V3 screenshot.png|none|thumb|V3 Droplet Utils screenshot]]&lt;br /&gt;
#* [[File:V3 Droplet Utils dev screenshot.png|none|thumb|150x150px]][[File:V3 Droplet Utils g3dlive tab screenshot.png|none|thumb|150x150px|V3 Droplet Utils screenshot]]Added live tab, the live tab was a planned feature called &#039;&#039;&amp;quot;Glue3DLive&amp;quot;&#039;&#039; and it was meant to allow developers to work together on projects, the only problem it ever actually had was the tools used, since cloudlink didn&#039;t work at the time the feature never ended up being realised, you know, if [[Droplets21]] was really smart, he would&#039;ve used &#039;&#039;OE3.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Summary&#039;&#039;&#039; ==&lt;br /&gt;
Droplet Utils was a Glue3D mod made by [[Droplets21]] as a quality of life mod that quickly became larger and unstable&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=File:V3_Droplet_Utils_dev_screenshot.png&amp;diff=167</id>
		<title>File:V3 Droplet Utils dev screenshot.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=File:V3_Droplet_Utils_dev_screenshot.png&amp;diff=167"/>
		<updated>2026-05-30T07:19:31Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A screenshot of Droplets21 testing G3DLive features&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=File:V3_Droplet_Utils_g3dlive_tab_screenshot.png&amp;diff=166</id>
		<title>File:V3 Droplet Utils g3dlive tab screenshot.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=File:V3_Droplet_Utils_g3dlive_tab_screenshot.png&amp;diff=166"/>
		<updated>2026-05-30T07:16:49Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;contains things like hosting related ui settings and other online-related elements&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=File:Droplet_Utils_V3_screenshot.png&amp;diff=165</id>
		<title>File:Droplet Utils V3 screenshot.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=File:Droplet_Utils_V3_screenshot.png&amp;diff=165"/>
		<updated>2026-05-30T07:08:56Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;you can see the utils tab in the menubar, the toolbar, the function file, the tabs, and more&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=Glue3D&amp;diff=154</id>
		<title>Glue3D</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=Glue3D&amp;diff=154"/>
		<updated>2026-05-30T05:45:07Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: /* Development */ changed wording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
| title = Glue3D&lt;br /&gt;
| image = Glue3D logo.png&lt;br /&gt;
| caption = Official logo&lt;br /&gt;
| type = 3D game engine&lt;br /&gt;
| developer = [[GL00B]]&lt;br /&gt;
| irelease = v1.0.0 / January 30, 2026&lt;br /&gt;
| lrelease = v1.0.1 / February 3, 2026&lt;br /&gt;
| status  = Inactive&lt;br /&gt;
| madein = Scratch&lt;br /&gt;
| os = Windows, Mac OS, Linux&lt;br /&gt;
| website = https://glue3d.net&lt;br /&gt;
| repository = https://github.com/GL00B/GLUE3D&lt;br /&gt;
}}&lt;br /&gt;
[[File:InitialWindowScreenshot.png|thumb|359x359px|Initial window introducing the user to Glue3D]]&lt;br /&gt;
&#039;&#039;&#039;Glue3D&#039;&#039;&#039; is a 3D engine made in [[wikipedia:Scratch_(programming_language)|Scratch]], developed by [[GL00B]]. The engine has many features, such as [[textured rendering]], [[model editing]], [[bone keyframe animations]], [[scripting]], [[file management]], as well as [[exporting a final build of your game]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The project combines three types of 3D rendering techniques and systems to make its own 3D engine: &lt;br /&gt;
&lt;br /&gt;
* [[2D tile raycasting]]&lt;br /&gt;
** A 3D method to get perfectly aligned 2D tiles that look 3D and rotate around the Y-axis. Works best for maze games, and older game ports. Super fast and easy to texture, however, no moving object on the X and Z-axis&lt;br /&gt;
* [[2D line segment raycasting]]&lt;br /&gt;
** An algorithm for rendering 2D polygons that look 3D, enabling you to render 2D and even 3D looking slopes. Really easy to texture, memory efficient, can have moving polygons on all axis&lt;br /&gt;
* [[wikipedia:Mode_7|Mode 7]]&lt;br /&gt;
** A technique for rendering floors and ceilings, sloped roads and terrain. It is very well known for being super fast and easily textured. It can be flawlessly used with any type of raycasting, without a significant performance drop&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Development&#039;&#039;&#039; ==&lt;br /&gt;
Glue3D was first shown off on August 22, 2025 on the YouTube video posted on GL00Bs YouTube channel named &amp;quot;&#039;&#039;&#039;Glue3d - a whole 3d game engine inside scratch ( sneak peak )&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=cfVMYJDAbjw&amp;amp;t=1s&amp;lt;/ref&amp;gt;&amp;quot; previewing off everything, the 3D rendering, Built in 3D modeler, and script editor to name a few.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=GL00B&amp;diff=153</id>
		<title>GL00B</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=GL00B&amp;diff=153"/>
		<updated>2026-05-30T05:18:23Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: /* First Preview: */ dn3d frame&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
| title = GL00B&lt;br /&gt;
| image = GL00B.jpg&lt;br /&gt;
| caption = Also known as The3DScratcher&lt;br /&gt;
| status = Somewhat inactive&lt;br /&gt;
| website = https://scratch.mit.edu/users/GL00B/&amp;lt;br&amp;gt;https://www.youtube.com/@The3DScratcher&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;GL00B&#039;&#039;&#039;, also known as &#039;&#039;&#039;The3DScratcher&#039;&#039;&#039;, is a Jordanian programmer best known for the creation of [[Glue3D]]. Although mostly inactive, he&#039;s active typically on his YouTube community.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Projects&#039;&#039;&#039; ==&lt;br /&gt;
This section is to document smaller project done by GL00B, if your looking for Glue3D Please look [[Glue3D|here]]&lt;br /&gt;
&lt;br /&gt;
=== Minecraft in Scratch ===&lt;br /&gt;
One of the first projects that GL00B worked on was Minecraft in Scratch.&lt;br /&gt;
&lt;br /&gt;
===== First Preview: =====&lt;br /&gt;
The first preview of this project was on August 23, 2023 on the video &amp;quot;&#039;&#039;&#039;Minecraft Is in scratch now&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=Z3R37bnrH1M&amp;amp;t=73s&amp;lt;/ref&amp;gt;&amp;quot;, previewing terrain generation.&lt;br /&gt;
[[File:Minecraft Is in scratch now.png|thumb|A frame from Gl00b&#039;s &#039;&#039;Minecraft Is in scratch now&#039;&#039; video|none]]&lt;br /&gt;
===== Second Preview: =====&lt;br /&gt;
Posted on February 16, 2024 &amp;quot;&#039;&#039;&#039;MINECRAFT ON SCRATCH&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=bQ9--zuHPps&amp;lt;/ref&amp;gt;&amp;quot;, the description gives more detail on what methods were used to be made those being Raytracing and DDA with plans to add shadows.&lt;br /&gt;
&lt;br /&gt;
===== Third Preview: =====&lt;br /&gt;
Only three days later on February 19, 2024 the video &amp;quot;&#039;&#039;&#039;testing MINECRAFT in SCRATCH with RAYTRACING &amp;amp; REFLECTIONS&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=WPN4o8TjD8I&amp;lt;/ref&amp;gt;&amp;quot; was posted showcasing shadows and &amp;quot;reflections&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===== Final Preview: =====&lt;br /&gt;
Posted on July 7, 2024 and shows GL00B remaking the entire project in a sped up video this video is more of a tutorial than a preview and is named &amp;quot;&#039;&#039;&#039;Minecraft on SCRATCH?!&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=VcM7jYIRsfI&amp;lt;/ref&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===== Release: =====&lt;br /&gt;
On February 24, 2025 the project &amp;quot;&#039;&#039;&#039;Minecraft v1.1&#039;&#039;&#039;&amp;quot; would be shared on scratch. You are able to build and destroy but besides that there&#039;s not much crazy to note.&lt;br /&gt;
&lt;br /&gt;
=== Duke Nukem Remake ===&lt;br /&gt;
GL00Bs [[wikipedia:Duke_Nukem|Duke Nukem]] Remake is the only project documented that was not released to the public.&lt;br /&gt;
&lt;br /&gt;
===== First Preview: =====&lt;br /&gt;
The first preview for this project was on April 12, 2024 named &amp;quot;&#039;&#039;&#039;test video&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=7QC5WR-ubvg&amp;lt;/ref&amp;gt;&amp;quot; and shows some very simple mechanics of the game such as doors opening and movement. The description makes the video seem like it was to be shared as what he could do with 3D in scratch.&lt;br /&gt;
[[File:Frame from Testing dn3D.png|none|thumb|A frame from Gl00b&#039;s video &#039;&#039;testing dn3D&#039;&#039; ]]&lt;br /&gt;
&lt;br /&gt;
===== Second Preview: =====&lt;br /&gt;
Later on the same day of April 12, 2024 GL00B published the video &amp;quot;&#039;&#039;&#039;testing dn3D&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=EoaagOou6wc&amp;lt;/ref&amp;gt;&amp;quot; with alot of noticeable differences from the first those mainly being gameplay with gun shooting a HUD and destroyable and interactive objects. Additionally it also showed off moving textures.&lt;br /&gt;
&lt;br /&gt;
===== Final Preview =====&lt;br /&gt;
On July 6, 2024 the video &amp;quot;&#039;&#039;&#039;FIRST legit remake of DUKE NUKEM 3D on SCRATCH!&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=EzMrCxCh3Dg&amp;lt;/ref&amp;gt;&amp;quot; was published previewing a fully finished game with a enitity system, AI, and 3D bullets. Although impressive it was never released to the public.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Social Medias&#039;&#039;&#039; ==&lt;br /&gt;
YouTube: https://www.youtube.com/@The3DScratcher&lt;br /&gt;
&lt;br /&gt;
Main Scratch Account: https://scratch.mit.edu/users/GL00B/&lt;br /&gt;
&lt;br /&gt;
Secondary Scratch Account (More Active) https://scratch.mit.edu/users/GL11B/&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=File:Frame_from_Testing_dn3D.png&amp;diff=152</id>
		<title>File:Frame from Testing dn3D.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=File:Frame_from_Testing_dn3D.png&amp;diff=152"/>
		<updated>2026-05-30T05:17:32Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A frame from Gl00b&#039;s Testing dn3D video; https://www.youtube.com/watch?v=EoaagOou6wc&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=GL00B&amp;diff=151</id>
		<title>GL00B</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=GL00B&amp;diff=151"/>
		<updated>2026-05-30T05:13:59Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: /* First Preview: */ fix layout&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
| title = GL00B&lt;br /&gt;
| image = GL00B.jpg&lt;br /&gt;
| caption = Also known as The3DScratcher&lt;br /&gt;
| status = Somewhat inactive&lt;br /&gt;
| website = https://scratch.mit.edu/users/GL00B/&amp;lt;br&amp;gt;https://www.youtube.com/@The3DScratcher&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;GL00B&#039;&#039;&#039;, also known as &#039;&#039;&#039;The3DScratcher&#039;&#039;&#039;, is a Jordanian programmer best known for the creation of [[Glue3D]]. Although mostly inactive, he&#039;s active typically on his YouTube community.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Projects&#039;&#039;&#039; ==&lt;br /&gt;
This section is to document smaller project done by GL00B, if your looking for Glue3D Please look [[Glue3D|here]]&lt;br /&gt;
&lt;br /&gt;
=== Minecraft in Scratch ===&lt;br /&gt;
One of the first projects that GL00B worked on was Minecraft in Scratch.&lt;br /&gt;
&lt;br /&gt;
===== First Preview: =====&lt;br /&gt;
The first preview of this project was on August 23, 2023 on the video &amp;quot;&#039;&#039;&#039;Minecraft Is in scratch now&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=Z3R37bnrH1M&amp;amp;t=73s&amp;lt;/ref&amp;gt;&amp;quot;, previewing terrain generation.&lt;br /&gt;
[[File:Minecraft Is in scratch now.png|thumb|A frame from Gl00b&#039;s &#039;&#039;Minecraft Is in scratch now&#039;&#039; video|none]]&lt;br /&gt;
===== Second Preview: =====&lt;br /&gt;
Posted on February 16, 2024 &amp;quot;&#039;&#039;&#039;MINECRAFT ON SCRATCH&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=bQ9--zuHPps&amp;lt;/ref&amp;gt;&amp;quot;, the description gives more detail on what methods were used to be made those being Raytracing and DDA with plans to add shadows.&lt;br /&gt;
&lt;br /&gt;
===== Third Preview: =====&lt;br /&gt;
Only three days later on February 19, 2024 the video &amp;quot;&#039;&#039;&#039;testing MINECRAFT in SCRATCH with RAYTRACING &amp;amp; REFLECTIONS&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=WPN4o8TjD8I&amp;lt;/ref&amp;gt;&amp;quot; was posted showcasing shadows and &amp;quot;reflections&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===== Final Preview: =====&lt;br /&gt;
Posted on July 7, 2024 and shows GL00B remaking the entire project in a sped up video this video is more of a tutorial than a preview and is named &amp;quot;&#039;&#039;&#039;Minecraft on SCRATCH?!&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=VcM7jYIRsfI&amp;lt;/ref&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===== Release: =====&lt;br /&gt;
On February 24, 2025 the project &amp;quot;&#039;&#039;&#039;Minecraft v1.1&#039;&#039;&#039;&amp;quot; would be shared on scratch. You are able to build and destroy but besides that there&#039;s not much crazy to note.&lt;br /&gt;
&lt;br /&gt;
=== Duke Nukem Remake ===&lt;br /&gt;
GL00Bs [[wikipedia:Duke_Nukem|Duke Nukem]] Remake is the only project documented that was not released to the public.&lt;br /&gt;
&lt;br /&gt;
===== First Preview: =====&lt;br /&gt;
The first preview for this project was on April 12, 2024 named &amp;quot;&#039;&#039;&#039;test video&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=7QC5WR-ubvg&amp;lt;/ref&amp;gt;&amp;quot; and shows some very simple mechanics of the game such as doors opening and movement. The description makes the video seem like it was to be shared as what he could do with 3D in scratch.&lt;br /&gt;
&lt;br /&gt;
===== Second Preview: =====&lt;br /&gt;
Later on the same day of April 12, 2024 GL00B published the video &amp;quot;&#039;&#039;&#039;testing dn3D&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=EoaagOou6wc&amp;lt;/ref&amp;gt;&amp;quot; with alot of noticeable differences from the first those mainly being gameplay with gun shooting a HUD and destroyable and interactive objects. Additionally it also showed off moving textures.&lt;br /&gt;
&lt;br /&gt;
===== Final Preview =====&lt;br /&gt;
On July 6, 2024 the video &amp;quot;&#039;&#039;&#039;FIRST legit remake of DUKE NUKEM 3D on SCRATCH!&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=EzMrCxCh3Dg&amp;lt;/ref&amp;gt;&amp;quot; was published previewing a fully finished game with a enitity system, AI, and 3D bullets. Although impressive it was never released to the public.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Social Medias&#039;&#039;&#039; ==&lt;br /&gt;
YouTube: https://www.youtube.com/@The3DScratcher&lt;br /&gt;
&lt;br /&gt;
Main Scratch Account: https://scratch.mit.edu/users/GL00B/&lt;br /&gt;
&lt;br /&gt;
Secondary Scratch Account (More Active) https://scratch.mit.edu/users/GL11B/&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=GL00B&amp;diff=149</id>
		<title>GL00B</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=GL00B&amp;diff=149"/>
		<updated>2026-05-30T05:13:11Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: /* First Preview: */ vid image&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
| title = GL00B&lt;br /&gt;
| image = GL00B.jpg&lt;br /&gt;
| caption = Also known as The3DScratcher&lt;br /&gt;
| status = Somewhat inactive&lt;br /&gt;
| website = https://scratch.mit.edu/users/GL00B/&amp;lt;br&amp;gt;https://www.youtube.com/@The3DScratcher&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;GL00B&#039;&#039;&#039;, also known as &#039;&#039;&#039;The3DScratcher&#039;&#039;&#039;, is a Jordanian programmer best known for the creation of [[Glue3D]]. Although mostly inactive, he&#039;s active typically on his YouTube community.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Projects&#039;&#039;&#039; ==&lt;br /&gt;
This section is to document smaller project done by GL00B, if your looking for Glue3D Please look [[Glue3D|here]]&lt;br /&gt;
&lt;br /&gt;
=== Minecraft in Scratch ===&lt;br /&gt;
One of the first projects that GL00B worked on was Minecraft in Scratch.&lt;br /&gt;
&lt;br /&gt;
===== First Preview: =====&lt;br /&gt;
The first preview of this project was on August 23, 2023 on the video &amp;quot;&#039;&#039;&#039;Minecraft Is in scratch now&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=Z3R37bnrH1M&amp;amp;t=73s&amp;lt;/ref&amp;gt;&amp;quot;, previewing terrain generation.&lt;br /&gt;
[[File:Minecraft Is in scratch now.png|left|thumb|A frame from Gl00b&#039;s &#039;&#039;Minecraft Is in scratch now&#039;&#039; video]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Second Preview: =====&lt;br /&gt;
Posted on February 16, 2024 &amp;quot;&#039;&#039;&#039;MINECRAFT ON SCRATCH&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=bQ9--zuHPps&amp;lt;/ref&amp;gt;&amp;quot;, the description gives more detail on what methods were used to be made those being Raytracing and DDA with plans to add shadows.&lt;br /&gt;
&lt;br /&gt;
===== Third Preview: =====&lt;br /&gt;
Only three days later on February 19, 2024 the video &amp;quot;&#039;&#039;&#039;testing MINECRAFT in SCRATCH with RAYTRACING &amp;amp; REFLECTIONS&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=WPN4o8TjD8I&amp;lt;/ref&amp;gt;&amp;quot; was posted showcasing shadows and &amp;quot;reflections&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===== Final Preview: =====&lt;br /&gt;
Posted on July 7, 2024 and shows GL00B remaking the entire project in a sped up video this video is more of a tutorial than a preview and is named &amp;quot;&#039;&#039;&#039;Minecraft on SCRATCH?!&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=VcM7jYIRsfI&amp;lt;/ref&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===== Release: =====&lt;br /&gt;
On February 24, 2025 the project &amp;quot;&#039;&#039;&#039;Minecraft v1.1&#039;&#039;&#039;&amp;quot; would be shared on scratch. You are able to build and destroy but besides that there&#039;s not much crazy to note.&lt;br /&gt;
&lt;br /&gt;
=== Duke Nukem Remake ===&lt;br /&gt;
GL00Bs [[wikipedia:Duke_Nukem|Duke Nukem]] Remake is the only project documented that was not released to the public.&lt;br /&gt;
&lt;br /&gt;
===== First Preview: =====&lt;br /&gt;
The first preview for this project was on April 12, 2024 named &amp;quot;&#039;&#039;&#039;test video&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=7QC5WR-ubvg&amp;lt;/ref&amp;gt;&amp;quot; and shows some very simple mechanics of the game such as doors opening and movement. The description makes the video seem like it was to be shared as what he could do with 3D in scratch.&lt;br /&gt;
&lt;br /&gt;
===== Second Preview: =====&lt;br /&gt;
Later on the same day of April 12, 2024 GL00B published the video &amp;quot;&#039;&#039;&#039;testing dn3D&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=EoaagOou6wc&amp;lt;/ref&amp;gt;&amp;quot; with alot of noticeable differences from the first those mainly being gameplay with gun shooting a HUD and destroyable and interactive objects. Additionally it also showed off moving textures.&lt;br /&gt;
&lt;br /&gt;
===== Final Preview =====&lt;br /&gt;
On July 6, 2024 the video &amp;quot;&#039;&#039;&#039;FIRST legit remake of DUKE NUKEM 3D on SCRATCH!&#039;&#039;&#039;&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=EzMrCxCh3Dg&amp;lt;/ref&amp;gt;&amp;quot; was published previewing a fully finished game with a enitity system, AI, and 3D bullets. Although impressive it was never released to the public.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Social Medias&#039;&#039;&#039; ==&lt;br /&gt;
YouTube: https://www.youtube.com/@The3DScratcher&lt;br /&gt;
&lt;br /&gt;
Main Scratch Account: https://scratch.mit.edu/users/GL00B/&lt;br /&gt;
&lt;br /&gt;
Secondary Scratch Account (More Active) https://scratch.mit.edu/users/GL11B/&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
	<entry>
		<id>https://wiki.glue3d.net/index.php?title=File:Minecraft_Is_in_scratch_now.png&amp;diff=147</id>
		<title>File:Minecraft Is in scratch now.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.glue3d.net/index.php?title=File:Minecraft_Is_in_scratch_now.png&amp;diff=147"/>
		<updated>2026-05-30T05:11:25Z</updated>

		<summary type="html">&lt;p&gt;Droplets21: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A frame from Gl00b&#039;s video on Minecraft in Scratch; https://www.youtube.com/watch?v=Z3R37bnrH1M&amp;amp;t=73s&lt;/div&gt;</summary>
		<author><name>Droplets21</name></author>
	</entry>
</feed>