Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: [UPDATE] Phoenix Game Engine (Lua) 0.02

                  
   
  1. #1

    Exclamation [UPDATE] Phoenix Game Engine (Lua) 0.02



    Phoenix Game Engine (PGE) is a fully featured engine for game development written by InsertWittyName and MK2k.

    PGE Lua is the Lua wrapper of that engine.

    -= FEATURES =-

    pge.controls - Handling button and analog input.
    pge.dir - Directory access and file system operations that deal with directories.
    pge.file - File access and file system operations that deal with files.
    pge.font - TrueType font loading and drawing.
    pge.gfx - Graphic primitives drawing.
    pge.math - VFPU math module.
    pge.mp3 - MP3 playback for background music.
    pge.net - Net and socket functions.
    pge.texture - Image loading and drawing.
    pge.timer - Timer module.
    pge.usb - USB functions.
    pge.utils - Utility functions for using the dialogs and retrieving system information.
    pge.wav - WAV loading and playback for sound effects.
    pge.zip - ZIP file access and extraction.

    PGE Lua uses a port of the latest Lua release 5.1.4, which has been optimised specifically for the PSP.

    PGE Lua comes with 23 fully commented samples demonstrating how each module is used.

    Alongside that, full documentation is available via the homepage: http://pge.luaplayer.org/

    There is an emulator for PGE Lua which runs on Windows, Linux, OSX and allows PSP-less development. This is almost complete and will be released at that time.

    -= VIDEOS =-

    Low resolution:

    -= INSTALL =-

    Copy the 'pgelua' folder to PSP/GAMEXXX/ (or PSP/GAME/ if your kernel is set to 3xx/4xx in the recovery menu).

    -= KNOWN ISSUES =-

    None as of this writing. With this being an initial release I would expect there to be a few undiscovered bugs. Let us know.

    -= HOMEPAGE =-

    http://pge.luaplayer.org/

    -= CONTACT =-

    [email protected]

    -= DOWNLOAD =-

    http://pge.luaplayer.org/lua/downloads/pgelua_001.zip

    -= CREDITS & GREETS =-

    Coded in pure C and asm using the homebrew PSPSDK.

    Thanks to TyRaNiD for psplink, which was used extensively in debugging.

    Thanks to all in #psp-programming on freenode.net, where quality homebrew is produced. Special thanks to those in #lua who know so much about Lua it scares me.

    Personal thanks to romero126 and Soulkiller, who tested, provided feedback and helped me steer PGE Lua to where it is.

    Massive thanks to Raphael and Tomaz - the work we did on triEngine helped me really understand what an engine is.

    Biggest thanks to MK2k for joining the project midway through development and making it much more than I ever expected.

    -= NOTES =-

    Please be aware that this is not Lua Player.

    PGE Lua is it's own product and shares zero code with Lua Player.

    For the C developers, the C API of Phoenix Engine will be released in due course, shortly.

    PGE has been in development for over a year, it's not some mis-match of code copied from other people. This is the real deal.

    There are lots more plans in store for PGE and PGE Lua, a roadmap will be released shortly showing the expected development.

    -= SUPPORT =-

    For further help that is not supplied by the samples or documentation, there are forums for PGE at http://pge.luaplayer.org/.

    We are also on IRC, channel #psp-programming on irc.freenode.net, for one-to-one help.

    -= UPDATE =-

    Version 0.02 has been released.

    Quote Originally Posted by CHANGELOG
    Added pge.exit() to explicitely exit at any time.
    Fixed pge.texture.draw() to only allow the correct number of parameters to be passed (reported by #Gianni#).
    Added pge.texture.swizzle() to swizzle a texture.
    Added pge.texture.unswizzle() to unswizzle a texture.
    Added an optional parameter to pge.texture.load() and pge.texture.loadmemory() to specify whether to swizzle the texture on load.
    Added pge.texture.pixel() to get or set the color value of a pixel within a texture.
    Added an error check to pge.file.read(), returns nil if nothing could be read.
    Added an error check to pge.file.readnum(), returns nil if the number could not be read.
    Added a return value to pge.file.write(), returns the number of bytes written.
    Fixed pge.mp3.loadmemory() which incorrectly checked for two parameters to be passed when it only requires one (reported by TheUnderminer).
    Added pge.math.deg() to convert radians to degrees.
    Added pge.math.rad() to convert degrees to radians.
    Moved the socket functions to pge.net.socket.function() to give a layer of separation.
    Moved the socketset functions to pge.net.socketset.function() to give a layer of separation.
    Added an optional parameter to pge.net.socket.receive(), to specify how many bytes to receive.
    Fixed pge.texture.save() to unswizzle the texture before saving, then re-swizzle if needed.
    Download: http://pge.luaplayer.org/lua/downloads/pgelua_002.zip
    Last edited by Insomniac197; August 28th, 2008 at 16:13.

  2. #2

    Default

    Nice work IWN
    My Business (Games, Apps & More):

    Gremlin Interactive

  3. #3
    DCEmu Coder Safari Al's Avatar
    Join Date
    Mar 2007
    Location
    http://homebrewheaven.net
    Posts
    863
    Rep Power
    0

    Default

    Very great work, I cannot wait to try this out . Good job IWN!
    Come Visit Homebrew Heaven, Where you'll find the latest gaming news and downloads!

    View My Coding Blog


    The Return of The Lounge!
    Mario Gold Rush
    Current C++ Project: To be Announced soon on Homebrew Heaven

    Currently Coding in: C++ for the PSP

  4. #4
    DCEmu Legend Buddy4point0's Avatar
    Join Date
    May 2006
    Location
    The Lounge Awesomeness: 1337
    Age
    33
    Posts
    4,026
    Rep Power
    139

    Default

    Finally!!!
    I'm sooo glad you released this!

    I'm definitely going to be checking this out and using it!

    Thanks a million man.

  5. #5

    Default

    Thanks for the kind words.

    The roadmap will be posted ASAP so you know what to expect from PGE and PGE Lua in the future.

    There are some great features on the roadmap

    Certain things were held off until after the initial release. As you can understand we want the base (as given) to be proven stable before we implement new features.

    Regardless of that, you can expect a lot from PGE and PGE Lua with regard to expansion.

  6. #6

    Default

    ok, noob question

    is this a lua engine? like, does this do the same thing as lua player?

  7. #7
    DCEmu Pro dangee's Avatar
    Join Date
    Feb 2007
    Posts
    531
    Rep Power
    69

    Default

    Quote Originally Posted by silverstein101 View Post
    ...like, does this do the same thing as lua player?
    the same thing at about 4X speeds.

    The API to the PGE modules is all new, but
    still boots from /script.lua

    The standard lua libraries for Lua 5.1.4
    should work roughly the same as for Luaplayer 0.2,
    (eg os.exit() doesn't take you to the VSH)

  8. #8
    DCEmu Newbie
    Join Date
    May 2006
    Posts
    18
    Rep Power
    0

    Default

    Wow great release for homebrew developers!

    However, I'm not sure you should have stolen the logo for Bungie's scrapped game Phoenix.

  9. #9

    Default ?

    is this a game engine like the unreal 3 game engine engine? or is it so you can play lua games on your psp?

  10. #10
    DCEmu Newbie
    Join Date
    Mar 2008
    Posts
    19
    Rep Power
    0

    Default

    nice work

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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
  •