Open comments for this post
Aseprite Hackatime Documentation
TL;DR
- Found Aseprite plugin for hackatime Waketime-Aseprite made by espcaa
- Added Aseprite documentation to Hackatime repo on how to setup this plugin
- Submitted pull request and currently under review
Long Version
I noticed on #stardance-help that there were many people asking how to track time for using Aseprite, which is a fairly large editor for art/drawing. Although lapse could be used for this, I also found an Aseprite plugin creating by espcaa that tracks time in the Hackatime Dashboard. There was no mention of this in the official Hackatime website Docs so I decided to add it myself. I added the aseprite.md file which contains all the setup instructions, the aseprite-128.png which contains the Aseprite Logo, and added the aseprite entry to the list of editors in app/controllers/docs_controller.rb. After testing using docker, it does appear to work and I have created the PR request and it is under review. There were some fixes to be made by Greptile involving my steps for API configuration, wakatime vs hackatime, and spacing, but they have all been resolved.
I’m hoping it gets accepted and would love to help more people learn about how to set up Aseprite with Hackatime. Special thanks to espcaa for creating the original plugin!
Open comments for this post
Aseprite Hackatime Documentation
TL;DR
- Found Aseprite plugin for hackatime Waketime-Aseprite made by espcaa
- Added Aseprite documentation to Hackatime repo on how to setup this plugin
- Submitted pull request and currently under review
Long Version
I noticed on #stardance-help that there were many people asking how to track time for using Aseprite, which is a fairly large editor for art/drawing. Although lapse could be used for this, I also found an Aseprite plugin creating by espcaa that tracks time in the Hackatime Dashboard. There was no mention of this in the official Hackatime website Docs so I decided to add it myself. I added the aseprite.md file which contains all the setup instructions, the aseprite-128.png which contains the Aseprite Logo, and added the aseprite entry to the list of editors in app/controllers/docs_controller.rb. After testing using docker, it does appear to work and I have created the PR request and it is under review. There were some fixes to be made by Greptile involving my steps for API configuration, wakatime vs hackatime, and spacing, but they have all been resolved.
I’m hoping it gets accepted and would love to help more people learn about how to set up Aseprite with Hackatime. Special thanks to espcaa for creating the original plugin!
Open comments for this post
I’ve been working on my AP Calc Study game about Series Tests. Here’s what I’ve recently added: A reload button with animations that automatically shows once you’ve bottomed out, and an updated ReadMe. I’m relatively new to animations in Unity, and it took me some time to figure out how to animate simple up, diagonal, and side movements. Eventually, I learnt about the Record Feature, and with the use of keyframes, I was able to implement all three arrow animations. Why use animations instead of a simple movement script? Using the built in animation maker in Unity didn’t require any code, and I wanted to explore something new!
Open comments for this post
I’ve been working on my AP Calc Study game about Series Tests. Here’s what I’ve recently added: A reload button with animations that automatically shows once you’ve bottomed out, and an updated ReadMe. I’m relatively new to animations in Unity, and it took me some time to figure out how to animate simple up, diagonal, and side movements. Eventually, I learnt about the Record Feature, and with the use of keyframes, I was able to implement all three arrow animations. Why use animations instead of a simple movement script? Using the built in animation maker in Unity didn’t require any code, and I wanted to explore something new!