o
odin.langpkg.dev
packages / library / odin-cc-gv_player

odin-cc-gv_player

87df540library

GV video player for odin-cc

Zlib · updated 7 months ago

GV video player for odin-cc

Using odin-gv. Forked from v_gvvideo (player part).

Compressed texture GPU streaming is supported (DXT1/DXT3/DXT5). You can also use alpha channel (opacity).

docs/screenshot.png

Pre-requisites

  • Please install odin-cc first.
  • Make sure git submodules are installed (make sure directories not empty)

Examples

$ odin run examples/single
$ odin run examples/multiple

# NOTE: you can pass your gv files
#
# $ odin run examples/single -- your_file.gv
# $ odin run examples/multiple -- file1.gv file2.gv file3.gv ...
# $ odin run examples/multiple -- your_dir_containing_gv_files

Note

This repository has recursive git submoduels. So you need git clone --recursive.