Skip to content

Commit

Permalink
Add TODO notes for genart library
Browse files Browse the repository at this point in the history
  • Loading branch information
azurepolarbear committed Dec 29, 2024
1 parent 048de36 commit 81b448e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/category-selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

import { Random, Range } from '@batpb/genart';

// TODO - add functionality to @batpb/genart library
export class CategorySelector<Type> {
readonly #CHOICES: Map<Type, Range> = new Map<Type, Range>();

Expand Down
1 change: 1 addition & 0 deletions src/main/wave-screen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export abstract class WaveScreen extends CanvasScreen {
console.log('mousePressed() placeholder');
}

// TODO - add functionality to @batpb/genart library
public async saveSocialMediaSet(timeout: number): Promise<void> {
const p5: P5Lib = P5Context.p5;
let ratio: AspectRatio = ASPECT_RATIOS.SQUARE;
Expand Down

0 comments on commit 81b448e

Please sign in to comment.