Smaller refactoring

- Put shader in own file
- renamed package
This commit is contained in:
2026-02-20 16:50:24 +01:00
parent 55ece27e1c
commit 13b59d0b36
6 changed files with 155 additions and 165 deletions

View File

@@ -8,7 +8,7 @@ import {ConwayGolComponent} from '../pages/algorithms/conway-gol/conway-gol.comp
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';
import {PendulumComponent} from '../pages/algorithms/pendle/pendulum.component';
import {PendulumComponent} from '../pages/algorithms/pendulum/pendulum.component';
export class RouterConstants {