{"id":182446,"date":"2026-07-03T22:53:34","date_gmt":"2026-07-03T20:53:35","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/predstavlen-novyj-dvizhok-simulyaczii-fizicheskih-proczessov-box3d"},"modified":"2026-07-03T22:53:34","modified_gmt":"2026-07-03T20:53:35","slug":"predstavlen-novyj-dvizhok-simulyaczii-fizicheskih-proczessov-box3d","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/predstavlen-novyj-dvizhok-simulyaczii-fizicheskih-proczessov-box3d","title":{"rendered":"A new physics simulation engine Box3D has been introduced","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Erin Catto, the creator of the Box2D project, announced the creation of a new physics simulation engine Box3D, which is a fork of Box2D with an identical architecture, but redesigned and expanded for use in 3D games. The project's code is written in C and is distributed under the MIT license. Builds for Linux, Windows, and macOS are supported.    <\/p>\n<p>The Box3D engine was developed by the studio Kintsugiyama for the new 3D shooter The Legend of California, in which Erin is involved. The game uses the Unreal Engine, but the developers were not satisfied with the built-in physics engine Chaos. Issues arose with the lack of accounting for gyroscopic torque (thin objects rotated unnaturally long), continuous collision detection (unrealistic behavior of falling trees), and low performance when processing hundreds of thousands of objects.       <\/p>\n<p>Initially, the plan was to solve the problems by creating a fork of the Jolt physics engine, but then, at the suggestion of the creator of the Rubikon engine, involved in Half-Life, a simplified version of Rubikon-Lite was taken as the basis, which was reworked using code and optimizations from Box2D to combine the existing 3D capabilities with the developments from the Box2D engine. As a result, almost all APIs, data structures, and algorithms in Rubikon-Lite were replaced with code from Box2D, and only the algorithms for constructing convex hulls and processing 3D collisions remained from Rubikon-Lite. The resulting engine was decided to be published as a separate open project Box3D with the consent of the author of Rubikon-Lite and Kintsugiyama.    <\/p>\n<p>The first release of Box3D 0.1 has been published, noted as having alpha quality. The main planned functionality is implemented, but documentation and testing require further refinement. In addition to the game The Legend of California, the new engine is already utilized in the s&amp;box gaming platform, the open game engine Esoterica, and the multiplayer space game Space Game, designed for 1000 players.     <\/p>\n<p>For 3D games in the new engine, features have been added such as collision calculations with polygonal meshes and height maps used for terrain generation, enabling realistic effects of falling trees on voxel surfaces in the game The Legend of California. Support for pre-calculated (baked) composite collisions, composed of several simple shapes, has significantly reduced resource consumption when simulating collisions of a vast number of typical small objects.    <\/p>\n<p>Among the features transferred to Box3D that were previously available in Box2D:  <\/p>\n<ul>\n<li class=\"l\"> Continuous collision detection (handling the object's movement as a continuous trajectory), collision filtering, and event generation upon object contact. Support for spherical, capsule, and convex hull shapes for collision detection. An optimized collision processing system using SIMD instructions.\n<li class=\"l\"> Sub-stepping Solver to enhance simulation accuracy by dividing simulation stages into several smaller steps.\n<li class=\"l\"> Utilization of graph coloring methods for processing large groups of interconnected objects.\n<li class=\"l\"> Character controller responsible for handling movement, collisions, and the character's interactions with surrounding objects.\n<li class=\"l\"> Support for ray tracing, shape tracing, and intersection checks when scanning the surrounding space. A sensor system for detecting objects in space.\n<li class=\"l\">  Soft Step Solver for calculating rigid body physics during complex interactions.\n<li class=\"l\"> Support for freezing the state of groups of inactive or static objects to save resources.\n<li class=\"l\"> Support for various connections and types of relationships between objects, including hinges, springs, motors, welding, and wheels, with the ability to flexibly adjust each connection. Calculation of compressive and tensile forces with which objects affect each other.\n<li class=\"l\"> The ability to generate events at the start of motion, stopping, or stabilizing an object.\n<li class=\"l\"> Hooks for multithreaded processing with an optional internal scheduler.\n<li class=\"l\"> Use of double type coordinates, allowing for the creation of enormous worlds.\n<li class=\"l\"> Cross-platform determinism that ensures consistent results across different hardware platforms.\n<li class=\"l\"> Support for recording and playing back simulations.\n<li class=\"l\"> C API and C code compliant with the C17 standard.    <\/ul>\n<p>Future plans include expanding capabilities related to character movements, improving mechanisms to prevent 'ghost' collisions, making optimizations, and enhancing joint solver processing. The repository intends to allow the submission of pull requests with changes from community members after signing a Contributor License Agreement (CLA).        <center><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/3adf168954f46ae54e9b2a9cfcc29cdc.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>  <center>  <div class=\"youtube-placeholder\" data-id=\"jr_Fzl2XwKU\" onclick=\"loadVideo(this)\">\r\n        <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/jr_Fzl2XwKU\/hqdefault.jpg\" alt=\"Play video\" loading=\"lazy\" width=\"480\" height=\"360\" style=\"width:100%;height:auto;\">\r\n        <div class=\"play-button\"><\/div>\r\n    <\/div><\/center><br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=65835\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u042d\u0440\u0438\u043d \u041a\u0430\u0442\u0442\u043e (Erin Catto), \u0430\u0432\u0442\u043e\u0440 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Box2D, \u043e\u0431\u044a\u044f\u0432\u0438\u043b \u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043d\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 \u0441\u0438\u043c\u0443\u043b\u044f\u0446\u0438\u0438 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432 Box3D, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0441\u043e\u0431\u043e\u0439 \u0444\u043e\u0440\u043a Box2D, \u0438\u043c\u0435\u044e\u0449\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u0443\u044e \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0443, \u043d\u043e \u043f\u0435\u0440\u0435\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u044b\u0439 \u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u0442\u0440\u0451\u0445\u043c\u0435\u0440\u043d\u044b\u0445 \u0438\u0433\u0440\u0430\u0445. \u041a\u043e\u0434 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u043d\u0430\u043f\u0438\u0441\u0430\u043d \u043d\u0430 \u044f\u0437\u044b\u043a\u0435 \u0421\u0438 \u0438 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u043f\u043e\u0434 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0435\u0439 MIT. \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0441\u0431\u043e\u0440\u043a\u0430 \u0434\u043b\u044f Linux, Windows \u0438 macOS. \u0414\u0432\u0438\u0436\u043e\u043a Box3D \u0441\u043e\u0437\u0434\u0430\u043d \u0432 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":10,"featured_media":182447,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-182446","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u042d\u0440\u0438\u043d \u041a\u0430\u0442\u0442\u043e (Erin Catto), \u0430\u0432\u0442\u043e\u0440 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Box2D, \u043e\u0431\u044a\u044f\u0432\u0438\u043b \u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043d\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 \u0441\u0438\u043c\u0443\u043b\u044f\u0446\u0438\u0438 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432 Box3D, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0441\u043e\u0431\u043e\u0439 \u0444\u043e\u0440\u043a Box2D, \u0438\u043c\u0435\u044e\u0449\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u0443\u044e \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0443, \u043d\u043e \u043f\u0435\u0440\u0435\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u044b\u0439 \u0438.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Alexander Kovalev\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/predstavlen-novyj-dvizhok-simulyaczii-fizicheskih-proczessov-box3d\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u043d\u043e\u0432\u044b\u0439 \u0434\u0432\u0438\u0436\u043e\u043a \u0441\u0438\u043c\u0443\u043b\u044f\u0446\u0438\u0438 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432 Box3D | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u042d\u0440\u0438\u043d \u041a\u0430\u0442\u0442\u043e (Erin Catto), \u0430\u0432\u0442\u043e\u0440 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Box2D, \u043e\u0431\u044a\u044f\u0432\u0438\u043b \u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043d\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 \u0441\u0438\u043c\u0443\u043b\u044f\u0446\u0438\u0438 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432 Box3D, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0441\u043e\u0431\u043e\u0439 \u0444\u043e\u0440\u043a Box2D, \u0438\u043c\u0435\u044e\u0449\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u0443\u044e \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0443, \u043d\u043e \u043f\u0435\u0440\u0435\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u044b\u0439 \u0438.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/predstavlen-novyj-dvizhok-simulyaczii-fizicheskih-proczessov-box3d\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-03T20:53:35+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-03T20:53:35+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47A new physics simulation engine, Box3D, has been introduced | ProHoster","description":"Erin Catto, the creator of the Box2D project, has announced the development of a new physics simulation engine, Box3D, which is a fork of Box2D with an identical architecture but redesigned.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/predstavlen-novyj-dvizhok-simulyaczii-fizicheskih-proczessov-box3d","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u043d\u043e\u0432\u044b\u0439 \u0434\u0432\u0438\u0436\u043e\u043a \u0441\u0438\u043c\u0443\u043b\u044f\u0446\u0438\u0438 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432 Box3D | ProHoster","og:description":"\u042d\u0440\u0438\u043d \u041a\u0430\u0442\u0442\u043e (Erin Catto), \u0430\u0432\u0442\u043e\u0440 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Box2D, \u043e\u0431\u044a\u044f\u0432\u0438\u043b \u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043d\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 \u0441\u0438\u043c\u0443\u043b\u044f\u0446\u0438\u0438 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432 Box3D, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0441\u043e\u0431\u043e\u0439 \u0444\u043e\u0440\u043a Box2D, \u0438\u043c\u0435\u044e\u0449\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u0443\u044e \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0443, \u043d\u043e \u043f\u0435\u0440\u0435\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u044b\u0439 \u0438.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/predstavlen-novyj-dvizhok-simulyaczii-fizicheskih-proczessov-box3d","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2026-07-03T20:53:35+00:00","article:modified_time":"2026-07-03T20:53:35+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"182446","title":null,"description":null,"keywords":null,"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-08-05 12:22:10","updated":"2026-08-05 12:22:10","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/182446","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=182446"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/182446\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/182447"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=182446"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=182446"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=182446"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}