Skip to content

Releases: TobaT3/DrawTk

v3.0.0-Beta Animation Test

14 Nov 17:30
d290630
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Basic animation functionality; I will optimize it and add things like onion skin in the full release
  • Some bug fixes, more in the full release of course

Full Changelog: v2.0.0...v3.0.0-beta

DrawTk v2.0.0 (GUI Overhaul 1/2)

10 Oct 17:20
Compare
Choose a tag to compare
  • Overhauled GUI; it is now better organized, some functions have been moved into a menu up top
  • Added preview, when you draw you will see a dashed line showing you what the finished shape will look like
  • Overhauled Polygon: To finish a polygon now close it by clicking on its first point
  • Overhauled Text: To finish text now press enter (to write a new line now, press shift+enter)
  • Reworked some backend things

Full Changelog: v1.2.0...v2.0.0

DrawTk v1.2.0

03 Oct 18:38
Compare
Choose a tag to compare
  • Added Text functionality
  • Added a mode to Delete any single object (not just the last one like undo)
  • Added splash screen
  • Windows are now bound together (move with each other)
  • Bug fixes

Originally this was supposed to be included in the v2.0.0 graphic overhaul but im not sure how i like that new gui so i made another v1 release;

Full Changelog: v1.1.1...v1.2.0

Hotfix for v1.1.0 (DrawTk v1.1.1)

27 Sep 14:13
Compare
Choose a tag to compare

Fixed file loading not working

DrawTk v1.1.0

26 Sep 17:05
Compare
Choose a tag to compare

The file loading system actually doesnt work. Please download the latest release (at this time v1.1.1)

Overall added some more polish and made the ngon work, originally was supposed to be 2.0.0 but its not that big;

  • Added an actual ngon
  • Added load funcionality
  • Added file save gui instead of automatically saving as tkinter_drawing.py/.png;
  • Exporting now also supports .jpeg, .tiff and .bmp
  • Added some popup message boxes (are you sure you want to delete all? and an error message for file loading)
  • Made the windows centered
  • Added a favicon

Bug fixes:

  • Fixed #6 - Triangle should now work with different line width

Might still have more bugs, tried to finish it today so didnt have time for testing; please open an issue (inevitably ill be the only one opening issues because no ones using this but hey)

DrawTk v1.0.0

25 Sep 09:31
6961044
Compare
Choose a tag to compare
  • First release