Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 6 of 6

Thread: Slightly OT: Where is Romka & GLF?

  1. #1
    Advanced Member Frequent Contributor marcus256's Avatar
    Join Date
    Aug 2001
    Location
    Sweden
    Posts
    853

    Slightly OT: Where is Romka & GLF?

    The GLF website (maintained by Romka) seems to have been taken off line (the email address does not work either). Does anybody know of an alternate web site (Google gave me nothing) or a way to contact the author?

    If permitted by the author, perhaps a team of voluntary developers (me included) could maintain a Sourceforge project for GLF? That would probably also mean a new license, which might be a good thing.

  2. #2
    Intern Newbie
    Join Date
    Oct 2002
    Location
    Moscow Russia
    Posts
    33

    Re: Slightly OT: Where is Romka & GLF?

    Originally posted by marcus256:
    The GLF website (maintained by Romka) seems to have been taken off line (the email address does not work either). Does anybody know of an alternate web site (Google gave me nothing) or a way to contact the author?

    the current URL is http://www.rovedigital.com/graphics/glf/

    Romka is a young man who would like earn some money so he started a company. Which of cause a good thing. But this seems that this is why his old site gone...( the sponsor of free opengl related site did not continue hosting as site more and more had commersials in mind - but this is just my suppose from what I know). Overall Romka seems to be a great man. But the facts whe mentions on the new commercial site..sorry but this is far from reality... IHMO a bit strange way to start to make bussines. So you might contact him but seems he would like have control over the lib and stuff he develops

    Good luck both you and him

  3. #3
    Super Moderator OpenGL Guru dorbie's Avatar
    Join Date
    Jul 2000
    Location
    Bay Area, CA, USA
    Posts
    4,388

    Re: Slightly OT: Where is Romka & GLF?

    Originally posted by SergeVrt:
    .....but seems he would like have control over the lib and stuff he develops
    That's how it works and how it should work unless he CHOOSES to give it away, and thank goodness. At least he doesn't want control over stuff he had nothing to do with developing, which seems to be a growing trend these days.

  4. #4
    Advanced Member Frequent Contributor marcus256's Avatar
    Join Date
    Aug 2001
    Location
    Sweden
    Posts
    853

    Re: Slightly OT: Where is Romka & GLF?

    Thanks alot for the information!

    I just thought that GLF was a great library (its simplicity makes it an excellent tool), and when the site disappeared I thought that the author had lost interest and given up the project.

    It seems I was wrong. I would be sorry if GLF turns into a purely commercial product (I always like a free product). On the other hand I wish the best of luck to Romka - we all need the money...

  5. #5
    Advanced Member Frequent Contributor
    Join Date
    May 2000
    Location
    London, UK
    Posts
    548

    Re: Slightly OT: Where is Romka & GLF?

    Originally posted by marcus256:
    when the site disappeared I thought that the author had lost interest and given up the project.
    The site disappeared because the guy who owned the demonews domain and was hosting Romka and myself sold the domain to someone else. The new owner wasn't interested in hosting us.

  6. #6
    Super Moderator OpenGL Guru
    Join Date
    Feb 2000
    Location
    Montreal, Canada
    Posts
    4,421

    Re: Slightly OT: Where is Romka & GLF?

    I know that guy. He is a long time GL user.

    He should give more info on his site, about GLI, GLF.

    Hornyspace free web hosting?
    ------------------------------
    Sig: http://glhlib.sourceforge.net
    an open source GLU replacement library. Much more modern than GLU.
    float matrix[16], inverse_matrix[16];
    glhLoadIdentityf2(matrix);
    glhTranslatef2(matrix, 0.0, 0.0, 5.0);
    glhRotateAboutXf2(matrix, angleInRadians);
    glhScalef2(matrix, 1.0, 1.0, -1.0);
    glhQuickInvertMatrixf2(matrix, inverse_matrix);
    glUniformMatrix4fv(uniformLocation1, 1, FALSE, matrix);
    glUniformMatrix4fv(uniformLocation2, 1, FALSE, inverse_matrix);

Posting Permissions

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