Skip to content

GameClay/ZoryaPluginExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

'Zorya' Native PlugIn Example

This is an example native plugin for the next generation of real-time music analysis and visualization software. The 'Zorya' (development name) platform is built on FlightlessManicotti and is currently targeted at Mac OS only.

Requirements

Building a 'Zorya' plugin requires LuaJIT. By default, the build script will look for LuaJIT in /usr/local.

Building

Building a 'Zorya' plugin requires SCons, to build the example in debug mode type: scons CPU=x86-64 The command for a release build is: scons CPU=x86-64 VARIANT=release

To specify the location of the LuaJIT, FlightlessManicotti and 'Zorya' SDKs, use the following variables:

  • MANICOTTI
  • ZORYA
  • LUAJIT

For example: scons CPU=x86-64 MANICOTTI=/path/to/ManicottiSDK ZORYA=/path/to/ZoryaSDK LUAJIT=/path/to/LuaJIT

About

Native plugin example for 'Zorya'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published