Skip to content

nodos-dev/modules

Repository files navigation

Modules

build-badge

This folder contains the Nodos modules that are distributed with Nodos.

Build Instructions

  1. Download latest Nodos release from nodos.dev
  2. Clone the repository under Nodos workspace Module directory
git clone https://github.com/mediaz/nos-modules.git --recurse-submodules Module/nos-modules
  1. Generate project files from workspace root directory using CMake:
cmake -S ./Toolchain/CMake -B Build
  1. Build the project:
cmake --build Build

Structure

A plugin structure is as follows:

SomePlugin/
├─ SomePlugin.noscfg (or .nossys if a subsystem)
├─ Binaries/ (shipped)
│  ├─ SomePlugin.dll
├─ Config/ (shipped)
│  ├─ SomePlugin.fbs
│  ├─ SomePlugin.nosdef
├─ Source/ (example)
│  ├─ SomePlugin.cpp

About

Various plugins and subsystems for Nodos

Resources

Stars

Watchers

Forks

Packages

No packages published