This library is a simple 3D debug drawing library for the HexaEngine in Immediate-mode
$ dotnet add package Hexa.NET.DebugDrawThe DebugDraw library is a versatile and straightforward 3D debug drawing library designed for the HexaEngine in Immediate-mode. It provides the capability to draw various shapes and text on the screen, making it an essential tool for debugging and prototyping in 3D applications. Although it is a submodule of the HexaEngine, it can also be used as a standalone library.
Note: The library is actively being developed, and additional shapes will be included in future updates. Ensure that the primitive topology types are supported by your graphics API for correct display.
The DebugDraw library is compatible with all major graphics APIs, including:
This wide range of support ensures that the library can be used across different platforms seamlessly.
To integrate DebugDraw into your project, follow these steps:
The easiest way to add the DebugDraw library to your project is via the NuGet package.
Hexa.NET.DebugDraw package.
dotnet add package Hexa.NET.DebugDraw
Contributions to the DebugDraw library are welcome. If you have any suggestions, bug reports, or feature requests, please submit them via the project's issue tracker or create a pull request.
The DebugDraw library is released under the MIT License. See the LICENSE file for more details.