home.social

#imgui — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #imgui, aggregated by home.social.

  1. to sum up my past two weeks on my personal projects (aka why I've gotten even less done than normal)

    #sdl3 #imgui #fltk #programming #indiedev #gamedev #tooldev

  2. EGUI's rendering has very nifty trick with the scheduled frames. Your widget can request render for example 500ms from now. Like the text cursor in a text field.

    It doesn't make a queue of requests, but keep only the next time it needs to render in memory. Suppose I render something 2ms from now, then the text widget will request render in 498ms from now. On every tick each widget schedules the next one, but latest only counts.

    #ImGui doesn't have this, and I wish it did!

    #Rust #Egui #GUI

  3. Hi, folks! ✌️

    So, I finally tested the new version of Crisps Chat 🍟, and fixed the left issues in it.

    And now you can download the new version 🏔️👉 codeberg.org/xolatgames/Crisps

    And make your server as private.

    Have a good day to everyone 😉

    #cpp #cplusplus #chat #chats #communication #app #apps #foss #linux #soft #software #codeberg #network #cmake #codelite #sdl #sdl2 #imgui #dearimgui #opensource #dev #devlog #development

  4. imgui_bundle, a library for writing GUI apps with Python is amazing.

    What is less amazing is that they are doing *exactly* what Wayland critics of protocol ext-zones was afraid of, misusing the reposition API to drag windows around. 🤦

    In this case though, they are misusing xdg_popup as a kind of 'child window', and using reposition API when dragged. But this should be done with XDG child window without decorations.

    Bug could be in #SDL or #Imgui_bundle

    #Wayland #Linux #Python #ImGui

  5. Hi, folks! ✌️ I'm here to share you that I'm totally rewriting of Crisps Chat 🍟

    If you want to checks the status of the app, you can visits its Codeberg page 🏔️👉 codeberg.org/xolatgames/Crisps

    Thanks for attention! 😄 And I wish you a good day 😉

    #cplusplus #cpp #sdl #sdl2 #imgui #chat #chats #messaging #MessagingApp #communication #app #apps #soft #software #opensource #codeberg #git #codelite #inkscape #chatting #development #dev #devlog #cmake #rewriting

  6. Hello everyone! 👋✌️

    Here's an update of "Crisps Chat 🍟"

    A huge rebase of the codebase, a fixing of the issues, and tiny changes in the UI.

    You can download the new version from Codeberg 🏔️ 👉 codeberg.org/xolatgames/Crisps

    Or from here 👉 xolatgames.itch.io/crisps-chat

    Or view the source code of the app 👉 codeberg.org/xolatgames/Crisps

    And that's all! See ya soon 😉

    #messaging #messagingApp #app #apps #soft #software #dev #development #devlog #devlogs #cpp #cplusplus #opensource #codeberg #ImGui #sdl #sdl2 #chat

  7. Hi, folks! ✌️ Here's another one update of "Crisps Chat 🍟"

    Now you can turn on/off Dark theme 🌙

    So, you can download the new version from the app's Codeberg page 🏔️ 👉 codeberg.org/xolatgames/Crisps

    And that's all. See you later 👋😉

    #cpp #cplusplus #imgui #sdl #sdl2 #inkscape #devlog #devlogs #app #apps #soft #software #development #dev #chat #chats #messaging #messagingapp #communication #opensource #codeberg #git #linux #net #network #darkmode #dark #theme #themes

  8. Second new: I decided to fully recode "Crisps Chat 🍟" On my opinion - that was a dirty code.

    It's a long story, alas...

    The recoded version is located here 👉 codeberg.org/xolatgames/Crisps

    I wish you a nice, and a cool day! ✌️😜

    #cpp #cplusplus #app #apps #soft #software #imgui #sdl #sdl2 #messaging #sqlite #sqlite3 #communication #opensource #codeberg #git #cmake #make #makefile #application #applications #linux #DearImGui #messages #chat #chatting #chats

  9. I am very happy to have transformed "Undo" into an interactive timeline that can easily be navigated back and forth. Kind of a confirmation that my Undo design/implementation was pretty solid :)