Alien-AntTweakBar
view release on metacpan or search on metacpan
lib/Alien/AntTweakBar.pm view on Meta::CPAN
Alien::AntTweakBar - perl5 alien library for AntTweakBar
=head1 DESCRIPTION
=for HTML <p>
<img src="http://anttweakbar.sourceforge.net/doc/data/media/tools/anttweakbar/twsimpledx11-128.jpg" style="max-width:100%;">
</p>
Alien::AntTweakbar is a Perl module that provides dependencies (libraries, platform-dependent build-scripts) of AntTweakBar. Install this module to be able to install and use L<AntTweakBar> for your Perl.
AntTweakBar (see L<http://anttweakbar.sourceforge.net/>) is nice tiny
GUI library for OpenGL/SDL/DirectX applications.
Alien::AntTweakbar is not perl bindings for AntTweakBar but the (static) library itself.
=head1 TODO
DirectX build is broken. Patches are very welcome.
=head1 AUTHOR
lib/Alien/AntTweakBar.pm view on Meta::CPAN
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2014 by Ivan Baidakou
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.20.0 or,
at your option, any later version of Perl 5 you may have available.
=head1 SEE ALSO
L<AntTweakBar>, L<SDL>, L<OpenGL>, L<http://anttweakbar.sourceforge.net/>
=cut
our $VERSION = '0.03';
sub config
{
my ($package, $param) = @_;
return unless ($param =~ /[a-z0-9_]*/i);
my $subdir = Alien::AntTweakBar::ConfigData->config('share_subdir');
( run in 0.904 second using v1.01-cache-2.11-cpan-df04353d9ac )