![]() |
|
Moai v1.7 |
Sirocco
Member #88
April 2000
![]() |
Moai version 1.7 is now available. Moai is a pixel editor designed to mimic the look and features of Autodesk Animator. {"name":"moai_11_17_12_b.png","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/8\/b\/8b84499b79f74d0a8a80b4a3d6803b34.png","w":320,"h":240,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/8\/b\/8b84499b79f74d0a8a80b4a3d6803b34"} {"name":"moai_12_10_12_d.png","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/b\/e\/bec13be79d580b8b17244e5acb6a153e.png","w":320,"h":240,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/b\/e\/bec13be79d580b8b17244e5acb6a153e"} Version 1.7 introduces the following features: - Fixes for several work-corrupting bugs Please note that this is a Win32 release, and you will need to run the program in a non-write protected directory. Unicode characters are not supported yet. This version is compatible with version 1.6. If you are upgrading from an earlier version, you should back up your existing frames, and start with a fresh install. --> |
Karadoc ~~
Member #2,749
September 2002
![]() |
The link in your post currently goes to a file called moai_v1.6.zip (ie. not v1.7). I haven't checked if it is actually v1.7 on the inside. ----------- |
Sirocco
Member #88
April 2000
![]() |
Derp. You're right. Link fixed -- thanks! --> |
beoran
Member #12,636
March 2011
|
I hate to sound like a broken record but I'd love to see a Linux port of this if possible. I assume Moai is written using Allegro? I'm 100% willing to help you with a port. For the rest, well done! |
Sirocco
Member #88
April 2000
![]() |
beoran said: I hate to sound like a broken record but I'd love to see a Linux port of this if possible. I assume Moai is written using Allegro? I'm 100% willing to help you with a port. No, that's fine. I'm happy to see interest in it. I'm getting close to the point where I'd consider a port. I'm running out of features to add, and most of the bugs cropping up are with new(er) features, so eventually those will run out. I'm also working on adding in some unicode support for non-US users, and some other minor things... like trimming the code and making sure as much stuff as possible is POSIX. The program uses a lot of libraries and I'm slowly weeding them out. I'll keep you in mind when the moment arrives. --> |
beoran
Member #12,636
March 2011
|
OK, thanks for your consideration! As or removing external libraries, if there is anything that needs to be added to Allegro to make Moai easier to port, such as certain image file formats, then please mention it and I'll try to convince Peter to add those into Allegro proper as well. |
LennyLen
Member #5,313
December 2004
![]() |
beoran said: and I'll try to convince Peter to add those into Allegro proper as well. To be honest, this is something that I think Allegro shouldn't do. Allegro is, first and foremost, a GAME programming library, and while it can obviously be used for writing things other than games, that is its focus, and the core library should only support image formats useful for gaming. Of course, you can always add your own addons to Allegro to load other formats. I've written code for both A4 and A5 for loading and saving the various PNM formats, but this is not something that Allegro should do itself.
|
Sirocco
Member #88
April 2000
![]() |
Moai is an A4 project. I don't think it's useful to add things to it at this point (A4, that is). So long as the add-on process is easy and well documented, I think that's enough. That said, I did find it amusing (read: irritating) that A4 out of the box doesn't support any web-friendly formats: no gif, no png, no jpg. I had to turn to external libs for those. Alpng worked, the jpg add-on I tried was buggy and didn't support all variations of jpg options (not surprising -- the spec is huge). Hard Rock wrote a no-nonsense gif add-on, and I adapted the official JPEG stuff myself. Fblend, obviously. I used Neuquant for fast color reduction, and some other things I can't remember. All said, it was a very interesting project and I'm rather shocked at how quickly I got to a public release, given my spotty track record. --> |
André Silva
Member #11,991
May 2010
![]() |
I'm not quite sure what the point of this program is. Don't get me wrong, I'm sure it's not pointless, and judging by the screenshots, it looks pretty badass. But I' just not seeing what's the difference between using this and Paint (errr... Paint.NET. Paint is just useless).
|
Trent Gamblin
Member #261
April 2000
![]() |
Is this made with Allegro? Does it have resizable windows and all that? How does it compare to Graphics Gale or Allegro Sprite Editor? (the last one I've found is excellent except performance of some operations is too slow to be usable, at least on my netbook.)
|
J-Gamer
Member #12,491
January 2011
![]() |
" There are plenty of wonderful ideas in The Bible, but God isn't one of them." - Derezo |
Trent Gamblin
Member #261
April 2000
![]() |
Ok. ASE is A4 too with some resizable window patches. I find it really difficult to work with graphics without that feature (ie ASE before it had resizable windows.) David Capello has a git branch I could dig up that is a stripped down version of A4 (sound etc not in there) that has resizable windows for Win/Mac/Linux.
|
Sirocco
Member #88
April 2000
![]() |
André Silva said: I'm not quite sure what the point of this program is. Each art program is unique in its tool set and workflow. You sample what's available and pick one that suits your needs. Moai has a unique workflow as it allows you to attach pixel shaders to any drawing tool via ink selection, and work with layers in a nontraditional manner. Edit: And I suppose the most important detail is that it's tailored to feel familiar to Autodesk Animator users, so there is definitely a purpose to its existence. Trent Gamblin said: Does it have resizable windows and all that? How does it compare to Graphics Gale or Allegro Sprite Editor? I don't know what all that is, but window size is fixed, although resolution and frame size are not. It runs full speed on my Mini 10. I haven't used either of those editors, so I can't comment on what features they might share. --> |
_Kronk_
Member #12,347
November 2010
|
I've really enjoyed following the development of Moai, and the current build is excellent. I will probably find myself using it a lot in the near future, since I'll have some free time again. -------------------------------------------------- My blog: http://joshuadover.tumblr.com |
Audric
Member #907
January 2001
|
Sirocco said: And I suppose the most important detail is that it's tailored to feel familiar to Autodesk Animator users, so there is definitely a purpose to its existence. Exactly. Software lives and dies quickly, but after people have spent hours (years?) getting proficient with a program, it means a lot to them if their skill can still be used on more recent hardware. (Another step in this direction is to make keyboard shortcuts user-settable) |
Sirocco
Member #88
April 2000
![]() |
Audric said: (Another step in this direction is to make keyboard shortcuts user-settable) It is rather disturbing how much software has totally hard-coded hotkeys. If you hit the USER menu you can remap all of your hotkeys as well as your mouse buttons. The default key set closely matches Animator's, but I like to remap most of the keys {"name":"moai_12_9_12_a.png","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/8\/1\/816d27d1026b27e1ae39a129470f5b77.png","w":320,"h":240,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/8\/1\/816d27d1026b27e1ae39a129470f5b77"} {"name":"moai_06_91_13_a_zps58173874.png","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/6\/e\/6e306cd1f28b70ded78d9b2f76ad6649.png","w":320,"h":240,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/6\/e\/6e306cd1f28b70ded78d9b2f76ad6649"} The config program also got a facelift. --> |
|