A collection of programs used for a presentation about some drawing-related algorithms.
Go to file
ErikWohl 595cbc40a8 added Mit License 2019-10-02 11:52:06 +02:00
Coding_Contest_2018_Fill skip broken file 2019-03-12 14:57:06 +01:00
FloodFill_Scanfill Project config changes 2019-03-11 21:22:42 +01:00
LineDraw-Console Steps are now dependent on line length, delay no longer dependent on step count 2019-03-11 22:44:50 +01:00
PaintStudio Datetime 2019-03-12 11:11:43 +01:00
.gitignore add .gitignore 2019-03-10 12:55:53 +01:00
LICENSE Create LICENSE 2019-03-10 23:59:30 +01:00
POS.pptx asd 2019-03-12 13:45:49 +01:00
POS_Handout.pdf Update handout once more 2019-03-12 08:48:44 +01:00
README.md added Mit License 2019-10-02 11:52:06 +02:00
Smiley_fill.gif Add animations for fill algorithms 2019-03-12 08:45:26 +01:00
Wfm_floodfill_animation_queue.gif Add animations for fill algorithms 2019-03-12 08:45:26 +01:00
Wfm_floodfill_animation_stack.gif Add animations for fill algorithms 2019-03-12 08:45:26 +01:00

README.md

Lines and fills

This repository contains all the programs used in the presentation "Drawing-related algorithms". Feel free to play around with the programs and their code.

The programs are made using .NET Core or .NET Framework and the language C#.

License: MIT