Skip to content

box2dv3.1.1

Updated

An open source C++ engine for simulating rigid bodies in 2D

#Usage

box2d provides CMake targets:

find_package(box2d CONFIG REQUIRED)
target_link_libraries(main PRIVATE box2d::box2d)

#License

Could not be determined

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Mateusz Adamczyk's avatarMateusz Adamczyk
  • Robert Schumacher's avatarRobert Schumacher
  • Alexander Karatarakis's avatarAlexander Karatarakis
  • Jim Tilander's avatarJim Tilander
  • past-due's avatarpast-due
  • Victor Romero's avatarVictor Romero
  • Phil Christensen's avatarPhil Christensen
  • pravic's avatarpravic
  • Phoebe's avatarPhoebe
  • JonLiu1993's avatarJonLiu1993
  • Martin Vejdarski's avatarMartin Vejdarski
  • Billy O'Neal's avatarBilly O'Neal
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • Matt H's avatarMatt H
  • Kai Pastor's avatarKai Pastor
  • toge's avatartoge

#Changelog

  • cf6cca6[box2d] update to 3.1.1 (#45874)
  • 02cd191[box2d] Test, fix linkage, normalize (#45338)
  • e2bb93a[box2d] Update to 3.1.0 (#45298)
  • a6cb729[many ports]switch to vcpkg-cmake / vckg-cmake-config part 1 (#29880)
  • c9e786d[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
  • d97e159[box2d] Update CMake arguments (#18185)
  • c811649[box2d] update to 2.4.1 (#16322)
  • 9816985[Box2d] Update to 2.4.0 (#13058)
  • 140ddf3[box2d] Update to 2019-12-31 (#9529)
  • 18b029a[WIP] Add a Homepage URL entry for vcpkg ports (#2933)
Show 14 earlier changes
  • d962dc7[vcpkg] Add optional 'Homepage' field to CONTROL (#6844)
  • 050e71dRemove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)
  • 64c3268[box2d] Replace buildsystem with CMake for better cross-platform support
  • 2949174[box2d] Fix build failure when VCPKG_BUILD_TYPE is set
  • 6800cbeAdd support for Box2D to be build as a static library
  • cb239b9Fix several port hashes due to github tar.gz change
  • 9a642ad[box2d][directxmesh][directxtex][directxtk][directxtk12][dxut][entityx][octomap][pdcurses][redshell][rttr][tbb][uvatlas] Improve constraint checking
  • 38c717d[box2d] Use vcpkg_from_github
  • 1808d46triplet is now automatically included before portfiles.
  • 2f0da1a[box2d] Use vcpkg_build_msbuild instead of invoking msbuild/devenv directly.
  • b66679e[box2d] Use most recent release in version
  • 9cc42faDo not hack dll - always build only static lib
  • 5dea0f4Added dynamic linking for windows
  • dcb9be0Added Box2D (in default, static version)