mirror of
https://github.com/jorio/Pomme.git
synced 2024-12-26 14:29:38 +00:00
README.md: Mention Otto Matic
This commit is contained in:
parent
248971450a
commit
b9ddab06cd
12
README.md
12
README.md
@ -1,13 +1,17 @@
|
||||
# Pomme: a cross-platform implementation of the Macintosh Toolbox C API
|
||||
# Pomme
|
||||
|
||||
## A cross-platform implementation of the Macintosh Toolbox C API
|
||||
|
||||
**Pomme** is a partial, cross-platform implementation of the Macintosh Toolbox C API. It is designed to ease the porting of 90's games written for MacOS 7-9 to modern operating systems. You can think of it as a cross-platform reimagining of Apple's own [Carbon](https://en.wikipedia.org/wiki/Carbon_(API)), albeit at a much reduced scope.
|
||||
|
||||
The goal isn't to achieve 100% source compatibility with old Mac C programs, but rather, to make it a bit easier to port them. I only intend to implement the bare minimum functionality required to keep a reasonable level of source code compatibility with the games I'm interested in porting.
|
||||
|
||||
This library was used to port the following Classic Mac games to modern operating systems:
|
||||
- [Nanosaur](https://github.com/jorio/nanosaur)
|
||||
## Games ported with Pomme
|
||||
|
||||
- [Bugdom](https://github.com/jorio/bugdom)
|
||||
- [Mighty Mike/Power Pete](https://github.com/jorio/mightymike)
|
||||
- [Mighty Mike](https://github.com/jorio/mightymike)
|
||||
- [Nanosaur](https://github.com/jorio/nanosaur)
|
||||
- [Otto Matic](https://github.com/jorio/ottomatic)
|
||||
|
||||
## License
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user