A simple screen recorder made in java. This application will create a directory called DotGifIt in your user.home! This file contains config info and can be edited directly or using the application.
Should be directly runnable from an IDE but would advise the following to run without such over head
cd <dotGifIt-root-directory>
mvn clean install
java -jar target/dot-gif-it-<version>.jar
JAR available here
java -jar dot-gif-it-<version>.jar
This was developed on mac and as such looks nicer and runs better on mac. Windows adds additional functionality of being able to 'click through' transparent windows. This seems to bug out the application when actions such as click and drag are attempted.