Home

Awesome

pseultra Download total Contributors License Codefactor Grade

pseultra is a collection of tools used to develop software for the N64 that is simple to use, extensive in nature, and does not infringe the copyright of Nintendo's intellectual property. Currently, pseultra comes with the following tools:

In addition to the aforementioned tools, pseultra provides a library libpseultra which allows for flexible development of N64 games.

Getting started

Prerequisites

To use pseultra, you need scons, a native C toolchain, as well as a toolchain for compiling for the MIPS VR4300 architecture

Installing

To install pseultra, just scons then sudo scons install in the root directory, or in the directory of any individual part you'd like to compile.

To build the documentation, run doxygen in the root directory, or optionally, doxygen Doxyfile.priv to include documentation on internal functions.

Testing

Testing is not currently available

Contributing

Please read CONTRIBUTING.md details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

Versioning

pseultra uses SemVer for versioning

License

This project is licensed under the BSD-3-Clause License - see the LICENSE.md file for details

Acknowledgements