zoukankan      html  css  js  c++  java
  • Open source physics engine

    http://www.ibm.com/developerworks/opensource/library/os-physicsengines/index.html

    ————————————————————————————————————————————————————————————————

    Open source physics engines

    Building believable worlds with open source

    M. Tim Jones, Consultant Engineer, Independent author

    Summary:  Graphics give games a visual appeal, but it's the internal physics engine that gives the game's world life. A physics engine is a software component that provides a simulation of a physical system. This simulation can include soft- and rigid-body dynamics, fluid dynamics, and collision detection. The open source community has a number of useful physics engines operating in the 2D and 3D domains targeted to games and simulations. This article introduces the use and basics of a physics engine and explores two options that exist: Box2D and Bullet.

    ——————————————————————————————————————————————————————————————

    http://chrishecker.com/Rigid_Body_Dynamics
     

    ——————————————————————————————————
    傲轩游戏网
  • 相关阅读:
    IO模型
    MySQL存储引擎问题
    Flask信号流程
    Flask应用运行流程
    Linux远程连接及常用指令
    Linux的安装与配置
    python GIL锁问题
    python深浅拷贝问题
    pyhton中的__new__和__init__
    直流调速系统Modelica基本模型
  • 原文地址:https://www.cnblogs.com/cuizhf/p/2398003.html
Copyright © 2011-2022 走看看