Skip to content

3D physics fixes and Experimental ImNui API (Preview)

Compare
Choose a tag to compare
@bryanedds bryanedds released this 25 Sep 04:37
· 163 commits to master since this release

We had some issues with creating 3D object hulls when exporting via 3DS Max. We hadn't yet found them since we'd not use used 3DS Max ourselves. These fixes should address any issues with Maya export as well.

Additionally, we're dropping a new declarative API for Nu as an alternative to MMCC! For smaller games or for first-timers experimenting with Nu, the MMCC API might be a little heavier with a steeper learning curve than one might like. Since the feature is still in preview, we're not yet going to spend much time explaining it. If you'd like to see how this new API works in practice, take a look at the Nu.Template.ImNui.Empty and Nu.Template.ImNui.Game code. As you can infer from the name, the new API is based on the same sort of semantics that makes ImGui systems possible.

TODO: more detailed release notes. Sorry, in a hurry tonight!

Full Changelog: v16.10.0...v16.11.0