Skip to content

Mosaic_v0.6.5_beta

Compare
Choose a tag to compare
@d3cod3 d3cod3 released this 22 Jan 16:15
· 69 commits to master since this release

SPECIFICATIONS

  • FLOSS, Free/Libre and Open Source Software
  • cross-platform
  • openGL 4.1, glsl shading languages from 150 to 410
  • plugin injection capable, see Mosaic Plugin
  • multi-threaded
  • ImGui based docking GUI interface
  • included automatic window video exporter with subtitler for easy tutorial creation
  • non-blocking system dialogs
  • lua/glsl/bash live-coding
  • pure data live-patching
  • good selection of audio synthesis modules
  • non-linear interactive graphical timeline
  • warping integrated on output window object
  • mapmap style projection mapping module
  • tracy profiler for solid debug and profiling

CHANGELOG

  • update : removed Mosaic window video exporter due to cross-compatibility issues
  • bug fixing : fixed video exporter object
  • bug fixing : fixed crash on internal code editor keyboard shortcuts when no files present
  • update : switched from ofxHapPlayer to native OF video player due to some incompatibility issues with of0.11.2
  • update : added keyboard shortcut for most used objects
  • bug fixing : Fixed runtime errors when access on empty vectors
  • code cleaning : Lots of warning removal