GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#go #assertions #go #golang #mocking #testify #testing #toolkit

Testify is a set of tools for testing your Go code. It helps you write better tests with features like easy assertions, mocking, and testing suites. You can use `assert` to check if your code behaves as expected, `mock` to simulate real objects, and `suite` to organize your tests into structured suites. Installing Testify is simple with `go get github.com/stretchr/testify`. This tool makes your testing process more efficient and readable, helping you ensure your code works correctly.

https://github.com/stretchr/testify
#rust #elm #graphics #gui #interface #renderer_agnostic #rust #toolkit #user_interface #widget #widgets

Iced is a simple and safe way to create graphical user interfaces (GUIs) for computers using the Rust programming language. It works on Windows, macOS, Linux, and even the web. Iced makes it easy to build GUIs with features like responsive layouts, built-in widgets, and custom widget support. It also has tools to help you debug your application and see how it performs. The benefit to you is that Iced simplifies the process of creating user interfaces, making it easier and faster to develop applications that look good and work well across different platforms.

https://github.com/iced-rs/iced
#python #frontend #gui #interaction #interface #interfaces #python #robotics #scripting #toolkit #webapp #website

NiceGUI is a simple and powerful tool to create user interfaces using Python. It lets you make buttons, dialogs, 3D scenes, plots, and more, all accessible in your web browser. It's great for small web apps, dashboards, robotics projects, and smart home solutions. You can easily install it using `pip` and start creating your GUI with just a few lines of code. The benefit is that it's easy to use, automatically reloads when you change the code, and offers many features like notifications, custom colors, and interactive elements, making it a versatile tool for various projects.

https://github.com/zauberzeug/nicegui
👍2
#cplusplus #api #cplusplus #framework #game_development #game_engine #gamedev #gui #imgui #immediate_gui #library #multi_platform #native #toolkit #tools #ui

Dear ImGui is a simple and powerful C++ library for creating graphical user interfaces (GUIs). It's mainly used in game development and is great for making tools like debuggers or editors. Dear ImGui uses an "Immediate Mode" approach, which means it creates and draws widgets each frame, making it fast and easy to use. It supports many platforms and renderers like OpenGL and Vulkan, and it's free under the MIT license. This library helps developers create dynamic interfaces quickly and with less code, reducing bugs and making development easier.

https://github.com/ocornut/imgui