003 fucking RENDERS models YAAAAAAAAA

This commit is contained in:
41666 2023-10-10 00:11:02 -04:00
parent 28faa03ac6
commit 23d7810ab6
30 changed files with 16955 additions and 221 deletions

View file

@ -11,6 +11,9 @@ mkdirSync("html");
const works = globSync("src/*/main.ts");
console.log(chalk.green`>> Convert meshes ...`);
await convertMeshes();
console.log(chalk.green`>> Building ...`);
console.log(chalk.yellow(` Found ${works.length} works.`));
console.log(chalk.yellow(` Running Bun.build()`));
@ -44,6 +47,3 @@ const { stdout, stderr, exitCode } = Bun.spawnSync([
"-c",
"cp -r src/public/* html/",
]);
console.log(chalk.green`>> Convert meshes ...`);
await convertMeshes();