JimMarlowe 737e3dc527 add some screenshots for programs 8 лет назад
..
CPlusPlus eb60833ad5 Keep SampleSelector from exiting when esc is pressed, event now gets fired same frame 9 лет назад
CSharp a6032b8e6c Updating C# Feature Examples to dispose scenes 9 лет назад
Mods 19743bd091 Adding Mods folder for feature examples, factoring physics rag doll 2D HUD into a mod 9 лет назад
.gitignore 63382a0cf3 Adding FeaturesExample 9 лет назад
AtomicExample.json f6d356b01a Adding sample info and screenshots 9 лет назад
README.md 91ab6033ba Update README.md 9 лет назад
Screenshot.png f6d356b01a Adding sample info and screenshots 9 лет назад
features1.png 737e3dc527 add some screenshots for programs 8 лет назад
features2.png 737e3dc527 add some screenshots for programs 8 лет назад
features3.png 737e3dc527 add some screenshots for programs 8 лет назад
features4.png 737e3dc527 add some screenshots for programs 8 лет назад
features5.png 737e3dc527 add some screenshots for programs 8 лет назад
features6.png 737e3dc527 add some screenshots for programs 8 лет назад

README.md

Feature Examples

This example showcases and provides example usage of specific Atomic technology features.

The examples are minimal and strive to use minimal API and concise code and many are ported from upstream Urho3D.

The examples are also presented in the form of a "multi-example" so they can be easily built and tested. This also helps catch object lifetime issues, etc.

Feature Example Mods

In the Mods subdirectory, are modifications of the feature example which show extended usage and subsystem integration.

A mod can be applied, simply by copying the mod folder into your project's root folder.