C++ 3D Game Engine Open Source

Started by
6 comments, last by baskuenen 23 years, 5 months ago
Maybe you have already noticed it in the news, but I''ve released all source code of the C++ 3D Game Engine I''m currently working on. It it build from classes for vectors, matrices, font, tree-linkedlist, engine(OpenGL Win32 window), objects, world (landscape), units(tank, turret) and more all open source. If you are interrested you can check it out at: baskuenen.cfxweb.net/ooengine.htm Its the first OO engine that I''ve seen that uses this kind of structure, and it works good for me. If you think its good or bad, or have some comment I really like to hear it!
Advertisement
i found it very impressive, im looking forward to your second physics article (if it gets finished )
Thanks.
I got stuck with the physics II tutorial. I needed logarithms for a solution, and I didn''t remember how to do that again. I found it too boring to look them up. I''ll retry again when I feel like it, and maybe a totally different approach is better than those logarithms. Thanks for taking an interrest in this, but if it ever gets finished - I dont know - I''m having much fun with the OO engine at the moment. Maybe if this gets boring

Anyway - I''ve uploaded a little update of the engine. Now added:
  • Picking.
  • Mouse sensitivity can be adjusted.
  • The CTank now has a CTankTurret attached. This CTankTurret has a CTankTurretCannon attached. Animated & drawn.
  • Some other stuff...


  • If you''re interrested, you can check it out now.
    wow !
    neat engine baskuenen !
    Keep up the good work !

    Hey, what''s with the physics II tute ? that''s the best bit !

    Cheers

    Mustard
    quote:Original post by baskuenen

    Thanks.
    I got stuck with the physics II tutorial. I needed logarithms for a solution, and I didn''t remember how to do that again.


    What do you need to use logarithms for?

    MSN
    Hey, quite impressive! Keep up the good work - I''ll be watching your page, that''s for sure!

    ------------------------------

    There are only 10 kinds of people: those that understand binary and those that don't.

    Hey bask, I bet that with some tweaking you could use Fastscape to make a cool looking RPG (or RTS, but I never care about any genre except RPG).

    - DarkMage139
    ++++++++++++++++
    "Shut up and give me the freakin code" -unknown
    "Ask and you will be shot" -snes16bit
    "Not again!" -SHilbert (upon being assimilated)
    "Nazrix is cool." - Nazrix
    "You''ve only seen the beginning" -The Dark Lord of RPGs
    "I''m gonna go get high on Squaresoft games" - ILoveNataliePortman
    - DarkMage139
    I think this engine and design are great!

    Looks nice too!

    This topic is closed to new replies.

    Advertisement