For the old Python version, see this page.


CGView

CGView is an image archive file viewer specifically designed for browsing CG archives, as well as to reading manga & comic. Unlike many readers out there, it doesn't extract images to the filesystem, which helps a lot with the speed and prevents fragmentation in the filesystem. It is fast, light and efficient. It is written in Go programming language, and uses the SDL library. And for anyone who might be interested, yes, it can be used under Linux framebuffer.

I originally wrote this as a replacement for Comix (or MComix) on my GNU/Linux machine, so the basic functionality may resemble it.

Why?

Features

Installation

Get the sources here. To compile CGView, you will first need a sane Go development enviroment along with SDL, SDL_ttf, SDL_gfx, SDL_image, and sqlite3 installed. Go side dependencies will automatically be fetched by the go command. Just type

  go get

in the source directory and all should be set!

TODO

Planned Features

opening solid archives.

License

CGView is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) a later version. This program has absolutely no warranty. See the file named COPYING for details. Report bugs to bug@freeconsole.org.