mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
22 lines
469 B
Markdown
22 lines
469 B
Markdown
|
# 2D Physics Tests
|
||
|
|
||
|
This demo contains a series of tests for the 2D
|
||
|
physics engine.
|
||
|
|
||
|
They can be used for different purpose:
|
||
|
|
||
|
- Functional tests to check for regressions and
|
||
|
behavior of the 2D physics engine
|
||
|
- Performance tests to evaluate performance
|
||
|
of the 2D physics engine
|
||
|
|
||
|
Language: GDScript
|
||
|
|
||
|
Renderer: GLES 2
|
||
|
|
||
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/888
|
||
|
|
||
|
## Screenshots
|
||
|
|
||
|
![Screenshot](screenshots/screenshot.png)
|