#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <nuklear.h>
#include <nuklear_glfw_gl2.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
#define NK_BUTTON_TRIGGER_ON_RELEASE |
#define NK_GLFW_GL2_IMPLEMENTATION |
#define NK_IMPLEMENTATION |
#define NK_INCLUDE_DEFAULT_ALLOCATOR |
#define NK_INCLUDE_DEFAULT_FONT |
#define NK_INCLUDE_FIXED_TYPES |
#define NK_INCLUDE_FONT_BAKING |
#define NK_INCLUDE_STANDARD_VARARGS |
#define NK_INCLUDE_VERTEX_BUFFER_OUTPUT |
static void chart_ramp_array |
( |
struct nk_context * |
nk, |
|
|
struct nk_color |
color, |
|
|
int |
count, |
|
|
unsigned short int * |
values |
|
) |
| |
|
static |
static void error_callback |
( |
int |
error, |
|
|
const char * |
description |
|
) |
| |
|
static |
static void key_callback |
( |
GLFWwindow * |
window, |
|
|
int |
key, |
|
|
int |
scancode, |
|
|
int |
action, |
|
|
int |
mods |
|
) |
| |
|
static |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |