/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

twiik.net
| | www.jeremymorgan.com
3.6 parsecs away

Travel
| | Learn how to create an object and move it around in Unity with your keyboard. This is a simple tutorial using a few lines of code.
| | davikingcode.com
5.6 parsecs away

Travel
| |
| | kylewbanks.com
5.2 parsecs away

Travel
| | Frequently in Unity you'll see OnMouseDown used to detect clicks on GameObjects. This works fine but it requires a script on the GameObject itself, and may require synchronization within the game when there are many clickable objects.
| | luten.dev
24.4 parsecs away

Travel
| Ive been out of the .NET loop for a very long time. I would never have thought that it was so easy to get a .NET project up and running on Linux. But, I guess a decade of embracing Open Source at Microsoft changes things. Here are the steps I took to get an OpenGL window up and running on Ubuntu using .NET Core, VSCode, and OpenTK.