Skip to content

Instantly share code, notes, and snippets.

View Sorok-Dva's full-sized avatar
:octocat:

Сорок два Sorok-Dva

:octocat:
View GitHub Profile
@Sorok-Dva
Sorok-Dva / terrain_generation.py
Created July 11, 2024 21:36
Python script for Blender for terrain generation (v1)
import bpy
import bmesh
import math
# Improved Perlin noise function
def fade(t):
return t * t * t * (t * (t * 6 - 15) + 10)
def lerp(t, a, b):
return a + t * (b - a)
@Sorok-Dva
Sorok-Dva / CompleteDiscordQuest.md
Created June 7, 2024 11:06 — forked from aamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!