| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
- <head>
- <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=11"/>
- <meta name="generator" content="Doxygen 1.12.0"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <title>Jolt Physics: Projects Using Jolt</title>
- <link href="tabs.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="jquery.js"></script>
- <script type="text/javascript" src="dynsections.js"></script>
- <script type="text/javascript" src="clipboard.js"></script>
- <link href="navtree.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="navtreedata.js"></script>
- <script type="text/javascript" src="navtree.js"></script>
- <script type="text/javascript" src="resize.js"></script>
- <script type="text/javascript" src="cookie.js"></script>
- <link href="search/search.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="search/searchdata.js"></script>
- <script type="text/javascript" src="search/search.js"></script>
- <script type="text/x-mathjax-config">
- MathJax.Hub.Config({
- extensions: ["tex2jax.js"],
- jax: ["input/TeX","output/HTML-CSS"],
- });
- </script>
- <script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js"></script>
- <link href="doxygen.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
- <div id="titlearea">
- <table cellspacing="0" cellpadding="0">
- <tbody>
- <tr id="projectrow">
- <td id="projectlogo"><img alt="Logo" src="LogoSmall.png"/></td>
- <td id="projectalign">
- <div id="projectname">Jolt Physics
- </div>
- <div id="projectbrief">A multi core friendly Game Physics Engine</div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.12.0 -->
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- var searchBox = new SearchBox("searchBox", "search/",'.html');
- /* @license-end */
- </script>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- $(function() { codefold.init(0); });
- /* @license-end */
- </script>
- <script type="text/javascript" src="menudata.js"></script>
- <script type="text/javascript" src="menu.js"></script>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- $(function() {
- initMenu('',true,false,'search.php','Search',true);
- $(function() { init_search(); });
- });
- /* @license-end */
- </script>
- <div id="main-nav"></div>
- </div><!-- top -->
- <div id="side-nav" class="ui-resizable side-nav-resizable">
- <div id="nav-tree">
- <div id="nav-tree-contents">
- <div id="nav-sync" class="sync"></div>
- </div>
- </div>
- <div id="splitbar" style="-moz-user-select:none;"
- class="ui-resizable-handle">
- </div>
- </div>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
- $(function(){initNavTree('md__docs_2_projects_using_jolt.html',''); initResizable(true); });
- /* @license-end */
- </script>
- <div id="doc-content">
- <!-- window showing the filter options -->
- <div id="MSearchSelectWindow"
- onmouseover="return searchBox.OnSearchSelectShow()"
- onmouseout="return searchBox.OnSearchSelectHide()"
- onkeydown="return searchBox.OnSearchSelectKey(event)">
- </div>
- <!-- iframe showing the search results (closed by default) -->
- <div id="MSearchResultsWindow">
- <div id="MSearchResults">
- <div class="SRPage">
- <div id="SRIndex">
- <div id="SRResults"></div>
- <div class="SRStatus" id="Loading">Loading...</div>
- <div class="SRStatus" id="Searching">Searching...</div>
- <div class="SRStatus" id="NoMatches">No Matches</div>
- </div>
- </div>
- </div>
- </div>
- <div><div class="header">
- <div class="headertitle"><div class="title">Projects Using Jolt</div></div>
- </div><!--header-->
- <div class="contents">
- <div class="textblock"><p><a class="anchor" id="autotoc_md32"></a></p>
- <ul>
- <li><a href="https://github.com/OversizedSunCoreDev/ArtilleryEco">Artillery Eco</a> - Plugin for Unreal Engine 5 (UE5).</li>
- <li><a href="https://github.com/GaijinEntertainment/DagorEngine">Dagor Engine</a> - An open source engine used by <a href="https://warthunder.com/">War Thunder</a>. See <a href="https://github.com/GaijinEntertainment/DagorEngine/tree/main/prog/engine/phys/physJolt">here</a>.</li>
- <li><a href="https://www.playstation.com/en-us/games/death-stranding-2-on-the-beach/">Death Stranding 2: On the Beach</a> - A third person action adventure game set in a post-apocalyptic world ravaged by otherworldly creatures.</li>
- <li><a href="https://github.com/ezEngine/ezEngine">ezEngine</a> - An open source C++ game engine.</li>
- <li><a href="https://gdevelop.io/">GDevelop</a> - An open-source, no-code game engine. See <a href="https://blog.blips.fm/articles/gdevelop-55-released-with-enhanced-3d-support">this</a> announcement.</li>
- <li><a href="https://github.com/godotengine/godot">Godot</a> - Godot Engine – Multi-platform 2D and 3D game engine. See <a href="https://godotengine.org/releases/4.4/#jolt-physics-module">this</a> announcement.</li>
- <li><a href="https://www.playstation.com/en-us/games/horizon-forbidden-west/">Horizon Forbidden West</a> - An open world action RPG adventure.</li>
- <li><a href="https://www.hypehype.com/">HypeHype</a> - A mobile app to create, remix and play games. See <a href="https://twitter.com/SebAaltonen/status/1726871354228482237">this</a> X post.</li>
- <li><a href="https://lighttracer.org/">Light Tracer Render</a> - A rendering tool, uses Jolt for object placement. See <a href="https://lighttracer.org/blog/light-tracer-render-2-4-0/">this</a> announcement.</li>
- <li><a href="https://lovr.org">LÖVR</a> - A Lua VR framework. See <a href="https://lovr.org/docs/v0.18.0">this</a> release announcement.</li>
- <li><a href="https://luxeengine.com">luxe engine</a> - A cross platform, rapid development game engine.</li>
- <li><a href="https://themirror.space/">The Mirror</a> - A game development platform designed to empower developers and artists with real-time, limitless creativity. See <a href="https://twitter.com/themirrorgdp/status/1718019599361323023?s=20">this</a> X post.</li>
- <li><a href="https://github.com/NazaraEngine/NazaraEngine">Nazara Engine</a> - A cross-platform framework aimed at real-time applications (such as video games) requiring Audio, 2D/3D rendering and physics, network and more.</li>
- <li><a href="https://www.neoaxis.com/">NeoAxis Engine</a> - A 3D game engine. See <a href="https://www.neoaxis.com/news/neoaxis_engine_2023_1_released">this</a> announcement.</li>
- <li><a href="https://www.rebelmoongame.com/">Blood Line: A Rebel Moon Game</a> - An online co-op action game set in the rebel moon universe.</li>
- <li><a href="https://www.sceneri.com/">Sceneri</a> - A mobile app for creating and sharing 3D games and experiences. See <a href="https://www.sceneri.com/blog/2023-07-27-jolt-physics-bringing-sceneris-worlds-to-life">this</a> blog post.</li>
- <li><a href="https://substrata.info/">Substrata</a> - A metaverse platform.</li>
- <li><a href="https://www.supernovaengine.org/">Supernova Engine</a> - Game engine for 2D and 3D projects with entity component system (ECS) and data-oriented design.</li>
- <li><a href="https://github.com/apistol78/traktor/">Traktor Engine</a> - An open-source 3d game engine written in C++.</li>
- <li><a href="https://github.com/Yadhu-S/UnrealJolt">Unreal Jolt</a> - Plugin for Unreal Engine 5 (UE5).</li>
- <li><a href="https://github.com/Joshua-Ashton/VPhysics-Jolt">VPhysics Jolt</a>, a replacement for Ipion Virtual Physics in the Source Engine. Can be used in e.g. <a href="https://store.steampowered.com/app/4000/Garrys_Mod/">Garry's Mod</a>.</li>
- <li><a href="https://wickedengine.net/">Wicked Engine</a> - 3D engine with modern graphics. See <a href="https://x.com/turanszkij/status/1805979390557528217">X post</a> and <a href="https://github.com/turanszkij/WickedEngine/blob/master/WickedEngine/wiPhysics_Jolt.cpp">github</a>.</li>
- <li><a href="https://store.steampowered.com/app/392160/X4_Foundations/">X4 Foundations</a> - A space simulation game. See <a href="https://forum.egosoft.com/viewtopic.php?t=451046">this</a> announcement.</li>
- </ul>
- <p>If your project is using Jolt, open a discussion or send a PR to add it to the list. </p>
- </div></div><!-- contents -->
- </div><!-- PageDoc -->
- </div><!-- doc-content -->
- <!-- start footer part -->
- <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
- <ul>
- <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li>
- </ul>
- </div>
- </body>
- </html>
|