diff options
| author | jussi | 2024-11-21 23:25:28 +0200 |
|---|---|---|
| committer | jussi | 2024-11-21 23:25:28 +0200 |
| commit | c9ebe23d6282e96b410dc7687e0be1c4f3ba1b4d (patch) | |
| tree | dfd26a87fb2b2f702f77728b98a1e6c193684631 /devnotes | |
| parent | d96e33bb1772c28f630de32e09201c0cdea6f896 (diff) | |
| download | reilua-enhanced-c9ebe23d6282e96b410dc7687e0be1c4f3ba1b4d.tar.gz reilua-enhanced-c9ebe23d6282e96b410dc7687e0be1c4f3ba1b4d.tar.bz2 reilua-enhanced-c9ebe23d6282e96b410dc7687e0be1c4f3ba1b4d.zip | |
RL.config and InitWindow.
Diffstat (limited to 'devnotes')
| -rw-r--r-- | devnotes | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -1,8 +1,5 @@ Current { - * Migrating to raylib 5.5. - * New core functions. - * New rlgl functions. - * New raymath functions. + * Setup callback. } Backlog { @@ -16,6 +13,8 @@ Backlog { * Platform desktop SDL * Text input not working on gui. Could this be Raylib issue? * Haptic functions. + * SDL3 Pen. + * SDL3 GPU? * Audio * AudioStream. * Models @@ -23,7 +22,6 @@ Backlog { * CBuffer * Swap endianess. - * SDL2 platform specific functions. * Textures * Try making atlas packer with stbrp_pack_rects. * Examples @@ -37,9 +35,6 @@ Bugs { } Notes { - * raylib 5.5 - * DrawBillboardPro BREAKING CHANGE. - } Needs Testing { |
