You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nazara Engine is a cross-platform framework aimed at (but not limited to) real-time applications requiring audio, 2D and 3D real-time rendering, network and more.
Nazara Engine is a cross-platform framework aimed at (but not limited to) real-time applications requiring audio, 2D and 3D rendering, network and more (such as video games).
Features:
Supports Windows, Linux, macOS and the web (Android and iOS are coming).
2D and 3D rendering using either Vulkan, OpenGL and OpenGL ES (depending on what's available on the target system).
Its own renderer-agnostic shader language (NZSL - Nazara Shading Language), a single modern language working with all renderer backends
Easy to customize graphics module providing basis for advanced techniques (such as deferred shading, HDR, PBR rendering and more).
A powerful and extensible frame graph system allowing you to easily define how your rendering works.
Builtin retained widgets (but ImGUI support is available through NazaraImgui.
Audio playback and streaming based on OpenAL-Soft.
Nazara Engine is a cross-platform framework aimed at (but not limited to) real-time applications requiring audio, 2D and 3D real-time rendering, network and more.