Botspot / pi-apps

Raspberry Pi App Store for Open Source Projects
GNU General Public License v3.0
2.01k stars 205 forks source link

Add aseprite #1486

Open everypizza1 opened 2 years ago

everypizza1 commented 2 years ago

What is the name of the app?

aseprite

(Optional) Where is the app hosted?

https://github.com/aseprite/aseprite/

About the app

ASEPRITE (aka ASE, Allegro Sprite Editor) is an open source program to create animated sprites & pixel art. Sprites are little images that can be used in your website or in a video game. You can draw characters with movement, intros, textures, patterns, backgrounds, logos, color palettes, isometric levels, etc.

Upload file

aseprite.zip

Confirmations

Botspot commented 2 years ago

Interesting! I've never heard of this before. Do you use it on your Pi much? On my Pi, the mouse movements seemed to be quite laggy.

Sussy-OS commented 2 years ago

Interesting! I've never heard of this before.

Me nither!

everypizza1 commented 2 years ago

I found it yesterday, I believe the mouse is made to be like that.

On Sat, Feb 12, 2022, 11:39 AM Botspot @.***> wrote:

Interesting! I've never heard of this before. Do you use it on your Pi much? On my Pi, the mouse movements seemed to be quite laggy.

— Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/1486#issuecomment-1037339530, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATXE5QPYAHTINE2BVKGBA2LU22LL5ANCNFSM5OHFOYIA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

Sussy-OS commented 2 years ago

okay

Sussy-OS commented 2 years ago

I like it. It's kinda like piskel. Though, when I create a sprite animation, the mouse is very glitchy, and my CPUs go high

Botspot commented 2 years ago

I like it. It's kinda like piskel. Though, when I create a sprite animation, the mouse is very glitchy, and my CPUs go high

Same.

everypizza1 commented 2 years ago

I dont have a problem with mouse lag. I just installed raspberry pi os a few days ago, and it works fine. What Pi model are you using?

Sussy-OS commented 2 years ago

I dont have a problem with mouse lag. I just installed raspberry pi os a few days ago, and it works fine. What Pi model are you using?

I am using the 400 rev 1.0

Crilum commented 2 years ago

This is a really cool program. I do have a little lag dragging windows inside the program around, but other that that I have a pretty smooth experience.

everypizza1 commented 2 years ago

This doesn't work great on twister os

Botspot commented 2 years ago

Has anyone gotten this app working well? If not, then maybe this issue should be closed.

Sussy-OS commented 2 years ago

Has anyone gotten this app working well? If not, then maybe this issue should be closed.

It works, but is buggy. Simalar to buggy speed of minecraft on pi. Not too bad. I would consider adding it.

everypizza1 commented 2 years ago

Has anyone gotten this app working well? If not, then maybe this issue should be closed.

It works fine for me on raspberry pi os bullseye.

Crilum commented 2 years ago

@Botspot it works quite well on my system, here is a recording of me drawing something (don't ask me what it is...):

Aesprite.mp4

It's about 20-30% slower because I'm recording, so factor that in when you watch it.

Crilum commented 2 years ago

If you drag windows inside of Aesprite (like, it's own windows (save dialog, preview), not OS windows), it has some weird things, but it still works just fine.

everypizza1 commented 2 years ago

It doesn't work on Ubuntu :(. Edit: I noticed I can use the deb...

Crilum commented 2 years ago

It doesn't work on Ubuntu :(. Edit: I noticed I can use the deb...

Why not?

everypizza1 commented 2 years ago

It isn't in the apt repos.

On Mon, May 16, 2022 at 5:24 PM Crilum @.***> wrote:

It doesn't work on Ubuntu :(. Edit: I noticed I can use the deb...

Why not?

— Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/1486#issuecomment-1128196293, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATXE5QMOI6UT4O7ZKN3OVVLVKLDJPANCNFSM5OHFOYIA . You are receiving this because you authored the thread.Message ID: @.***>

Crilum commented 2 years ago

We could change the app so that it uses install_packages and downloads the deb.

everypizza1 commented 2 years ago

OK, I will try when I get home!

On Tue, May 17, 2022 at 2:02 PM Crilum @.***> wrote:

We could change the app so that it uses install_packages and downloads the deb.

— Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/1486#issuecomment-1129216073, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATXE5QPDWNFAMI434TIWDGLVKPUM7ANCNFSM5OHFOYIA . You are receiving this because you authored the thread.Message ID: @.***>

theofficialgman commented 2 years ago

this pacakge comes from the raspbian repos (aka, 32bit buster/bullseye only). I've already checked debian (all versions), ubuntu (all versions), and archive.raspberrypi.org (buster and bullseye) and its not in any of them.

the raspbian version is VERY out of date and should NOT be included (1.1.6 from Jul 2016)

a better solution would be to make a buildscript for this app directly from the github (active development)

theofficialgman commented 2 years ago

hmm... don't know where the last post went, but it was in reference to skia as a dependency looks like a few people already have written a buildscript for both skia and aseprite https://community.aseprite.org/t/raspberry-pi-version/7419/3

Crilum commented 2 years ago

The current version of aseprite uses the aseprite-m102 branch of skia, not the aseprite-m96 one in that thread..

theofficialgman commented 2 months ago

Please provide a script for building and installing the program from source using the documentation as a guide https://github.com/aseprite/aseprite/blob/main/INSTALL.md

everypizza1 commented 2 months ago

Hey! I'm no longer using this software, however I will leave this open and I can maybe try to make a build script this weekend.