test version will be rewritten before main.

This commit is contained in:
Yggdrasil75
2026-03-05 14:59:23 -05:00
parent 3d96e569c8
commit 6336d45075
7 changed files with 601 additions and 7 deletions

View File

@@ -10,6 +10,7 @@
#include "../util/noise/pnoise.cpp"
#include "planet.cpp"
#include "worldbox.cpp"
#include "../util/basicdefines.hpp"
void framebuffer_size_callback(GLFWwindow* window, int width, int height) {
@@ -80,6 +81,7 @@ int main() {
planetSimUI planetApp;
NoisePreviewState noiseState;
worldboxSimUI worldBox;
if (noiseState.layers.empty()) {
NoiseLayer defaultLayer;
@@ -101,6 +103,7 @@ int main() {
ImGui::GetMainViewport();
drawNoiseLab(noiseState);
planetApp.renderUI(window);
worldBox.renderUI(window);
ImGui::Begin("Integration Control");
ImGui::Text("Bridge: Noise Lab -> Planet Sim");