Results 1 to 10 of 61

Thread: Allegro.pas

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by Cybermonkey View Post
    BTW, did you ever try to compile any of the examples on the Haiku-OS? FPC 2.6.0 and AllegroLibs are vailable on it.
    No, I didn't.

    Actually I find HaikuOS very interesting, but I didn't used it (I did test BeOS a lot of time ago in a friends home). May be I should test it again.

    If you want to test it, you should pay attention to the "albase.pas" unit. That unit is where the OS is detected and defines a constant for the library name. Currently only detects Windows and Linux, and discards any else. But "in theory" it should work (also in MacOS). Also take a look to the "allegro.cfg" that sets default compiler configuration.

    Quote Originally Posted by Cybermonkey View Post
    (Yes, you here me thinking to change my egslengine from SDL to Allegro because it has some nice features SDL doesn't have).
    Yyyyeeeeesssss...

    BTW, note that this version still not allows OpenGL yet. The SVN has a BRANCH/5 that does but it's very unstable.
    No signature provided yet.

  2. #2
    Sorry, for the typo, it must be "hear" not "here" ... typical German fault.

    Just another question: is it possible to load png or jpeg images with Allegro?
    Last edited by Cybermonkey; 13-12-2012 at 09:53 AM.
    Best regards,
    Cybermonkey

  3. #3
    Quote Originally Posted by Cybermonkey View Post
    Just another question: is it possible to load png or jpeg images with Allegro?
    I planned to add an add-on to load that, but I didn't find way to do it.
    No signature provided yet.

  4. #4
    Well, I got a really problematic issue here. Running any example in fullscreen on my Radeon causes the screen flickering after that. I am using a 64 bit Mageia 2 and even a restart of the X-Server does not help; only a complete reboot helps. So at the moment I will stay with SDL.
    Best regards,
    Cybermonkey

  5. #5
    Do you have the same problem with the "original" Allegro examples? If you do then I may ask at Allegro.cc. If not, then it's my fault.

    And, is it Allegro.pas 4.4.4? Allegro.pas 5 (SVN) isn't yet stable.
    No signature provided yet.

  6. #6
    I haven't tried the C Allegro, yet. And yes it's the stable 4.4.4.
    Best regards,
    Cybermonkey

  7. #7

    Cool Allegro.pas 5.0 Alpha 1

    I didn't work on the project for a time, but I decided to release Allegro.pas 5.0 Alpha 1. After installing my new computer, I was able to compile and run my entry for the 2nd PGD Challenge with few changes (may be I should release it too, as only one person was able to compile and test it, and he wasn't a judge ) and it demonstrates it is much more stable than the previous SVN versions, and also the 32/64bit support does work on Linux (almost: on Xubuntu it does work on 32bit only and I don't know why, but Fedora 64bit does).

    It doesn't has full documentation, and I'm sure not all examples will work in all computers/systems, but it shoud on Windows XP 32 bit, Xubuntu 32 bit and Fedora 64 bit. I have Windows 7 64 bit too but I'm too lazy to test it now (didn't installed Free Pascal, Lazarus nor Delphi yet ).

    If you want to help, you can download, test it (Delphi, MacOS, iOS if possible, both 32bit and 64bit, but any other compiler and system will help) and tell me what happens.

    Download link: https://sourceforge.net/projects/all...les/5.0.alpha/
    No signature provided yet.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •