AntTweakBar

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Perl bindings for AntTweakBar",
   "author" : [
      "DMOL, dmol@cpan.org"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.421",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Perl bindings for AntTweakBar'
author:
  - 'DMOL, dmol@cpan.org'
build_requires:
  ExtUtils::CBuilder: '0'
  Test::Fatal: '0'
  Test::More: '0'
  Test::Warnings: '0'
configure_requires:
  Alien::AntTweakBar: '0.02'
  Alien::SDL: '1.44'

README.md  view on Meta::CPAN

p5-anttweakbar
==============

Perl5 bindings for [AntTweakBar](http://anttweakbar.sourceforge.net)

[![Build Status](https://travis-ci.org/PerlGameDev/AntTweakBar.svg?branch=master)](https://travis-ci.org/PerlGameDev/AntTweakBar)


## Screenshots

![Available properties](https://raw.githubusercontent.com/PerlGameDev/AntTweakBar/master/eg/available-properties.png "Available properties")

![Simple GLUT](https://raw.githubusercontent.com/PerlGameDev/AntTweakBar/master/eg/simple-glut.gif "Simple GLUT")

lib/AntTweakBar.pm  view on Meta::CPAN

our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );

our @EXPORT = qw(

);

our $VERSION = '0.05';

=head1 NAME

AntTweakBar - Perl bindings for AntTweakBar

=head1 SYNOPSIS

  use AntTweakBar qw/:all/;
  use SDL::Events;

  # Setup part: link AntTweakBar with your OpenGL/SDL system

  AntTweakBar::init(TW_OPENGL);
  AntTweakBar::window_size($width, $height);

src/ppport.h  view on Meta::CPAN

av_reify|||
av_shift|||
av_store|||
av_tindex||5.017009|
av_top_index||5.017009|
av_undef|||
av_unshift|||
ax|||n
bad_type_gv|||
bad_type_pv|||
bind_match|||
block_end|||
block_gimme||5.004000|
block_start|||
blockhook_register||5.013003|
boolSV|5.004000||p
boot_core_PerlIO|||
boot_core_UNIVERSAL|||
boot_core_mro|||
bytes_cmp_utf8||5.013007|
bytes_from_utf8||5.007001|



( run in 1.563 second using v1.01-cache-2.11-cpan-2398b32b56e )