Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Sign in to follow this  

    Doom WAD files found on Java


    CodeImp

    For anyone interested in making Doom editing tools (or other WAD file-related applications) in the Java programming language, insertwackynamehere has written jwadlib, a Java library that manages WAD files at the lump level. The library classes and methods are well commented and very straightforward. A nice chance for developers to start working on cross-platform editing tools, or just to look through it for educational purposes. More information is on his website or in his thread on our forums.

    Sign in to follow this  


    User Feedback

    Recommended Comments



    Earlier in the thread I said:

    Hmm...maybe I'll make a wad library in CL for kicks...

    And here's a partial one I wrote in a couple of hours for the hell of it! Yay for lack of documentation and comments.

    It only reads in a WAD file and its data; no writing. I didn't pay attention to good style (let alone Lispiness) or performance (no DECLARE statements or such). But it loads Doom2.wad in about 2.5 seconds on a 2.16 Core 2 Duo laptop with a 5400 rpm drive.

    Share this comment


    Link to comment
    Mista_T said:

    Some more words: Sun's JRE is at the point where it is about 1x slower than native code, and kicks the crap out of C in terms of memory de/allocation and stack call performance.

    Lies.

    Share this comment


    Link to comment



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×