Skip to content
/ R2PluginTemplate Public template

A template repository for R2Northstar v2 plugins written in cpp

Notifications You must be signed in to change notification settings

F1F7Y/R2PluginTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R2PluginTemplate

A template repository for R2Northstar v3 plugins written in C++. Based on Emmas DiscordRPC rewrite

Check plugin.cpp for examples.

Windows

Setting up the build system

  • Install msys2 and follow installation steps on their website
  • Open the MingW shell
  • Run:
    pacman -S {make,gcc,cmake,base-devel}
    pacman -S mingw-w64-x86_64-{spdlog,fmt,cmake,make}

Compiling

  • Run:
    cmake . -G "MinGW Makefiles"
    cmake --build .

About

A template repository for R2Northstar v2 plugins written in cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •