Results 1 to 8 of 8

Thread: Cross-Platform A3D nGine

  1. #1

    Cross-Platform A3D nGine

    Hi

    I just wanted to let people know what I've been up to for the last couple of weeks. I've been converting the A3D nGine to work under Delphi and Kylix using JEDI-SDL. I've made some good progress, if anyone has any comments or want to help let me know.

    Dean

    PS Sorry if the images are bit big



    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

  2. #2

    Cross-Platform A3D nGine

    Very COOL!

  3. #3

    Cross-Platform A3D nGine

    Nice JOB .... very nice ....
    C2D X6800, 4GBRAM, NV8800GTX, Vista x64 Ultimate

  4. #4

    Cross-Platform A3D nGine

    The work on this Cross Platform A3D nGine is continuing. I now have a working Particle system ,MD3 model loader, Scene loader, Landscape Loader and rtg loaders. But there is still some work to do on the collision modules and a few other classes, for example the new version of the Q3 bsp loader needs to be implemented.

    One thing I have had to do is modify the engine to load the directory paths from the config file. This way we can replace the path delimiters depending on the platform we are using, is should also give developers a bit more flexability when developing with the engine.

    Unless there are any objections I would like to commit this version of the A3D nGine to the JEDI-SDL project cvs repository.


    Dean
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

  5. #5

    Cross-Platform A3D nGine

    Yes, of course, you make commit A3D as CVS at JEDI-SDL.
    C2D X6800, 4GBRAM, NV8800GTX, Vista x64 Ultimate

  6. #6

    Cross-Platform A3D nGine

    Hi Dean, Andy & the A3D team,
    Ideally it would be great if there was only 1 code base that was being worked on, as this would avoid duplication of work if someone adds a cool feature to either of the 2 versions.

    Andy and the rest of the A3D team, what are your thoughts on this. Will you continue work on the Windows only version, or do you think it would be a good idea to only have one unified code base that supports Windows, Linux and soon MacOS X.

    Keep in mind that the core engine will always be pure OpenGL only the window rendering context is handled by JEDI-SDL similar to what GLUT does, but I think ( humbly ) JEDI-SDL is more flexible.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  7. #7

    Cross-Platform A3D nGine

    1) Base code from my page is good for novice and beginers.
    2) YES. JEDI-SDL more flexible, but it is for advanced programmers.

    Just now i dont now, what is better. One or two base code. It remains to be seen. I do waiting for sentence.
    C2D X6800, 4GBRAM, NV8800GTX, Vista x64 Ultimate

  8. #8

    Cross-Platform A3D nGine

    The code hasn't changed that much from the base code, for example the A3D_Screen class has changed internally , but I have made sure that the interfaces have remained the same, but with a few extra methods.

    The only real difference is that the SDL version is console based rather than form based, so the keyboard and mouse handling is different. But apart from that is't basically the same. Other changes have been made to support cross platform loading of files and to use SDL_Image for loading textures (the SDL versin supports png, jpg, bmp, tga). I have also tried in places to allow the engine to run of systems that don't support the Multi Texture extension (one of my test machines doesn't support this).

    If you like I can send you the code I have, with a colsone demo so you can see the differences and evaluate it.

    Dean
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

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
  •