README.txt 569 B

123456789101112131415
  1. ev-main
  2. =======
  3. This folder contains general abstractions of the EXTENDED VIEW toolkit.
  4. * [ev_base] is a template to build your own compatible modules.
  5. * [ev_buf] creates a frame buffer
  6. * [ev_declare] should be in every patch to specify the pathes.
  7. * [ev_gemwin] GEM window module.
  8. * [ev_grid] renders a basic grid.
  9. * [ev_pix_fx] is an example implementation for [ev_base]
  10. * [ev_record] lets you record a video and take snapshots.
  11. * [ev_rectangle] shortcut for quick patching.
  12. * [ev_storage] state saving system with scene transition features.