Skip to content

XXIIVV/oscean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 23, 2025
ac4e347 · Apr 23, 2025
Aug 14, 2022
Apr 19, 2025
Apr 23, 2025
Feb 27, 2025
Apr 23, 2025
Apr 23, 2025
Apr 23, 2025
Sep 30, 2023
Feb 15, 2024
May 15, 2023
Sep 5, 2018
Sep 5, 2018
Mar 17, 2023
Apr 23, 2023
Apr 6, 2025
Feb 19, 2024

Repository files navigation

Oscean

This is the repository for the Oscean wiki, see the on-site documentation for more up-to-date details. Oscean is a static site written in Uxntal, a stack-machine assembly language designed for a portable virtual machine. The database tables are stored as plain-text files designed to fit in Uxn's 64kb of memory. The main branch is the live version.

Build

The oscean.rom file can be assembled with uxnasm or drifblim.

Maeve

mkdir tmp
uxnasm src/maeve.tal bin/maeve.rom # build pre-processor

Maeve is the pre-processor, it generates temporary files for oscean to populate the wiki with. The files are as follow:

  • entry-log, contains all the diary logs for that entry.
  • entry-map, contains all the incoming links for that entry.

Oscean

uxnasm src/oscean.tal bin/oscean.rom # build wiki engine

The rom does not have a graphical interface, but can be used with the uxncli emulator:

Run

uxncli bin/maeve.rom
uxncli bin/oscean.rom

Extras

  • Pull Requests are welcome.
  • See the License file for license rights and limitations(MIT), the media assets are BY-NC-SA 4.0.