All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.nuklear.package-info Maven / Gradle / Ivy

There is a newer version: 3.3.4
Show newest version
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: https://www.lwjgl.org/license
 * MACHINE GENERATED FILE, DO NOT EDIT
 */

/**
 * Bindings to the Nuklear library.
 * 
 * 

A minimal state immediate mode graphical user interface single header toolkit written in ANSI C and licensed under public domain. It was designed as a * simple embeddable user interface for application and does not have any dependencies, a default renderbackend or OS window and input handling but * instead provides a very modular library approach by using simple input state for input and draw commands describing primitive shapes as output. So * instead of providing a layered library that tries to abstract over a number of platform and render backends it only focuses on the actual UI.

* *

Developed by Micha Mettke.

*/ @org.lwjgl.system.NonnullDefault package org.lwjgl.nuklear;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy