OpenGLChecker


 
Thread Tools Search this Thread
Top Forums Programming OpenGLChecker
# 1  
Old 05-14-2013
OpenGLChecker

Hey,

I don't know in which forum this decently fits.
I would like to know if the linux version of my application works
http://sourceforge.net/projects/openglchecker/
Please try it out, please with broad range of linux distros. It is coded in C++, uses the CEngine (engine i wrote myself, using xlib). Im afraid it doesnt work on other systems, but on my ubuntu it is working fine.
Can sb also explain me how to show xpm icons which I loaded with transparency? Now i see the icon with black background, but I want transparency...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ElixirFM::Exec(3pm)					User Contributed Perl Documentation				       ElixirFM::Exec(3pm)

NAME
ElixirFM::Exec - Interface to the ElixirFM executable REVISION
$Revision: 946 $ $Date: 2010-04-12 21:27:23 +0200 (Mon, 12 Apr 2010) $ SYNOPSIS
use ElixirFM::Exec; # 'elixir' will be tried out use ElixirFM::Exec '.'; # './elixir' will be invoked use ElixirFM::Exec './elixir'; # './elixir' will be invoked use ElixirFM::Exec 'some/other'; # 'some/other/elixir' unless # 'some/other' is executable ElixirFM::Exec::elixir 'help'; import ElixirFM::Exec 'other/elixir'; # switching to 'other/elixir' ElixirFM::Exec::elixir 'inflect', ['(1320,1)'], "V[PI]---3MS--", "N------P-[IRD]"; ElixirFM::Exec::inflect ['(1320,1)'], "V[PI]---3MS--", "N------P-[IRD]"; DESCRIPTION
The ElixirFM::Exec module provides a simple interface for invoking the ElixirFM executable, which you need to install on your system yourself. The download and further information are at http://sourceforge.net/projects/elixir-fm/ <http://sourceforge.net/projects/elixir-fm/>. AUTHOR
Otakar Smrz "<otakar smrz mff cuni cz>", <http://ufal.mff.cuni.cz/~smrz/> COPYRIGHT &; LICENSE Copyright (C) 2005-2010 Otakar Smrz This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. perl v5.12.3 2011-06-13 ElixirFM::Exec(3pm)