Sneeze-FinalPhase4

I spent my time catching up on past projects, and I worked on the telematic project and created a drawing website that has rooms.

These rooms would be used as prompts for people around the world to draw together from a Twitter bot account that would present a new prompt everyday. The Twitter account is @CollabDrawABCs and you can view it here.

These are some examples of drawings and drawing prompts. Each user gets assigned a color randomly, which is supposed to encourage collaboration between users. If a user is alone and would like a new color, they can just refresh the page, but the process is a lot faster with others.

hunan-FinalPhase4

I was working on procedural terrain generation for the first half of this project but because I found a really good package for that, there’s very little left for me to do apart from learning how to use that package. Since my goal was to learn unity, I decided to make something that requires more scripting. So I made a 3D in-game builder (the best way to explain it would be the combination of Kerbal Space Program’s user interaction combined with the mechanics of Minecraft.)  I got to explore scripts, material, audio sources, UI, character controller, physics ray casting, box collider, and mesh renderer. The environment is the HDRP sample scene in Unity. It only took 150 lines of code for the builder and another 50 for a very naive character movement controller, which is quite amazing.