Skip to content

Instantly share code, notes, and snippets.

View letarg0's full-sized avatar

letarg0

  • Poland
View GitHub Profile
/* nuklear - 1.32.0 - public domain */
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include <math.h>
#include <limits.h>
@letarg0
letarg0 / canvase.c
Created February 15, 2019 10:17
how add drawing on canvas
/* nuklear - 1.32.0 - public domain */
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include <math.h>
#include <limits.h>