Hi folks! โœŒ๏ธ

Here's the new version of "Crisps Chat ๐ŸŸ" ๐Ÿ‘‰ https://codeberg.org/xolatgames/Crisps-Chat/releases/tag/v0.7.2 with bugfixing ๐Ÿชฒ and new sounds for incoming messages ๐ŸŽถ๐Ÿ“ฉ (Thanks for sounds to Kronbits ๐Ÿ™‚)

Have a good day! ๐Ÿ˜‰

#chat #chats #communication #cpp #cplusplus #sdl #sdl2 #imgui #linux #appimage #inkscape #codelite #app #apps #soft #software #dearimgui #sqlite #sqlite3 #opensource #messaging #MessagingApp #cmake #jsonc #codeberg

Bugfixing ๐Ÿชฒ + New sounds for incoming messages ๐ŸŽต๐Ÿ“ฉ - xolatgames/Crisps-Chat

## The Changes ๐Ÿ“ New features: - [x] Added the sounds for incomming messages ๐ŸŽต๐Ÿ“ฉ Bug fixing: - [x] Fixed the bug where when a server make itself private, then someone connect to it, and try to enter OTT, the app crashes, then you will need to connect to that server again, and try to ...

Codeberg.org

Hi folks! โœŒ๏ธ

Now you can download Crisps Chat ๐ŸŸ as an AppImage โš™๏ธ๐Ÿ”๏ธ๐Ÿ‘‰ https://codeberg.org/xolatgames/Crisps-Chat/releases/tag/v0.7.1

And, also, it doesn't stores your data right in the folder where it locates now, so it doesn't clogs this folder (for example, your "Downloads" folder)

And I also put here some old screenshots of the app so you don't forget about how does it looks ๐Ÿ˜‰

Have a nice evening ๐Ÿ‘‹โœŒ๏ธ

#cpp #cplusplus #imgui #cmake #appimage #cmake3 #app #apps #messaging #chat #chats #soft #opensource #software #communication

First pass of my 3D particle emitter for my Raylib game is done. I'm going to wait until it's feature complete before I re-write it for the GPU, something I have no idea how to do. It's only emits sphere meshes, which is fine for now since it stylistically fits the game's art.

#raylib #indiedev #imgui

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 ๐Ÿ”๏ธ๐Ÿ‘‰ https://codeberg.org/xolatgames/Crisps-Chat/releases/tag/v0.7.0

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

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

And, I've make the user's representaion color for messages more contrast for the dark mode ๐ŸŒ™

I've do this few time ago, but forgot to share you this.

The version with this change you can download from here already ๐Ÿ”๏ธ๐Ÿ‘‰ https://codeberg.org/xolatgames/Crisps-Chat/releases/tag/v0.6.1

#cpp #cplusplus #sdl #sdl2 #dev #development #devlog #chat #chats #communication #codeberg #git #messaging #app #apps #soft #software #opensource #imgui #dearimgui #json #codelite #cmake #darkmode #darktheme #linux #inkscape

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 ๐Ÿ”๏ธ๐Ÿ‘‰ https://codeberg.org/xolatgames/Crisps-Chat

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

I released a new version of WebGPU Shader Toy which uses emdawnwegpu and ImGui 1.92.5. For the first time, I can also run it in Firefox (you might need to enable WebGPU, but it works!).

I also made sure that it does NOT use ASYNCIFY. Pretty neat.

https://pongasoft.github.io/webgpu-shader-toy/

@ocornut

#WebGPU #ImGui

WebGPU Shader Toy

Y'all does any one have reccomendations for an #IMGUI library that's written in C (or lua) without C++ code???

EDIT: Thanks for gur replies yall, both Nuklear and microui are like exactly gur kind of thing i was looking for :D

When trying to work on distributing something playable for my game, I keep encountering the issue of what to do with wxWidgets. It's unwieldy and difficult to vendor in a nice way.

So today I finally rewrote my launcher to use #ImGUI instead of wxWidgets. It's not nearly as pretty but I figure that can be solved later (probably by using the same GUI tech I use in the game itself rather than imgui). But this at least lets me get on with just distributing builds of the game #gamedev #indiedev