Results 1 to 3 of 3

Thread: I refactored the Phoenix GLFW renderer to use GLFW3, and also just generally fixed it

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    I refactored the Phoenix GLFW renderer to use GLFW3, and also just generally fixed it

    Zip file is attached. Based on my tests, it performs much better than the SDL1 renderer (no while-loop-of-doom in the "Update" procedure!), so if anyone out there is still using Phoenix you might consider giving this a shot.

    Edit: If you download this, let me know how it works for you! I've been messing around with the Phoenix sources a lot in the past week or so, and I've concluded it's still an extremely viable engine. Certainly more advanced than any other Pascal-based 2D engine I can think of (i.e. it uses NO deprecated OpenGL functionality, e.t.c.). I've also updated the Lua script engine to use Martin Van Der Honings "DLua" unit, which targets the current Lua 5.3 version, and I ported the "Phoenix Model Editor" application to Lazarus as well, if anyone's interested.
    Attached Files Attached Files
    Last edited by Akira13; 05-06-2017 at 01:22 AM.

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
  •