All Projects → extrawurst → godot-vs-rapier

extrawurst / godot-vs-rapier

Licence: other
compare gdnative rust based physics against Godot built-in physics

Programming Languages

rust
11053 projects
Makefile
30231 projects
GDScript
375 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to godot-vs-rapier

Godot Jigglebones
An addon that brings jigglebones to Godot Engine 3.0.
Stars: ✭ 175 (+161.19%)
Mutual labels:  physics, godot
GDCustomRaycastVehicle
A simple custom raycast vehicle implementation
Stars: ✭ 36 (-46.27%)
Mutual labels:  physics, godot
voltar
WebGL only 2D game engine using Godot as the visual editor
Stars: ✭ 25 (-62.69%)
Mutual labels:  physics, godot
PostgreSQLClient
PostgreSQL connector for Godot Engine in GDScript.
Stars: ✭ 28 (-58.21%)
Mutual labels:  godot
D3D12Renderer
Custom renderer and physics engine written from scratch in C++/Direct3D 12.
Stars: ✭ 17 (-74.63%)
Mutual labels:  physics
Symbolics.jl
A symbolic math library written in Julia modelled off scmutils
Stars: ✭ 98 (+46.27%)
Mutual labels:  physics
Cloth-Simulation-With-python---Verlet-Integration
No description or website provided.
Stars: ✭ 17 (-74.63%)
Mutual labels:  physics
godot-gameshell
Godot export templates and instructions for the GameShell portable game console and other single-board computers
Stars: ✭ 34 (-49.25%)
Mutual labels:  godot
qnm
Python package for computing Kerr quasinormal mode frequencies, separation constants, and spherical-spheroidal mixing coefficients
Stars: ✭ 21 (-68.66%)
Mutual labels:  physics
godot-interpolated-camera3d
Provides an InterpolatedCamera3D node that replicates its 3.2.x functionality (and more)
Stars: ✭ 40 (-40.3%)
Mutual labels:  godot
elasty
A research-oriented elastic body simulator
Stars: ✭ 173 (+158.21%)
Mutual labels:  physics
StateMachine system for Godot
Flexible and lightweight StateMachine for Godot
Stars: ✭ 19 (-71.64%)
Mutual labels:  godot
godot-performance-comparison
Godot performance comparison between the `3.x` and `master` branch
Stars: ✭ 12 (-82.09%)
Mutual labels:  godot
fmod-gdnative
FMOD Studio integration and bindings for the Godot game engine
Stars: ✭ 102 (+52.24%)
Mutual labels:  godot
addons-btree
Visual Behavior Tree
Stars: ✭ 90 (+34.33%)
Mutual labels:  godot
Godot-DialogGraphPlugin
A simple Godot plugin for dialog graph creation.
Stars: ✭ 58 (-13.43%)
Mutual labels:  godot
viewport-spy
Godot editor UI to spy on what a Viewport is rendering. Useful for debugging.
Stars: ✭ 28 (-58.21%)
Mutual labels:  godot
build-godot-action
GitHub action that builds a Godot project for multiple platforms
Stars: ✭ 62 (-7.46%)
Mutual labels:  godot
ecs-framework
一套ecs框架,可用于egret/laya/cocos及其他使用ts/js语言的引擎
Stars: ✭ 152 (+126.87%)
Mutual labels:  physics
mightyscape-1.X
A maintained extension collection for Inkscape 1.0+, working on Windows and Linux
Stars: ✭ 23 (-65.67%)
Mutual labels:  physics

Godot vs. Rapier

Rapier is an open source physics framework written in Rust.

This project pits godots built-in physics against Rapier. It uses godot-rust to integrate rustcode in godot using gdnative.

demo

note: Godots built-in physics has an open issue for the instability when stacking a lot of rigid bodies: https://github.com/godotengine/godot/issues/2092

WebGL

finally the webgl export of godot games using gdnative rust works (see the whole conversation)

demo: https://extrawurst.github.io/godot-vs-rapier/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].