Skip to content
/ R2PluginTemplate Public template
forked from F1F7Y/R2PluginTemplate

A template repository for R2Northstar v3 plugins written in C++

Notifications You must be signed in to change notification settings

okvdai/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 v3 plugins written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.3%
  • C 13.3%
  • CMake 5.4%