GithubHelp home page GithubHelp logo

multiversal's Introduction

Multiversal Interfaces

Interfaces to Apple's classic Mac OS APIs (pre-Carbon, i.e. 20th century), encoded in YAML files along with a Ruby program to convert them

  1. to C/C++ headers for use with Retro68.
  2. to C++ headers for use as part of Executor 2000

The API definition files were automatically generated from the header files that were originally included with Executor 2000. As Executor was a clean-room implementation of Mac OS and is now available under a liberal license, the resulting header files can be used and redistributed freely. The translator program can still be found in the separate multiversal-parser repository.

JSON Schema

A JSON schema definition for the definition files is available in the file multiversal.schema.json. When it's finished, it will serve as documentation for the API definition YAML files.

If you're using vscode to edit the YAML files, you can set up automatic schema validation (= error messages and completion hints as you type) by installing the YAML extension and adding

"yaml.schemas": {
    "multiversal.schema.json": "defs/*.yaml"
}

to your vscode workspace settings (.vscode/settings.json). If you have checked out the Multiversal Interfaces as a submodule of Executor 2000 or Retro68, add the subdirectory to the relative paths:

"yaml.schemas": {
    "multiversal/multiversal.schema.json": "multiversal/defs/*.yaml"
}

multiversal's People

Contributors

agoode avatar autc04 avatar ryandesign avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

multiversal's Issues

`GetItem` and `SetItem` missing

I noticed GetItem and SetItem are currently missing.
If I am not wrong, GetItem should behave identically to GetMenuItemText and SetItem is the same of SetMenuItemText.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.