Skip to content

Instantly share code, notes, and snippets.

View caramboleyo's full-sized avatar

caramboleyo

  • EU/Austria
View GitHub Profile
import { planetHexasphere } from '../client/hexasphere.js';
import PlanetGenerator from '../client/planet-generator.js';
import '../hybrid/helpers.js';
import { prettyUrl } from '../../../deps.js';
import { getHexagonalGeometry } from '../hybrid/coordinates.js';
class Generator {
constructor() {
return new Promise(async resolve => {