Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 528 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 528 Bytes

Whiteboard

Implementation of a simple portable whiteboard in TypeScript that uses ECS.

Features:

  • Draw basic geometric shapes: circle, oval, rectangle, square.
  • Geometric shapes can be manipulated: move, stretch.
  • Geometric shapes can be connected by lines.
  • Text add/edit inside and outside the geometric shapes.
  • Save/Load state from localStorage.

Development

  1. git clone https://github.com/serbanghita/gamedev in a gamedev folder outside this project.
  2. npm run dev