Difference between revisions of "love.physics (Español)"

(Created page with "{{newin|0.4.0|040|type=module}} Puede simular 2D rigid bodies (cuerpos rigidos 2D) de manera realista. Este módulo es esencialmente un vínculo a [http://box2d.org/about/...")
 
m
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
== Tipos ==
 
== Tipos ==
{{#ask: [[Category:Types]] [[parent::love.physics]] [[Concept:Current]]
+
{{#ask: [[Category:Types]] [[parent::love.physics (Español)]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 
| format=template
 
| format=template
Line 14: Line 14:
 
| ?PrettyRemoved
 
| ?PrettyRemoved
 
}}
 
}}
 +
 
== Funciones ==
 
== Funciones ==
{{#ask: [[Category:Functions]] [[parent::love.physics]] [[Concept:Current]]
+
{{#ask: [[Category:Functions]] [[parent::love.physics (Español)]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 
| format=template
 
| format=template
Line 25: Line 26:
 
| ?PrettyRemoved
 
| ?PrettyRemoved
 
}}
 
}}
 +
 
== Enums ==
 
== Enums ==
 
{{#ask: [[Category:Enums]] [[parent::love.physics]] [[Concept:Current]]
 
{{#ask: [[Category:Enums]] [[parent::love.physics]] [[Concept:Current]]
Line 38: Line 40:
  
 
== Notas ==
 
== Notas ==
=== Box2D's architecture, concepts, and terminologies. ===
+
=== Box2D arquitectura, conceptos, y terminologías. ===
 
[[File:Box2D basic overview.png|880px]]
 
[[File:Box2D basic overview.png|880px]]
  
 
== Ver También ==
 
== Ver También ==
* [[parent::love]]
+
* [[parent::love (Español)]]
* [[Tutorial:Physics]]
+
* [[Tutorial:Physics (Español)]]
* [[Tutorial:PhysicsCollisionCallbacks]]
+
* [[Tutorial:PhysicsCollisionCallbacks (Español)]]
 
* [http://www.iforce2d.net/b2dtut/gotchas Box2D Gotchas] (lectura recomendada)
 
* [http://www.iforce2d.net/b2dtut/gotchas Box2D Gotchas] (lectura recomendada)
  

Latest revision as of 14:30, 17 December 2024

Available since LÖVE 0.4.0
This module is not supported in earlier versions.

Puede simular 2D rigid bodies (cuerpos rigidos 2D) de manera realista. Este módulo es esencialmente un vínculo a Box2D (version 2.3.0 - manual). Para mas simples (y mas comunes) usos, existen una pequeña cantidad de librerías, que suelen ser más popularmente usadas que love.physics y se puede encontrar aquí: https://github.com/love2d-community/awesome-love2d#physics

Tipos

Funciones

love.physics.getMeter Returns the meter scale factor. Added since 0.8.0
love.physics.getMeter (Español) Retorna el factor de escala del metro. Added since 0.8.0

Enums

BodyType The types of a Body.
JointType Different types of joints.
ShapeType The different types of Shapes, as returned by Shape:getType.

Notas

Box2D arquitectura, conceptos, y terminologías.

Box2D basic overview.png

Ver También



Otros Idiomas