Commit graph

  • 39b78c70cc
    Remove unused import FourteenBrush 2024-08-31 21:11:58 +0200
  • d50f021f0c
    Cleanup raylib renderer FourteenBrush 2024-08-31 20:59:11 +0200
  • 732ae76ef7
    Change c types to odin types when size is always known FourteenBrush 2024-08-31 20:59:00 +0200
  • bdbe005ffc
    Adjust parameter types FourteenBrush 2024-08-31 20:57:49 +0200
  • e4b6099601
    Make Text() take in an odin string, removes MakeString abstraction FourteenBrush 2024-08-31 20:56:16 +0200
  • 99dc1c9989 Fix crash on Windows Dudejoe870 2024-08-31 13:45:48 -0500
  • ee14b067b7
    Make clay.ID() take an index param with default 0, remove IDI() FourteenBrush 2024-08-31 17:22:12 +0200
  • e02efbc404 attempt Dudejoe870 2024-08-31 02:50:54 -0500
  • 39c2aa5305
    Support wasm in Odin bindings (#8) Laytan 2024-08-31 03:04:33 +0200
  • 5c227202dc support wasm in Odin bindings Laytan Laats 2024-08-31 01:25:43 +0200
  • b4ab3a93c0
    Update README.md Nic Barker 2024-08-30 22:06:33 +1200
  • b14d757363
    Update README.md Nic Barker 2024-08-30 22:05:09 +1200
  • 68a63343c8
    Update README.md Nic Barker 2024-08-30 22:04:20 +1200
  • 61b67ca967
    Update README.md Nic Barker 2024-08-30 22:03:26 +1200
  • 33a76238de
    Update README.md Nic Barker 2024-08-30 22:01:57 +1200
  • 3f7005faae
    Odin Bindings - First Pass (#5) Nic Barker 2024-08-30 21:58:08 +1200
  • 3b2ca7006b Update libs to include private api changes Nic Barker 2024-08-30 21:57:13 +1200
  • 75ae1c8f7f Generate binaries for different platforms Nic Barker 2024-08-30 21:50:20 +1200
  • 0c523c7a47 Add acknowledgements Nic Barker 2024-08-30 21:35:39 +1200
  • 12e8ae2284 Remove test file Nic Barker 2024-08-30 21:28:52 +1200
  • 71bd99191e More readme fixes Nic Barker 2024-08-30 21:28:09 +1200
  • 04239a2c6e Fix syntax errors in readme Nic Barker 2024-08-30 21:25:48 +1200
  • 9558828eb2 Add README for Odin bindings Nic Barker 2024-08-30 21:07:43 +1200
  • ae47429854 More website tidy up Nic Barker 2024-08-30 20:20:33 +1200
  • fe7579033a Compress some UI functions and remove repetition Nic Barker 2024-08-30 19:18:32 +1200
  • c7d81b9533 Reorganise files Nic Barker 2024-08-30 19:02:02 +1200
  • 0c2c19f94b Reorganise files Nic Barker 2024-08-30 19:02:02 +1200
  • 4b16ae7920 Add os detection for lib import Nic Barker 2024-08-30 18:41:05 +1200
  • 115b82a81f Implement official website example Nic Barker 2024-08-30 18:34:22 +1200
  • b2fde01a22 Finish off odin bindings and add raylib example Nic Barker 2024-08-29 21:36:31 +1200
  • cf61b75ba5 Migrate ID functions Nic Barker 2024-08-28 21:05:27 +1200
  • e640ab3bc9 More progress on odin bindings Nic Barker 2024-08-28 20:39:08 +1200
  • 91ff9d9d86 More odin bindings Nic Barker 2024-08-28 16:47:07 +1200
  • 4efd7c5651 Draft odin bindings Nic Barker 2024-08-28 16:15:19 +1200
  • fd45138d57
    Stardardisation / cleanup work for private API functions (#7) Nic Barker 2024-08-30 18:44:36 +1200
  • 36a2c5f4af Stardardisation work for private API functions Nic Barker 2024-08-30 18:42:04 +1200
  • 24d4c5e553 Fix CMake config for clay-official-website example Nic Barker 2024-08-29 08:59:41 +1200
  • ca2c625bb5
    Rename Clay_Rectangle to Clay_BoundingBox (#4) Nic Barker 2024-08-28 16:13:28 +1200
  • 4d3f0051d8 Rename Clay_Rectangle to Clay_BoundingBox Nic Barker 2024-08-28 16:04:20 +1200
  • 52b6b0564e Improved HTML renderer and official website example Nic Barker 2024-08-28 11:03:20 +1200
  • d0694f7144 Remove overflow trap from raylib renderer Nic Barker 2024-08-27 11:38:16 +1200
  • 7d73ccd60d Remove overflow trap flag from the default cmake configuration to prevent issues on windows Nic Barker 2024-08-27 11:36:52 +1200
  • 5e677cafb5
    Add scrollbar to official website and improve culling (#2) Nic Barker 2024-08-27 10:16:55 +1200
  • eb01769ca3 Improve HTML renderer performance Nic Barker 2024-08-27 10:15:21 +1200
  • 4dcbf75328 Don't show scrollbar on desktop Nic Barker 2024-08-27 09:48:55 +1200
  • 1b45e4a677 Improve culling and add more scrollbar examples Nic Barker 2024-08-27 09:37:30 +1200
  • e0f7a23f1a
    Expose scroll container data and implement scrollbar example (#1) Nic Barker 2024-08-26 19:05:43 +1200
  • 670b7b8f9e Update readme Nic Barker 2024-08-26 19:03:39 +1200
  • fd86e2fe73 Implement scrollbar example Nic Barker 2024-08-26 18:50:09 +1200
  • 09fc980434 Set touch-action:none for canvas renderer to prevent mobile issues Nic Barker 2024-08-24 21:32:05 +1200
  • 9c5b90e71b Fixed a typo bug with drag scrolling in scroll containers Nic Barker 2024-08-24 21:22:54 +1200
  • d5cd05aedc
    Update README.md Nic Barker 2024-08-24 21:27:30 +1200
  • db45fccf42
    Add documentation for Clay_RenderCommand to README Nic Barker 2024-08-24 19:06:20 +1200
  • 983317033c Fix calculation of arena suballoc alignment Nic Barker 2024-08-24 15:11:39 +1200
  • 138a1e717f Fix links being unclickable in canvas renderer Nic Barker 2024-08-23 20:11:11 +1200
  • f5d3ef1ae1 Update website top links Nic Barker 2024-08-23 16:24:11 +1200
  • 03a6c6cf5a initial commit Nic Barker 2024-08-23 16:05:23 +1200
  • 5aa61dcd60 initial commit v0.10 Nic Barker 2024-08-23 16:05:23 +1200