Browse Source

Update README

Lucien Greathouse 1 year ago
parent
commit
5f12b44dd3
1 changed files with 4 additions and 1 deletions
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -1,5 +1,5 @@
 # JoltC
-C wrapper for [Jolt Physics](https://github.com/jrouwe/JoltPhysics).
+C wrapper for [Jolt Physics](https://github.com/jrouwe/JoltPhysics) 5.0.0.
 
 Currently a work in progress. Bindings contain functions that we've needed as part of our game or the Rust bindings we're working on in [jolt-rust](https://github.com/SecondHalfGames/jolt-rust).
 
@@ -15,6 +15,9 @@ cmake -B build
 cmake --build build
 ```
 
+## Hello, world!
+A port of Jolt's "HelloWorld" example is provided in [HelloWorld/main.cpp](HelloWorld/main.cpp).
+
 ## Other C Wrappers
 Other C wrappers for Jolt Physics include:
 - "JoltC", part of the [zphysics] Zig library started by [Michal Ziulek][michal-ziulek]