First image of fractal

Next the nasty stuff like movement and ui :-D
This commit is contained in:
2026-02-11 08:31:27 +01:00
parent 12ebbb09ce
commit ba3dc4d928
11 changed files with 133 additions and 33 deletions

View File

@@ -12,6 +12,7 @@ export const routes: Routes = [
{ path: RouterConstants.IMPRINT.PATH, component: RouterConstants.IMPRINT.COMPONENT},
{ path: RouterConstants.GOL.PATH, component: RouterConstants.GOL.COMPONENT},
{ path: RouterConstants.LABYRINTH.PATH, component: RouterConstants.LABYRINTH.COMPONENT},
{ path: RouterConstants.FRACTAL.PATH, component: RouterConstants.FRACTAL.COMPONENT}
{ path: RouterConstants.FRACTAL.PATH, component: RouterConstants.FRACTAL.COMPONENT},
{ path: RouterConstants.FRACTAL3d.PATH, component: RouterConstants.FRACTAL3d.COMPONENT}
];