Skip to content

Releases: Nidish96/cart.el

Beta Release 0.2: Now Supporting Graphical Feedback!

04 Mar 09:20
Compare
Choose a tag to compare

With the new beta release, cart.el now supports graphical feedback!

This is implemented by spawning a transparent artist-mode buffer on emacs on top of the pdf and presenting ASCII representations of the user inputs here. This is more real-time than having to recompile the document.
All the features previously supported are also supported with the visual feedback. Calibration is particularly made easier.

Here's a quick demo (the curve is generated through tikz-coordinates, which draws smooth splines approximately through the selected points & tangents; that's why there's slight mismatches) :
fig5a

Other than this, this release also includes bugfixes, making it a more stable package.

PS: I'm not particularly proud of the code; it can be considerably cleaned up. I'll appreciate any comments! :-)

Full Changelog: betareleasev0.1...v0.2

Beta Release v0.1

20 Apr 07:29
Compare
Choose a tag to compare
Beta Release v0.1 Pre-release
Pre-release

This is the first "version" which has 95% of the features I use on a daily basis.
What is missing is the ability to enforce two points to be perfectly vertical or horizontal. Kind of a "snapping"-like behavior.
Tikz also supports naming objects and tracking intersections. Support for this will be good.

Version 0.0.1

09 Apr 23:58
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release

This is the very first release I am creating since the package is functional as is.