rust_dos VS Animator-Pro

Compare rust_dos vs Animator-Pro and see what are their differences.

rust_dos

Rust DOS : Creating a DOS executable with Rust (by o8vm)

Animator-Pro

A classic paint program originally for dos (by AnimatorPro)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rust_dos Animator-Pro
5 7
140 199
- 1.0%
0.0 0.0
over 1 year ago 25 days ago
Rust C
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rust_dos

Posts with mentions or reviews of rust_dos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-17.
  • Djgpp
    4 projects | news.ycombinator.com | 17 Jan 2024
    You do not need segment registers much if you stick to the tiny model. Here is someone compiling Rust to a 16-bit DOS COM executable:

    https://github.com/o8vm/rust_dos

    Not sure what the approach would be for them to expand that to support segments.

    In DJGPP there are macros to allow your protected mode application access physical real-mode addresses (like when you want to write to video RAM). I don't know if IA-16 also does something like that, or if they added far/near keywords to the language like old 16-bit C compilers did (at least the ones I used).

    Free Pascal has helper-functions to work with segment+offset pointer pairs, also without having to modify the language itself. I think that would work well enough in C, but I guess the old method of adding non-standard keywords was seen as slightly more convenient.

  • Who invented file extensions in file names?
    5 projects | news.ycombinator.com | 2 Nov 2023
  • Moving from Rust to C++
    4 projects | /r/rust | 1 Apr 2023
    Demo: https://github.com/o8vm/rust_dos
  • Resources for programs they used back in the 90s/early 00s?
    4 projects | /r/retrogamedev | 25 Jan 2023
    It is probably possible for almost any old platform with some cross-compilation magic, but not anything that will be officially supported as the compiler-makers focus on modern systems. There is for instance an unofficial 16-bit DOS backend for GCC and at least one or two projects to compile Rust to DOS-executables (that I assume use Clang?) (in addition to 32-bit DJGPP(gcc) for MSDOS that I linked to above). Probably are similar projects to target 68k somewhere?
  • Rust DOS: Creating a DOS Executable with Rust
    1 project | news.ycombinator.com | 22 Jan 2021

Animator-Pro

Posts with mentions or reviews of Animator-Pro. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-21.
  • Picotron Is a Fantasy Workstation
    5 projects | news.ycombinator.com | 21 Mar 2024
    I like to start up Dosbox-X or one of the virtual Amiga environments that comes bundled with Amiga forever. Definitely cozy.

    More often I use some old application, like the nowadays BSD-licensed ex-Autodesk Animator. It is fun to figure it out and more fun than modern applications in many ways. I even bought an old used book about it and read cover to cover. Limited compared to modern graphics software, but "cozy" is a great way to describe the experience.

    https://github.com/AnimatorPro/Animator-Pro

  • I have a theory that UI has a major impact on how usable an art software is.
    1 project | /r/aseprite | 14 Feb 2023
    But I think very limited and objectively worse GUIs can be fun for inspiration and to get other styles. I love to play around with Autodesk Animator. The workflow is kind of awkward but being forced to always think ahead of what you want to do and compose images of small parts (because there are no layers and many other limitations) it becomes more like a fun puzzle/game to get anything done (and the resulting FLI files can be imported into Aseprite for more serious editing!).
  • Resources for programs they used back in the 90s/early 00s?
    4 projects | /r/retrogamedev | 25 Jan 2023
    Other tools may be a bit more lacking. Not sure if any reasonably modern version control system works. Graphics editors will be a bit old (but Autodesk Animator was released open source and is quite great really and no idea how fun sfx editors and other gamedev tools from last century are to use today.
  • Recovered a bunch of .PIC files from old 5¼ diskettes recently. Forgot the program I used to draw them. Help!
    1 project | /r/dosbox | 25 Oct 2022
    Autodesk Animator can save and load PIC files. But it looks like your header is different from what I see in one of those I happened to have.
  • Looking to see if a DOS graphic editor with 'Luxor' sample image can still be found today
    1 project | /r/DOS | 23 May 2022
    Was it https://github.com/AnimatorPro/Animator-Pro ?
  • The Life of MS-DOS
    6 projects | news.ycombinator.com | 13 Feb 2022
    I took the time a few years ago to learn a bit about how to use Autodesk Animator (it was released with a BSD license some ~10 years ago and can be downloaded legally for free these days). Was really impressed with the GUI. Just press a single key to open the menu that begins with that letter, then the first letter of the menu-item you want to use. They managed to use only words that begin with unique letters while still making a lot of sense. Plus some other single-key shortcuts. And many, to me, unusual design choices everywhere, but it all makes sense and is consistent in a way that after a few hours I was not bothered at all by the fact that nothing was like a modern GUI, and there was definitely nothing about using more modern GUI conventions I can think of that would make it more pleasant to work with.

    https://github.com/AnimatorPro/Animator-Pro

  • You Don't Know Gif - An analysis of a gif file and some weird gif features
    1 project | /r/coding | 12 Feb 2022
    Wild guess is that a GIF without a color table would typically render using the default VGA palette back in the day? I tried to open it in dosbox in PictView but it displayed that GIF in grayscale (not all black at least!) (that application is from 2015 though and might not be representative for how real 1989-era applications would have done?). Then I tried the "crop" tool that comes with Autodesk Animator, because I know the application itself only supports GIF87a in 320x200, but crop also said the image had unknown version.

What are some alternatives?

When comparing rust_dos and Animator-Pro you can also consider the following projects:

rusty-dos - A Rust skeleton for an MS-DOS program for IBM compatibles and the PC-98, including some PC-98-specific functionality

dosbox-x - DOSBox-X fork of the DOSBox project

crates.io - The Rust package registry

dosbox-staging - DOSBox Staging is a modern continuation of DOSBox with advanced features and current development practices.

open-watcom-v2 - Open Watcom V2.0 - Source code repository, Wiki, Latest Binary build, Archived builds including all installers for download.

Dos64-stub - small stub that allows to run "bare" 64-bit PE binaries in DOS

file - Read-only mirror of file CVS repository, updated every half hour. NOTE: do not make pull requests here, nor comment any commits, submit them usual way to bug tracker or to the mailing list. Maintainer(s) are not tracking this git mirror.

fantasy - A curated list of available fantasy consoles/computers.

linuxontheweb

abrash-black-book - Markdown source for Michael Abrash's Graphics Programming Black Book

build-ia16 - Scripts to build IA-16 GCC toolchain, Ubuntu source .deb's, & FreeDOS binary packages ― fork of https://github.com/crtc-demos/build-ia16 • mirror of https://gitlab.com/tkchia/build-ia16 • Ubuntu binaries at https://launchpad.net/%7Etkchia/+archive/ubuntu/build-ia16/ • DJGPP/MS-DOS binaries at https://github.com/tkchia/build-ia16/releases • source mirror at https://gitlab.com/tkchia/build-ia16

MS-DOS - The original sources of MS-DOS 1.25 and 2.0, for reference purposes