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

@@ -7,6 +7,7 @@ import {SortingComponent} from '../pages/algorithms/sorting/sorting.component';
import {ConwayGolComponent} from '../pages/algorithms/conway-gol/conway-gol.component';
import {LabyrinthComponent} from '../pages/algorithms/pathfinding/labyrinth/labyrinth.component';
import {FractalComponent} from '../pages/algorithms/fractal/fractal.component';
import {Fractal3dComponent} from '../pages/algorithms/fractal3d/fractal3d.component';
export class RouterConstants {
@@ -58,6 +59,12 @@ export class RouterConstants {
COMPONENT: FractalComponent
};
static readonly FRACTAL3d = {
PATH: 'algorithms/fractal3d',
LINK: '/algorithms/fractal3d',
COMPONENT: Fractal3dComponent
};
static readonly IMPRINT = {
PATH: 'imprint',
LINK: '/imprint',