CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - gdc
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - gdc - List
[
Other resource
]
java2d
DL : 0
java2d游戏引擎 Phys2D is a 2D physics engine written in Java (1.4). Currently it is essentially a port and rework of the GDC 2006 presentation from Erin Catto. Current Features: Boxes Circles Static Lines Restituion and Friction Fixed, Elastic and Loose Joints Angluar Velocity/Momentum Simple API Quad Tree Collision Gideon Smeding s Polygon Support Added! Resting Body detection added! (alpha)
Date
: 2008-10-13
Size
: 86.08kb
User
:
zb
[
Game Engine
]
java2d
DL : 0
java2d游戏引擎 Phys2D is a 2D physics engine written in Java (1.4). Currently it is essentially a port and rework of the GDC 2006 presentation from Erin Catto. Current Features: Boxes Circles Static Lines Restituion and Friction Fixed, Elastic and Loose Joints Angluar Velocity/Momentum Simple API Quad Tree Collision Gideon Smeding s Polygon Support Added! Resting Body detection added! (alpha) -java2d game engine Phys2D is a 2D physics engine written in Java (1.4). Currently it is essentially a port and rework of the GDC 2006 presentation from Erin Catto. Current Features: Boxes Circles Static Lines Restituion and Friction Fixed, Elastic and Loose Joints Angluar Velocity/Momentum Simple API Quad Tree Collision Gideon Smeding s Polygon Support Added! Resting Body detection added! (alpha)
Date
: 2025-07-11
Size
: 86kb
User
:
zb
[
Windows Develop
]
3DTheatreInfo
DL : 0
GDC Technology and XpanD Partner to Launch Largest 3D Theater Deployment Throughout Mainland China
Date
: 2025-07-11
Size
: 2kb
User
:
zf
[
Other
]
01-GDC09_Singer_Marq_VectorsandMatricies
DL : 0
GDC Document treating about matrices
Date
: 2025-07-11
Size
: 215kb
User
:
raul
[
Game Engine
]
DeferredShading
DL : 0
GDC Document treating about Deferred Shading
Date
: 2025-07-11
Size
: 342kb
User
:
raul
[
Game Engine
]
GDC09-3DVision-The_In_and_Out
DL : 0
GDC Document treating about -GDC Document treating about ...
Date
: 2025-07-11
Size
: 536kb
User
:
raul
[
Software Engineering
]
dr_kz2_rsx_dev07
DL : 0
GDC Document treating about 3d graphics
Date
: 2025-07-11
Size
: 7.18mb
User
:
raul
[
xml-soap-webservice
]
rapidxml-1.13-with-tests
DL : 0
RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。 RapidXml 为采用C++语言操作XML提供了机遇,同时结合XMPP协议也开启了诸如Wt、CxServer等基于C++的网络应用在即时通讯领域的更宽广的发展空间。 Box2D最早是Erin Catto为2006 GDC上的演讲而编写的演示代码,随着越来越多人对之感兴趣,Erin也在不断地改进和增加新的功能,最终演变为现在的Box2D物理引擎。随着使用Box2D的游戏 Crayon Physics Deluxe在本届IGF上拔得头筹,对于这个物理引擎的关注度明显提升 -RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。 RapidXml 为采用C++语言操作XML提供了机遇,同时结合XMPP协议也开启了诸如Wt、CxServer等基于C++的网络应用在即时通讯领域的更宽广的发展空间。
Date
: 2025-07-11
Size
: 4.79mb
User
:
动力传说
[
Algorithm
]
GDC
DL : 0
Greatest Common Divisor algorithm.
Date
: 2025-07-11
Size
: 33kb
User
:
rei
[
Industry research
]
rtklib_2.4.1
DL : 1
rtklib 版本2.4.1 An Open Source Program Package for GNSS Positioning 日本开源网站上提供的关于GPS卫星数据解算的程序。All of the executable binary APs for Windows are included in the package as well as whole source programs of the library and the APs. * For real-time PPP, EUREF and IGS have already started to distribute real-time satellite orbit and clock as RTCM v.3 SSR messages via NTRIP. To receive the real-time satellite orbit and clock, users have to make registration and get an account to access the NTRIP broadcasters. Refer BKG GDC site http://igs.bkg.bund.de/ntrip/index for details. -All of the library functions and APIs are written in ANSI C (C89). The library internally uses standard socket and pthread for Linux/UNIX or winsock and WIN32 thread for Windows. By setting compiler option-DLAPACK or-DMKL, the library uses LAPACK/BLAS or Intel MKL for fast matrix computation. The console APs are also written in standard C. The library and console APs can be built on many environments like gcc on Linux. The GUI APs are written in C++ and utilize Borland VCL for the GUI toolkit. All of the executable binary APs in the package were built by free edition Borland Turbo C++ 2006 (http://www.turboexplorer.com)* on Windows. The binary APs were tested on Windows XP SP3 32bit and Windows 7 SP1 64bit. The console APs are also built and tested on Ubuntu 9.04 Linux.
Date
: 2025-07-11
Size
: 26.48mb
User
:
huo
[
MacOS develop
]
Networked-Physics-Demo---GDC-2010
DL : 0
gcd的使用,物理引擎的使用,ios网络编程-networked physics demo- gcd
Date
: 2025-07-11
Size
: 521kb
User
:
zhouxin
[
Game Engine
]
UE3
DL : 0
虚幻引擎3 源代码 2006版的包含Epic在GDC大会上的演示程序和UnrealEd
Date
: 2025-07-11
Size
: 39.48mb
User
:
ws
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.