10 JUL 2026 - Back up to full speed! Let's be honest: for the last few months, TorrentFunk was painfully slow. Pages crawled, searches dragged, and just loading the site tested everyone's patience. We hunted the problem down to our network and rebuilt it from the ground up — smarter caching, a much bigger and faster connection, and a lot of fine-tuning under the hood. The difference is night and day: the site now loads in a fraction of a second. No more waiting around. Thanks for sticking with us through the slow spell. Now go discover your funk!
What is OpenEV? OpenEV is a software library and application for viewing and analysing raster and vector geospatial data. OpenEV is used by private companies, universities, governments and non-profit organizations around the world. OpenEV is both: * An application for displaying and analysing geospatial data * A developer library from creating new applications OpenEV is released under the GNU LGPL license Open Source license. It is available for Windows, Linux, Sun Solaris, and SGI Irix operating systems. Features: * Run on popular platforms (Linux, Windows, Solaris, IRIX). * Handle raster and vector data. * Support 2D and 3D display. * Gracefully handle very large (gigabyte) raster datasets. * Support multi-channel, and complex raster datasets. * Understand and interpret georeferencing information, and provide on-the-fly reprojection of datasets. * Provide view manipulation functions (pan, zoom, rotate) at interactive frame rates. * Provide a powerful image analysis tool. * Serve as a component in a variety of image analysis applications. Technology OpenGL For high speed raster and vector rendering in accelerated environments. Texture mapping is used for raster display. Python While the core of OpenEV is implemented in C, detailed Python bindings are provided for OpenEV components. It is intended that most applications developed on OpenEV be implemented in Python. Numeric Python An object-oriented, open source mathematical scripting language used to create a powerful image analysis tool within the OpenEV environment. GTK+ The GTK+ GUI toolkit is used to implement the GUI, and the core OpenEV component (the GvViewArea) is based on the GtkGLArea. Gtk provides portability, sophisticated GUI components and an active developer community. Much GUI level development is done in Python using the Python GTK bindings. GDAL The GDAL library is used for high performance access to a variety of geospatial raster formats. PROJ.4 The PROJ.4 library is used for underlying projections support.