dunge 0.3.0-alpha

Simple and portable 3d render library
Documentation
dunge-0.3.0-alpha has been yanked.

Dunge

Features

  • Simple and flexible API
  • Customizable vertices, groups and shaders
  • High degree of typesafety with minimal runtime checks
  • Desktop, WASM and Android support
  • Built-in and optional window and event loop creation

Application area

Currently the library is for personal use only. Although, over time I plan to stabilize API so that someone could use it for their tasks.

Getting Started

🚧 This section has not yet been written 🚧

Examples

For more examples using the window, see the examples directory. To build and run an example do:

cargo r -p <example_name>

Also see the test directory for small examples of creation a single image.