FAQ

Search Discussions

599 discussions - 1,975 posts

  • Hey Guys, So I have been using http://backbonejs.org/docs/backbone.html and templates for web development a lot and I was thinking it would be great if we had that for game dev in perl ...
    Kartik ThakoreKartik Thakore
    Apr 25, 2013 at 7:53 pm
    Apr 26, 2013 at 6:29 am
  • Hi Harman, Am 03.03.2013 22:51, schrieb Harman: Well, there was/is an Android port of Perl, but I don't think it is in a useful state right now. iOS/Windows and Linux shouldn't be a problem though ...
    Tobias LeichTobias Leich
    Mar 6, 2013 at 12:58 pm
    Mar 6, 2013 at 12:58 pm
  • Hi, patch got applied. -------- Original-Nachricht -------- Betreff: Re: [SDL] [PATCH] DirectX - Failed loading D3DX9_*.dll Datum: Tue, 5 Mar 2013 18:53:20 -0800 Von: Sam Lantinga <<span ...
    Tobias LeichTobias Leich
    Mar 6, 2013 at 7:21 am
    Mar 6, 2013 at 1:25 pm
  • Could I delete all of perl/vendor and install SDL using cpan. Then remove the cpan stuff?
    Kartik ThakoreKartik Thakore
    Mar 5, 2013 at 7:54 pm
    Mar 8, 2013 at 10:42 pm
  • I'm using VC2010 Express or so... But I can give it a try to compile libSDL2. Am 28.02.2013 02:09, schrieb Kartik Thakore:
    Tobias LeichTobias Leich
    Feb 28, 2013 at 6:20 am
    Feb 28, 2013 at 6:20 am
  • SDL2 is fine! I'll make the perl 6 pendant at some point... Kartik Thakore <<span class="m_body_email_addr" title="84ceb0c3fe31a736c4b44ff4327e4a10" thakore.kartik@gmail.com</span hat geschrieben:
    Tobias LeichTobias Leich
    Feb 22, 2013 at 6:52 pm
    Feb 22, 2013 at 7:56 pm
  • SDL 2.0 API is STABLE! I will be working on getting libperl-sdl2 started. Any thoughts on name space? SDL2 seems more logical. Would there be any issues with perl for having a number in the package ...
    Kartik ThakoreKartik Thakore
    Feb 22, 2013 at 6:32 pm
    Feb 23, 2013 at 6:34 am
  • Hi, When performing cpan install SDL The mixer_channelstest causes Perl to crash. בברכה | Best Regards, דוב לוונגליק | Dov Levenglick
    Dov LevenglickDov Levenglick
    Jan 8, 2013 at 10:33 am
    Jan 10, 2013 at 6:52 am
  • Thank you! I will update this ASAP! Kartik Thakore On 2012-10-29, at 4:57 PM, Hans de Goede wrote: Hi, Short intro I'm the Fedora packager of pangzero, and since Fedora has moved to the latest ...
    Kartik ThakoreKartik Thakore
    Oct 30, 2012 at 2:59 pm
    Oct 30, 2012 at 2:59 pm
  • Hi, Andrei asked some days ago how to load an image via PDL and but it in a Surface to use it in SDL. The example is here: https://gist.github.com/3772701 I'll put that in the examples folder too ...
    Tobias LeichTobias Leich
    Sep 23, 2012 at 7:08 pm
    Sep 26, 2012 at 6:40 pm
  • Yeah, I will look at it again, gotta get some sleep tough. Kartik Thakore On 2012-09-20, at 3:04 AM, Guillaume Cottenceau wrote: I didn't know (I don't use it), sorry. I suggest you to change the ...
    Kartik ThakoreKartik Thakore
    Sep 20, 2012 at 7:05 am
    Sep 20, 2012 at 7:05 am
  • Hello, Get strawberry perl for windows. You will have a better experience over all.
    Kartik ThakoreKartik Thakore
    Sep 16, 2012 at 6:42 pm
    Sep 16, 2012 at 6:42 pm
  • Hey Garu. In my recent attempt at Zemmings I explored other open source modern frameworks. Have you seen MonoGame. https://github.com/mono/MonoGame/wiki/Tutorials It is an open source alt of XNA ...
    Kartik ThakoreKartik Thakore
    Aug 27, 2012 at 10:12 pm
    Aug 27, 2012 at 10:12 pm
  • Hey guys, It looks like SDL lastest experimental has quite a few bit of fails. May I get a summary of what the fails are? Regards
    Kartik ThakoreKartik Thakore
    Aug 24, 2012 at 12:49 am
    Aug 24, 2012 at 5:18 pm
  • Hey guys, I am proposing Alien::SDL makes sdl-config available as a script file. It would just print out config('libs') and etc. This way it makes it the same as using `sdl-config ...` in other XS ...
    Kartik ThakoreKartik Thakore
    Jul 8, 2012 at 11:42 pm
    Jul 10, 2012 at 8:38 pm
  • My mistake... Jeffrey Palmer <jeffrey.t.palmer@gmail.com hat geschrieben:
    Tobias LeichTobias Leich
    Jun 14, 2012 at 5:23 am
    Jun 14, 2012 at 5:23 am
  • Hi all, the current releases doesnt look that bad, but not quit good yet. Alien-SDL 1.435_1 ( 11 ALL, 11 PASSes ) SDL 2.541_03 ( 12 ALL, 3 FAILs, 9 PASSes ) These 3 fails are on FreeBSD, twice about ...
    EmailEmail
    Jun 13, 2012 at 8:30 am
    Jun 13, 2012 at 11:33 pm
  • Everyone, First of all, thanks to Tobias Leech for so quickly answering my previous question on alpha values. Now, I'm trying to understand movement. I managed to hack together a simple, choppy, ...
    Jack ManeyJack Maney
    Jun 10, 2012 at 11:51 am
    Jun 10, 2012 at 4:01 pm
  • Hi, you have to know that draw_rect works differently for your app surface and regular surfaces. If you draw to your app, the pixels just get the value of the color. But if you do this to a regular ...
    Tobias LeichTobias Leich
    Jun 10, 2012 at 8:50 am
    Jun 10, 2012 at 5:23 pm
  • Hello, I'm not so terribly new to Perl but very new to SDL. I was fiddling with the following "Hello, World!"-ish code in the SDL manual: use strict; use warnings; use SDL; use SDLx::App; my $app = ...
    Jack ManeyJack Maney
    Jun 10, 2012 at 8:35 am
    Jun 10, 2012 at 8:35 am
  • Hi, the tester is still using the old Alien::SDL, this one doesnt build libogg and libvorbis. Jeffrey Palmer <jeffrey.t.palmer@gmail.com hat geschrieben:
    Tobias LeichTobias Leich
    Jun 10, 2012 at 1:54 am
    Jun 11, 2012 at 9:06 am
  • Hi All, I released SDL 2.541_02 today after Blaizer++ merged in his changes that were accidentally included in 2.538. The early test reports are in and we're still having some issues with the ...
    Jeffrey PalmerJeffrey Palmer
    Jun 9, 2012 at 9:29 pm
    Jun 9, 2012 at 9:29 pm
  • And we have some fails! SDL-2.538: - MSWin32-x64-multi-thread / 5.14.2: - FAIL http://www.cpantesters.org/cpan/report/26ee8b64-6bf6-1014-ad3c-44931eecb6a3 - x86_64-linux-thread-multi / 5.15.8: - FAIL ...
    Kartik ThakoreKartik Thakore
    May 23, 2012 at 7:07 pm
    May 28, 2012 at 2:29 am
  • Hi all! During my experiments with ActiveState's PDK and compiling my SDL Perl script (which is impossible atm), I came along this piece of support ticket: [snip] However, I think that will likely ...
    AlexAlex
    May 17, 2012 at 12:38 pm
    May 17, 2012 at 12:38 pm
  • Hey, We need to merge SDL experimental to master. Do you know which was the most latest stable release? Regards
    Kartik ThakoreKartik Thakore
    May 13, 2012 at 3:45 pm
    May 13, 2012 at 3:45 pm
  • Hi guys, A bug, I think, SDL::Video::fill_rect( $surface, $rect, $color) works, but if $rect = undef, it does not work. fill_rect as documented here: http://sdl.perl.org/SDL-Video.html#blit_surface ...
    AgrahamAgraham
    May 13, 2012 at 5:04 am
    May 13, 2012 at 5:04 am
  • Dear all! I want to play a video in a part of my application. How do I do that? Is there any documentation for this? There are 2 cases I'm interested in: a) play a video in a part of the application ...
    AlexAlex
    May 5, 2012 at 7:06 pm
    May 5, 2012 at 8:24 pm
  • Hi there! If you go to this page on CPAN: http://search.cpan.org/~froggs/Alien-SDL-1.430/, you cannot access the "View/Report Bugs" link. The target (http://search.cpan.org/~froggs/Alien-SDL-1.430/) ...
    Alexander BeckerAlexander Becker
    Apr 28, 2012 at 3:03 pm
    Apr 30, 2012 at 7:49 am
  • Hi, Running Strawberry Perl on Win 7 x64 I have installed SDL and Alien::SDL from CPAN (selecting option 1) and I'm writing a twin stick shooter game for fun. I have three questions: 1) When rotating ...
    Andreas LundAndreas Lund
    Apr 23, 2012 at 7:54 am
    Apr 23, 2012 at 8:34 pm
  • attachment is test output with --verbose. C:\Perl\cpan\build\SDL-2.536-py1NeQ perl Build.PL *************************** !!!WARNING!!! ******************************** This Release breaks back ...
    Xiao YafengXiao Yafeng
    Apr 19, 2012 at 10:23 am
    Apr 22, 2012 at 12:34 pm
  • Hi Guys, I am a complete Perl-SDL "newbie" and have spent a few days reading the docs on CPAN perl-SDL. I'm using version 2.536. I would like to create a surface from my own RGBA data and there seems ...
    AgrahamAgraham
    Apr 3, 2012 at 8:12 pm
    Apr 5, 2012 at 8:24 pm
  • Hi, I'm trying to convert some of my old SDL perl programs to use SDL perl version 2.536 on 64bit gentoo with perl-5.12.4. Unexpectedly everything that gets drawn using comes out with an blue tinge. ...
    Jon MitchellJon Mitchell
    Feb 24, 2012 at 7:13 am
    Feb 24, 2012 at 7:30 pm
  • (replying to https://rt.cpan.org/Public/Bug/Display.html?id=75017 ) No. I am using a perlbrewed perl (notice the paths). One the main benefits is that you can modify it without affecting the system ...
    BlueBlue
    Feb 15, 2012 at 11:09 pm
    Feb 16, 2012 at 11:52 am
  • <URL: https://rt.cpan.org/Ticket/Display.html?id=75017 You are right! I'll fix this in the next release. The bugtracker is here soince a while: http://github.com/PerlGameDev/SDL/issues The difference ...
    Tobias Leich via RTTobias Leich via RT
    Feb 15, 2012 at 8:43 am
    Feb 15, 2012 at 8:43 am
  • Hi Erick, What version of SDL are you using? run: perl -MSDL -e 'print $SDL::VERSION' And what option did you choosed when instaling Alien::SDL? run: config_data --module Alien::SDL --config You may ...
    Tobias LeichTobias Leich
    Feb 14, 2012 at 9:23 pm
    Feb 15, 2012 at 12:25 pm
  • Hello I've uploaded SDL-perl 2.536 on Debian/unstable . On armhf, sdlx-controller-interface test fails with the following message: # Failed test at t/sdlx_controller_interface.t line 109. # ...
    Dominique DumontDominique Dumont
    Feb 1, 2012 at 8:28 am
    Feb 1, 2012 at 10:25 am
  • Dear all! I'm still working on this kind of button-like widget and I want to implement the behaviour when hovering over the button. Unfortunately, the button_state does not work as I expected (maybe ...
    AlexAlex
    Jan 30, 2012 at 10:23 pm
    Jan 31, 2012 at 5:45 pm
  • Woops Begin forwarded message: *From:* Alex < reply+i-2784720-7298c9ca04eb299d5d048ccbac880cc879c5ad67-21407@reply.github.com *Date:* 10 January, 2012 7:58:06 AM EST *To:* Kartik Thakore ...
    Kartik ThakoreKartik Thakore
    Jan 10, 2012 at 2:00 pm
    Jan 10, 2012 at 2:00 pm
  • Hello guys, So as I have gotten busy over the last couple months with my startup and masters the SDL Manual has fell behind, and I would like to ask if anyone is interested in taking on writing new ...
    Kartik ThakoreKartik Thakore
    Jan 9, 2012 at 9:34 pm
    Jan 10, 2012 at 10:16 pm
  • Hi, I am able to build libSDL-1.2.15 and the others except libSDL_net perfectly fine on my Ubuntu 11,10 x86_64. We (the SDL_perl guys) dont use SDL_net so I dont tested it. I ran nearly 4000 tests, ...
    Tobias LeichTobias Leich
    Jan 9, 2012 at 3:23 pm
    Jan 10, 2012 at 2:26 am
  • Dear all! I'm working on a Windows machine with Win 7 x64 and strawberry perl 5.12.2. I wrote a script to change the current app's screen resolution (see below). When the resolution is changed via ...
    Alexander BeckerAlexander Becker
    Jan 6, 2012 at 7:44 pm
    Jan 6, 2012 at 7:44 pm
  • Dear all! I want to replace an SDLx::Text by some other text. Do I have to redraw the whole surface that was covered by the old text in order to "replace" it by a new text? The following script ...
    AlexAlex
    Dec 21, 2011 at 11:17 pm
    Dec 25, 2011 at 11:56 am
  • Deal all! I continue my experiments with SDL. I found some old thread somewhere and now I have a button-like image that switches its appearance when I hover over it (with the mouse). Here are the ...
    AlexAlex
    Dec 9, 2011 at 9:00 pm
    Dec 18, 2011 at 10:13 pm
  • Dear all! I would like to draw a menu like the one in the game TRAUMA (cf. http://images.netzwelt.de/thumb/27/2011/4322/32288-test-trauma.jpg && no, I don't want to code a game). So, it's basically 4 ...
    AlexAlex
    Dec 5, 2011 at 9:50 pm
    Dec 6, 2011 at 4:53 am
  • Dear all! I just tried the example code of the SDL Manual where you play some music. By the SDL manual, I refer to the one that is hidden at the bottom of the sdl.perl.org page, so that you really ...
    Alexander BeckerAlexander Becker
    Nov 28, 2011 at 10:13 pm
    Apr 22, 2012 at 10:15 pm
  • Hello Most SDL packages in Debian are outdated, people are complaining in the BTS, and the team is mostly inactive. That's bad news for my project. What can I do ? Well, it's Debian project, I just ...
    Dominique DumontDominique Dumont
    Nov 19, 2011 at 5:33 pm
    Nov 29, 2011 at 9:47 pm
  • Hello Guys, Currently dod/dodathome ( in #sdl) has shown interest in getting SDL 2.534 onto Debian, however we are currently blocked by an issue in PangZero a game that depends on SDLperl on Debian. ...
    Kartik ThakoreKartik Thakore
    Nov 4, 2011 at 6:54 pm
    Nov 4, 2011 at 6:54 pm
  • Hey Chris, How do I make SDL an interface for POGL? https://github.com/PerlGameDev/POGL/commit/4ed41515474f67cb2af553be9cf0132741594a40 I want to turn off GLUT and all that when SDL is chosen. Also ...
    Kartik ThakoreKartik Thakore
    Oct 1, 2011 at 8:04 pm
    Oct 4, 2011 at 5:29 pm
  • hello list, i recently started writing a small game in perl & sdl and noticed a few memleaks which i was able to (partially) avoid by rewriting a few things, however it's kind of frustrating. maybe i ...
    LSLS
    Sep 25, 2011 at 10:07 pm
    Sep 26, 2011 at 11:21 am
  • Hi, we (the SDL_Perl people) started to work on pangzero ages ago. There just a few issues left. If this is a blocker we will work on pangzero again. Please let me know. Cheers, FROGGS ...
    Tobias LeichTobias Leich
    Sep 25, 2011 at 2:51 pm
    Sep 27, 2011 at 2:48 am
Group Navigation
period‹ prev | Latest | first ›

Top users

Kartik Thakore: 294 posts Dave Goehrig: 277 posts Tels: 214 posts Wayne keenan: 79 posts Chromatic: 75 posts Email: 67 posts Patrick A: 47 posts Tripix: 43 posts Dave Goehrig: 40 posts Guillaume Cottenceau: 39 posts Andy: 33 posts Russell Valentine: 31 posts Guillaume Cottenceau: 29 posts David Goehrig: 26 posts David goehrig: 24 posts Shlomi Fish: 22 posts John Beppu: 21 posts DH: 21 posts Dopple: 20 posts Chm: 18 posts
show more
Archives