nsdrozario / math-worksheet-generator

Mathemacure, the ultimate math worksheet generator.
Other
1 stars 1 forks source link

Geometry renderer #23

Open nsdrozario opened 4 years ago

nsdrozario commented 4 years ago

Create a renderer using HTML5 Canvas and JavaScript that can create diagrams of geometry problems and formulate a method of input for this renderer and a theoretical data structure to represent input.

nsdrozario commented 4 years ago

UPDATE: Prototypes created.

Key points of architecture:

See engine/geo_renderer/main.js for more details.

@shuklanishchal @LampyDaSavage Please implement the commented features within main.js labled IMPLEMENT.

nsdrozario commented 4 years ago

Currently being debugged; draw line code runs but does not render

nsdrozario commented 4 years ago

Issue postponed.

nsdrozario commented 4 years ago

IMPORTANT

We will use svg to render geometry now