summaryrefslogtreecommitdiff
path: root/demo
AgeCommit message (Expand)Author
2023-03-12really really strongy suggest core profile (looking @ u, mac)sanine
2023-03-12add glGetString bindsanine
2023-03-12remove glfw binds from openglsanine
2023-03-11build & link with luajit instead of lua5.1sanine
2023-03-10demonstrate working glfw refactored bindingssanine
2023-03-10refactor: move glfw functions into separate tablesanine
2023-02-26bind (almost) all miniaudio functionssanine
2023-02-23fix bug with byte alignment and update fancy demo to use refactored glm bindingssanine
2023-02-22implement and demo basic obj loadingsanine
2023-02-20add font rendering to demosanine-a
2023-02-19refactor: bind (nearly) all nvg functionssanine
2023-02-15implement basic vector bindingssanine
2022-10-12add cairosanine
2022-10-04add garbage collector canariessanine
2022-10-04add first person demosanine
2022-10-03add window.getKeysanine
2022-10-03add basic bouncing ballsanine
2022-10-01add odesanine
2022-09-28add basic cairo demo functionssanine
2022-09-27add basic mesh loading demosanine
2022-09-27fix uninitialized memory bug in mesh loading and add suzanne.daesanine
2022-09-13add initial audio bindingssanine
2022-08-24add command-line argumentssanine
2022-08-23add basic 3d perspectivesanine
2022-08-23add basic transformssanine
2022-08-23add gl.TexParameteri()sanine
2022-08-22refactor: rename opengl functions to match their C counterpartssanine
2022-08-22add texturessanine
2022-08-22add multiple vertex attributessanine
2022-08-22add uniformssanine
2022-08-22add element bufferssanine
2022-08-22refactor: move data functions into separate filesanine
2022-08-22refactor: move drawing code into separate filesanine
2022-08-22refactor: move shader functions into separate filesanine
2022-08-22make hello triangle worksanine
2022-08-21add demo scriptsanine
2022-03-01clear out demo/sanine
2020-12-19add curveTo functionsanine-a
2020-12-19add additional cairo texture config functionssanine-a
2020-12-18add draw filtering and alpha to SpatialShader outputsanine-a
2020-12-17add setLineWidth and arc functions to cairo bindingssanine-a
2020-12-17fix segfault when destroying cairo texturessanine-a
2020-12-15remove spurious debug messagesanine-a
2020-12-15fix bugs in texture parameter setting and add low-resolution to demosanine-a
2020-12-15refactor textures and allow parameter settingsanine-a
2020-12-09refactor: move primitives into lua & streamline mesh creationsanine-a
2020-12-05switch meshes to use metamathodssanine-a
2020-12-05change textures to use metamethodssanine-a
2020-12-04remove annoying debug messagessanine-a
2020-12-04add SignalManager.lua and revert to old Node.luasanine-a