Commit graph

18 commits

Author SHA1 Message Date
Kevin Harrison
d4f4980ae8 Incorporate changes from master 2018-12-13 14:29:32 -05:00
Kevin Harrison
26f05c82e4 Allow per-context transformations (#9) 2016-12-29 23:20:11 -05:00
Kevin Harrison
8b5482e74f Fix frameBegin to use correct context 2016-12-20 15:48:07 -05:00
Kevin Harrison
47128fed66 Allow multiple contexts to persist at once 2016-12-19 22:27:42 -05:00
Kevin Harrison
c2fefb0601 Improve error handling 2016-12-19 13:19:42 -05:00
Kevin Harrison
8aa93de803 Replace layout_ratios and points with single floats array 2016-12-18 20:08:51 -05:00
Kevin Harrison
1d86aa51f4 Replace spaces with tabs 2016-12-17 10:37:35 -05:00
Kevin Harrison
47a7a6044d Add drawing and input functions (#8)
* nk.widgetHasMousePressed
* nk.widgetHasMouseReleased
* nk.widgetIsMousePressed
* nk.widgetIsMouseReleased
* nk.line
* nk.curve
* nk.polygon
* nk.circle
* nk.ellipse
* nk.arc
* nk.rectMultiColor
* nk.scissor
* nk.image
* nk.text
* nk.inputHasMousePressed
* nk.inputHasMouseReleased
* nk.inputIsMousePressed
* nk.inputIsMouseReleased
* nk.inputWasHovered
* nk.inputIsHovered
2016-12-16 21:59:32 -05:00
Kevin Harrison
0b794f3538 Increase style stack sizes (#6) 2016-12-15 13:08:25 -05:00
Kevin Harrison
8c0a93e6c5 Fix windowsIsHovered -> windowIsHovered (#7) 2016-12-15 08:52:36 -05:00
Kevin Harrison
2d0611adfe Fix point size in multi-color rect 2016-12-03 15:36:10 -05:00
Kevin Harrison
cb390c2dcd Update Nuklear to ca1c9b3 2016-12-03 14:01:51 -05:00
Kevin Harrison
6f9a955946 Change from snake_case to camelCase for consistency with LOVE 2016-12-03 13:58:58 -05:00
Kevin Harrison
c676186163 Fix color picker hue value (#3) 2016-11-28 12:38:10 -05:00
Kevin Harrison
7a519c49f0 Update README.md to mention Linux binaries 2016-11-22 16:31:00 -05:00
Kevin Harrison
c018a750e8 Add releases link to README.md 2016-11-22 13:13:04 -05:00
Kevin Harrison
5098cccf7e Update Nuklear to 67ad444 2016-11-21 16:42:49 -05:00
Kevin Harrison
681ebb06ea initial commit 2016-11-15 14:13:38 -05:00