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).
- Please install odin-cc first.
- Make sure git submodules are installed (make sure directories not empty)
$ 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_filesThis repository has recursive git submoduels. So you need git clone --recursive.
