--- /dev/null
+<template>
+ <article>
+ <p class="title">
+ <a href="https://www.github.com/unlink2/baremetal">Baremetal</a>
+ </p>
+ <p class="subtitle">
+ Baremetal is a no-engine no-library Nintendo64 game project.
+ It attempts to be as portable as possible to allow for
+ ports to other consoles in the future (Gameboy Advance is a possibility!).
+ For now the focus of the project is on getting the engine working.
+ </p>
+ </article>
+</template>
+++ /dev/null
-<template>
- <article>
- <p class="title">
- <a href="https://www.github.com/unlink2/minutecat">Minutecat</a>
- </p>
- <p class="subtitle">
- Minutecat is a simple logfile monitoring program that allows viewing logs in a tabbed command line interface.
- It also offers regex matching so you can spot errors more easily.
- Minutecat also comes with a helper-utility called
- <a href="https://github.com/unlink2/logpeek">Logpeek</a> for use in shell scripts
- </p>
- </article>
-</template>
--- /dev/null
+
+<template>
+ <article class="tile is-child notification is-warning">
+ <p class="title">
+ <a href="https://www.github.com/unlink2/nusstool">Nusstool</a>
+ </p>
+ <p class="subtitle">
+ Nusstool (Nintendo Ultra Sixtyfour Support Tool) is a general
+ purpose tool I use for developing Baremetal.
+ It supports creating an n64 header, calculating the checksum
+ and UBS booting the Everdrive64.
+ </p>
+ </article>
+</template>
+++ /dev/null
-
-<template>
- <article class="tile is-child notification is-warning">
- <p class="title">
- <a href="https://www.github.com/unlink2/ultra-rs">Ultra-rs</a>
- </p>
- <p class="subtitle">
- Ultra-rs is a helper library for n64 romhacks primarily used in the Glover practice hack.
- </p>
- </article>
-</template>
<div class="tile is-vertical is-12">
<div class="tile">
<div class="tile is-parent is-vertical">
+ <Baremetal class="tile is-child notification is-primary" />
+ <Nusstool />
<Yadasm />
- <Minutecat class="tile is-child notification is-primary" />
- <Ultrars />
</div>
<div class="tile is-parent">
<Turtlebay />