Skip to content

Latest commit

 

History

History

bullet_physics_test_wgpu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

bullet physics test (wgpu)

Some info:

  • Works on Windows, Linux and Mac. Uses Bullet for physics and native wgpu for rendering.
  • cbullet and zbullet libraries have been developed to make it work nicely with Zig. Please see here for the details.
  • Comes with 4 example 'scenes'. User can add more scenes by implementing single setup() function. This allows testing various physics effects/setups.
  • Multi-threading is enabled by default.

See demo in action: video.

image