Skip to content

Instantly share code, notes, and snippets.

View HeadClot's full-sized avatar

Benjamin Stanley HeadClot

  • Utah, United States
  • 06:03 (UTC -06:00)
View GitHub Profile
@HeadClot
HeadClot / gist:f272dca1188a7e1c89a25c21ece589cf
Created July 26, 2022 10:18
Social VR Platforms that are not VR Chat
* Overte - (https://overte.org/) - Still early days but very capable. Some people are leaving NeosVR for this because of the lack of updates. Open Source.
* Helios - (https://store.steampowered.com/app/1047640/Helios/) - Powered by Unreal Engine 4. There is a Unreal 5 branch as well.
* ChilloutVR (https://store.steampowered.com/app/661130/ChilloutVR/) - I do not know much about this one. Maybe some one else can chime in on this.
* NeosVR (https://store.steampowered.com/app/740250/Neos_VR/) - I do not know much about this one either. But the creator community is really cool.
@HeadClot
HeadClot / OpenSimplexNoise.java
Last active September 15, 2015 22:27 — forked from KdotJPG/OpenSimplex2S.java
Visually axis-decorrelated coherent noise algorithm based on the Simplectic honeycomb.
/*
* OpenSimplex Noise in Java.
* by Kurt Spencer
*
* v1.1 (October 5, 2014)
* - Added 2D and 4D implementations.
* - Proper gradient sets for all dimensions, from a
* dimensionally-generalizable scheme with an actual
* rhyme and reason behind it.
* - Removed default permutation array in favor of