Search Results for "3d game engine programming book source code" - Page 3

Showing 73 open source projects for "3d game engine programming book source code"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    Using C++, STL, OpenGL, SDL, Box2D and ODE. This project strives for platform independance, code readability and speed. The main target is to provide a convincing driving and physical simulation through the use of ODE at a reasonable frame rate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This project implements a simple 3D game/graphical engine based on OpenGL API. The code is partially based on OpenGL tutorials by NeHe and implements basic features like lighting, collisions, hit tracing and HUD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    !!!!MOVED TO GOOGLE CODE!!!! http://code.google.com/p/slmath/ C++ math lib for game and 3D-graphics programming with GLSL style classes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    WeaselGui
    WeaselGui is middleware aimed at game developers to assist the creation of GUI and presentation layers. Simple, extendable, drop-in code with few dependencies for trivial integration. WeaselGui features in the book Game Engine Gems I © Weaseltron 2010.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    The InteractiveMMO Engine is a Opensource, Community Driven, MMO Engine based on the source code for Multiverse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    KA3D is a scene graph based 3D-engine with a tool-chain for 3dsmax. KA3D is the engine used in 'Making Game Demo' book by Chad Walker, Eric Walker and Jani Kajala, and in several real-life projects on wide range of platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Open Engine is a game engine library, that provides ease and fast programming for OpenGL based softwares. Is intended mainly for gaming programming. Uses OpenGL and other APIs in the core library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    C++ 3D graphics library for game developers. It is a base of robust and high performance code common to most 3D projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simple Ray Tracer is a platform independepent 3D rendering engine using a technique known as Ray Tracing. The programming language is c++ and the code is object oriented, very simple, and intuitive. It provides a great foundation to learn ray tracing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    This is an Open-Source 2D platform game engine, using the OpenGL API for 3D effects in a mostly 2D game. We will have the Basecode used for the project, aswell as the main engine without game specific code and an example game (Penguin Fighter) available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    IrrLichtRPG is a 3d walk-around game engine being developed with RPG-style play in mind. It is an ENGINE and not an actual game project, meaning it focuses on features and core code that can be used for individual game projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Gimcrack is a rather simple 3D terrain rendering engine. Suited for those new to 3D programming. If you get confused by the code of Quake 2 but still want to know how a engine works, this is for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    World Foundry is a 3D level game engine and asset production pathway with over 170,000 lines of code. Originally a commercial product, now released under the GPL. Designed from the beginning to be cross-platform, runs on windows, working on linux port.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Sydengine3D is an other 3D game engine. It\\\'s realized in a research and discover aims. It \\\'s trying to follow the OO programming with C++ and OpenGL(tm) library for the 3D graphic side, OpenIL for the image manipulation and the FMOD libary for soun
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Elixir Engine is going to be a set of libraries useful for game programming under the Win32 platform. It covers from underground tasks like resource managing and console commands to higher tasks like graphics, sound and input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The "OpenGL ParticleEngine" is a project to present possible uses of particles in a computer game, which is based on a programming class in computer science studies at the University of Technology Aachen. It's written using C++ programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Daedalus Engine is a 3D rendering engine that uses both OpenGL and DirectX 9.0 for its implementation. This project serves as a method of study for its developers in the areas of game design, 3D rendering, audio, game related physics, net code, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Create 3D point-and-click or free moving adventures created by Editors platform independent, using openGL or directX without knowing a programming language. Import 3D-modells, audio-files and animation, create scenes and connect them to a whole game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Game Builder

    Map and logic editor

    Create game without programming, but optional you always can replace core engine (source code included)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Lfant

    A small Game Engine project.

    Lfant is a small (so far) 3D game engine, rendered using OpenGL. It will be primarily aimed toward action games, but able to conform to other genres. The code uses an Entity-Component model, a bit like Unity3D, where Entities have a list of Components that they can access at any given time. These components "add" functionality to the owner Entity (albeit not directly). Examples of Components are Rigidbody, HeatTransfer, Inventory, MeshRenderer, ParticleSystem. The intent of use for this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    GemEngine

    Advanced technology that powers large scale, independent 3D games

    GemEngine(or just "Gem", for short) is a game engine centered around ease of use, clean code, and modern technology. The engine is multi-purpose and is geared toward platform/adventure games. The engine itself is actively used by the same developer to create a full scale indie game. Everything about the engine, from its content editor down to its source code is designed to be easy to understand. Gem requires no knowledge of scripting to be able to fully use, and both the engine and source...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A conversion of the Quake 3 Arena source code from the C programming language to the C++ language. Secondary goal is to rewrite the Quake Virtual Machine to be compatible with the new code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Disandria

    An extensible game engine that targets RPGs.

    This is for file downloads, and for discussion about the project. For source code, go to this project's homepage. From there, it will be obvious.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB