#rust #cpp #desktop_applications #embedded_devices #gui #language #wasm
https://github.com/slint-ui/slint
https://github.com/slint-ui/slint
GitHub
GitHub - slint-ui/slint: Slint is an open-source declarative GUI toolkit to build native user interfaces for Rust, C++, JavaScript…
Slint is an open-source declarative GUI toolkit to build native user interfaces for Rust, C++, JavaScript, or Python apps. - slint-ui/slint
#rust #component_model #distributed_systems #durable_computing #durable_execution #fault_tolerance #high_reliability #serverless #wasi #wasm #wasm_component
Golem is a tool that lets you run WebAssembly components in a cloud environment. You can start using Golem on your local machine with Docker containers. Once set up, you can use the `golem-cli` tool to add and run your own code components. This makes it easy to test and deploy your applications in a distributed cloud setting. The benefit is that you can develop and test your applications locally before deploying them to the cloud, making it simpler and faster to get your projects up and running.
https://github.com/golemcloud/golem
Golem is a tool that lets you run WebAssembly components in a cloud environment. You can start using Golem on your local machine with Docker containers. Once set up, you can use the `golem-cli` tool to add and run your own code components. This makes it easy to test and deploy your applications in a distributed cloud setting. The benefit is that you can develop and test your applications locally before deploying them to the cloud, making it simpler and faster to get your projects up and running.
https://github.com/golemcloud/golem
GitHub
GitHub - golemcloud/golem: Golem is an open source durable computing platform that makes it easy to build and deploy highly reliable…
Golem is an open source durable computing platform that makes it easy to build and deploy highly reliable distributed systems. - golemcloud/golem
#kotlin #compiler #gradle_plugin #intellij_plugin #kotlin #kotlin_library #maven_plugin #programming_language #wasm #webassembly
Kotlin is a programming language that helps you write code more efficiently. It is supported by JetBrains and open-source contributors. One of the main benefits of Kotlin is its multiplatform capability, which allows you to write code once and use it on different platforms like Android, iOS, and more. This saves time and effort because you don't have to write the same code multiple times for each platform. Kotlin also has good tools and plugins for popular IDEs like IntelliJ IDEA, making it easier to edit and build your projects. The project is open-source and follows the Apache License 2.0, allowing anyone to contribute and use it freely.
https://github.com/JetBrains/kotlin
Kotlin is a programming language that helps you write code more efficiently. It is supported by JetBrains and open-source contributors. One of the main benefits of Kotlin is its multiplatform capability, which allows you to write code once and use it on different platforms like Android, iOS, and more. This saves time and effort because you don't have to write the same code multiple times for each platform. Kotlin also has good tools and plugins for popular IDEs like IntelliJ IDEA, making it easier to edit and build your projects. The project is open-source and follows the Apache License 2.0, allowing anyone to contribute and use it freely.
https://github.com/JetBrains/kotlin
GitHub
GitHub - JetBrains/kotlin: The Kotlin Programming Language.
The Kotlin Programming Language. . Contribute to JetBrains/kotlin development by creating an account on GitHub.
#rust #egui #game_development #gamedev #gui #imgui #rust #wasm
egui is a simple and easy-to-use GUI library for Rust that runs on the web, natively, and in game engines. It's designed to be highly portable and integrates easily into various environments. Here are the key benefits egui aims to be the simplest Rust GUI library, making it easy to create GUIs without complex callbacks or retained state.
- **Portable** Targets 60 Hz in debug builds, ensuring smooth performance.
- **Customizable** No `unsafe` code is used in egui, ensuring safety and reliability.
- **Extensive Integration**: Supports integration with various game engines and platforms like Bevy, winit, and more.
Overall, egui simplifies GUI development in Rust, making it a great choice for anyone looking to add a simple and efficient GUI to their projects.
https://github.com/emilk/egui
egui is a simple and easy-to-use GUI library for Rust that runs on the web, natively, and in game engines. It's designed to be highly portable and integrates easily into various environments. Here are the key benefits egui aims to be the simplest Rust GUI library, making it easy to create GUIs without complex callbacks or retained state.
- **Portable** Targets 60 Hz in debug builds, ensuring smooth performance.
- **Customizable** No `unsafe` code is used in egui, ensuring safety and reliability.
- **Extensive Integration**: Supports integration with various game engines and platforms like Bevy, winit, and more.
Overall, egui simplifies GUI development in Rust, making it a great choice for anyone looking to add a simple and efficient GUI to their projects.
https://github.com/emilk/egui
GitHub
GitHub - emilk/egui: egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native - emilk/egui
❤1
#csharp #blazor #blazor_client #blazor_components #blazor_server #blazor_webassembly #component #component_library #components #csharp #hacktoberfest #material #netcore #wasm
MudBlazor is a tool for .NET developers to build web applications easily using Material Design components. It's written entirely in C#, so you don't need to know CSS or JavaScript to use it. This framework is well-organized, has good documentation with many examples, and is stable with regular updates. You can create beautiful apps quickly without dependencies on other libraries, giving you full control over the components. To get started, you just need to install the package, add some lines of code to your project, and you're ready to go. This makes it easier and faster to develop web applications.
https://github.com/MudBlazor/MudBlazor
MudBlazor is a tool for .NET developers to build web applications easily using Material Design components. It's written entirely in C#, so you don't need to know CSS or JavaScript to use it. This framework is well-organized, has good documentation with many examples, and is stable with regular updates. You can create beautiful apps quickly without dependencies on other libraries, giving you full control over the components. To get started, you just need to install the package, add some lines of code to your project, and you're ready to go. This makes it easier and faster to develop web applications.
https://github.com/MudBlazor/MudBlazor
GitHub
GitHub - MudBlazor/MudBlazor: Blazor Component Library based on Material Design principles with an emphasis on ease of use and…
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility - MudBlazor/MudBlazor
#rust #android #gui #ios #macos #rust #rust_lang #wasm #wayland #windowing #windows #x11
Winit is a library that helps you create and manage windows on different platforms using the Rust programming language. It allows you to handle events like window resizing, key presses, and mouse movements. To show something on the window, you need to use platform-specific functions or another library. The benefit to you is that Winit provides a flexible and low-level way to manage windows, making it easier to build cross-platform applications such as games or graphical user interfaces.
https://github.com/rust-windowing/winit
Winit is a library that helps you create and manage windows on different platforms using the Rust programming language. It allows you to handle events like window resizing, key presses, and mouse movements. To show something on the window, you need to use platform-specific functions or another library. The benefit to you is that Winit provides a flexible and low-level way to manage windows, making it easier to build cross-platform applications such as games or graphical user interfaces.
https://github.com/rust-windowing/winit
GitHub
GitHub - rust-windowing/winit: Window handling library in pure Rust
Window handling library in pure Rust. Contribute to rust-windowing/winit development by creating an account on GitHub.
#csharp #asp_net_core #blazor #blazor_application #blazor_components #blazor_ui #blazor_ui_components #blazor_webassembly #bootstrap #bootstrap5 #charts #component_library #components #csharp #data_grid #data_visualization #datagrid #fluent #material #netcore #wasm
Radzen Blazor Components offer over 90 free and open-source UI controls for Blazor applications. These components are native to Blazor, meaning they are written in C# and don't rely on JavaScript frameworks. This makes them efficient and easy to use. You can install them from NuGet or build your own copy from source. The components are constantly updated with new features, and you have access to community support and optional dedicated support with a Radzen Professional subscription. This helps you develop Blazor applications quickly and effectively, with tools like a WYSIWYG design canvas and scaffolding for CRUD applications, making your development process smoother and more productive.
https://github.com/radzenhq/radzen-blazor
Radzen Blazor Components offer over 90 free and open-source UI controls for Blazor applications. These components are native to Blazor, meaning they are written in C# and don't rely on JavaScript frameworks. This makes them efficient and easy to use. You can install them from NuGet or build your own copy from source. The components are constantly updated with new features, and you have access to community support and optional dedicated support with a Radzen Professional subscription. This helps you develop Blazor applications quickly and effectively, with tools like a WYSIWYG design canvas and scaffolding for CRUD applications, making your development process smoother and more productive.
https://github.com/radzenhq/radzen-blazor
GitHub
GitHub - radzenhq/radzen-blazor: Radzen Blazor is the most sophisticated free UI component library for Blazor, featuring 100+ native…
Radzen Blazor is the most sophisticated free UI component library for Blazor, featuring 100+ native components including DataGrid, Scheduler, Charts, and advanced theming with full support for Mate...
#c_lang #android #c #embedded #game_development #game_engine #gamedev #graphics #hacktoberfest #iot #linux #opengl #programming #raspberry_pi #raylib #videogames #wasm #webassembly
Raylib is a simple and easy-to-use library for programming videogames. It supports multiple platforms like Windows, Linux, macOS, and more, and it doesn't need any external dependencies. Raylib is great for prototyping, education, and graphical applications. It has full 3D support, audio capabilities, and a powerful math module. You can learn through over 140 code examples and use it with many programming languages. It's free and open source, making it a great tool for anyone interested in game development. This library helps you focus on coding without needing fancy interfaces or visual helpers, making it perfect for those who enjoy pure coding.
https://github.com/raysan5/raylib
Raylib is a simple and easy-to-use library for programming videogames. It supports multiple platforms like Windows, Linux, macOS, and more, and it doesn't need any external dependencies. Raylib is great for prototyping, education, and graphical applications. It has full 3D support, audio capabilities, and a powerful math module. You can learn through over 140 code examples and use it with many programming languages. It's free and open source, making it a great tool for anyone interested in game development. This library helps you focus on coding without needing fancy interfaces or visual helpers, making it perfect for those who enjoy pure coding.
https://github.com/raysan5/raylib
GitHub
GitHub - raysan5/raylib: A simple and easy-to-use library to enjoy videogames programming
A simple and easy-to-use library to enjoy videogames programming - raysan5/raylib
#rust #android #css #desktop #html #ios #native #react #rust #ssr #ui #virtualdom #wasm #web
Dioxus is a powerful tool for building cross-platform apps using Rust. It allows you to create web, desktop, and mobile applications with a single codebase, making it very efficient. Here are some key benefits Build apps for web, desktop, and mobile with the same code.
- **Easy Setup** Uses signals-based state management similar to React and Svelte.
- **Bundling** Active community on Discord and GitHub, along with comprehensive documentation.
- **Native Performance**: Runs natively on devices, allowing direct access to system resources without IPC bridges.
Overall, Dioxus simplifies the process of building multi-platform applications while maintaining high performance and ease of use.
https://github.com/DioxusLabs/dioxus
Dioxus is a powerful tool for building cross-platform apps using Rust. It allows you to create web, desktop, and mobile applications with a single codebase, making it very efficient. Here are some key benefits Build apps for web, desktop, and mobile with the same code.
- **Easy Setup** Uses signals-based state management similar to React and Svelte.
- **Bundling** Active community on Discord and GitHub, along with comprehensive documentation.
- **Native Performance**: Runs natively on devices, allowing direct access to system resources without IPC bridges.
Overall, Dioxus simplifies the process of building multi-platform applications while maintaining high performance and ease of use.
https://github.com/DioxusLabs/dioxus
GitHub
GitHub - DioxusLabs/dioxus: Fullstack app framework for web, desktop, and mobile.
Fullstack app framework for web, desktop, and mobile. - DioxusLabs/dioxus
👍1
#rust #blockchain #rust #wasm
Linera is a decentralized blockchain system that helps build fast and scalable Web3 applications. It has different parts like `linera-base` for cryptography, `linera-chain` for block management, and `linera-client` for user interactions. You can set up a local test network easily using the Linera service CLI commands, which allows you to run transfers between different chains. This makes it easy to develop and test your own blockchain applications quickly and efficiently. Visit the developer page or whitepaper to learn more.
https://github.com/linera-io/linera-protocol
Linera is a decentralized blockchain system that helps build fast and scalable Web3 applications. It has different parts like `linera-base` for cryptography, `linera-chain` for block management, and `linera-client` for user interactions. You can set up a local test network easily using the Linera service CLI commands, which allows you to run transfers between different chains. This makes it easy to develop and test your own blockchain applications quickly and efficiently. Visit the developer page or whitepaper to learn more.
https://github.com/linera-io/linera-protocol
GitHub
GitHub - linera-io/linera-protocol: Main repository for the Linera protocol
Main repository for the Linera protocol. Contribute to linera-io/linera-protocol development by creating an account on GitHub.
#cplusplus #cypher #database #embeddable #embedded #graph #graph_database #graphdb #neo4j #nosql #olap #wasm
Kuzu is a fast and scalable embedded graph database. It helps users handle complex data queries on large databases efficiently. Kuzu offers features like a flexible data model, fast join algorithms, and multi-core processing, making it ideal for analytical tasks. It integrates easily into applications without needing a separate server, reducing latency and complexity. This makes it beneficial for users who need to analyze large amounts of graph data quickly and effectively.
https://github.com/kuzudb/kuzu
Kuzu is a fast and scalable embedded graph database. It helps users handle complex data queries on large databases efficiently. Kuzu offers features like a flexible data model, fast join algorithms, and multi-core processing, making it ideal for analytical tasks. It integrates easily into applications without needing a separate server, reducing latency and complexity. This makes it beneficial for users who need to analyze large amounts of graph data quickly and effectively.
https://github.com/kuzudb/kuzu
GitHub
GitHub - kuzudb/kuzu: Embedded property graph database built for speed. Vector search and full-text search built in. Implements…
Embedded property graph database built for speed. Vector search and full-text search built in. Implements Cypher. - kuzudb/kuzu
#rust #consensus_protocol #cryptocurrency #rust #wasm
Kaspa's Rust implementation boosts speed and security, allowing faster transactions (up to 10 blocks per second) while maintaining decentralization. The recent Crescendo upgrade enhances performance, and the code is open for collaboration, offering a reliable, efficient system for users to transact quickly and securely.
https://github.com/kaspanet/rusty-kaspa
Kaspa's Rust implementation boosts speed and security, allowing faster transactions (up to 10 blocks per second) while maintaining decentralization. The recent Crescendo upgrade enhances performance, and the code is open for collaboration, offering a reliable, efficient system for users to transact quickly and securely.
https://github.com/kaspanet/rusty-kaspa
GitHub
GitHub - kaspanet/rusty-kaspa: Kaspa full-node reference implementation and related libraries in the Rust programming language
Kaspa full-node reference implementation and related libraries in the Rust programming language - kaspanet/rusty-kaspa
#kotlin #android #awt #compose #declarative_ui #desktop #gui #ios #javascript #kotlin #multiplatform #reactive #swing #ui #wasm #web #webassembly
Compose Multiplatform is a Kotlin-based framework by JetBrains that lets you build user interfaces for multiple platforms—iOS, Android, desktop (Windows, macOS, Linux), and web—using mostly shared code. It is based on Jetpack Compose for Android, so you can use similar APIs across platforms, speeding up development and ensuring consistent UI design. iOS support is in beta, web is in alpha, and desktop and Android are stable. You can also access native features like camera or maps easily. This helps you save time, reduce bugs, and create apps that work well everywhere with less effort.
https://github.com/JetBrains/compose-multiplatform
Compose Multiplatform is a Kotlin-based framework by JetBrains that lets you build user interfaces for multiple platforms—iOS, Android, desktop (Windows, macOS, Linux), and web—using mostly shared code. It is based on Jetpack Compose for Android, so you can use similar APIs across platforms, speeding up development and ensuring consistent UI design. iOS support is in beta, web is in alpha, and desktop and Android are stable. You can also access native features like camera or maps easily. This helps you save time, reduce bugs, and create apps that work well everywhere with less effort.
https://github.com/JetBrains/compose-multiplatform
GitHub
GitHub - JetBrains/compose-multiplatform: Compose Multiplatform, a modern UI framework for Kotlin that makes building performant…
Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable. - JetBrains/compose-multiplatform
#cplusplus #avx #avx_512 #avx_instructions #avx2 #avx512 #intrinsics #neon #simd #simd_instructions #simd_intrinsics #simd_library #simd_parallelism #simd_programming #sse42 #wasm
Highway is a C++ library that helps make software run faster and use less energy. It does this by using SIMD (Single Instruction, Multiple Data) instructions, which let the CPU perform the same operation on many pieces of data at once. This can make programs up to 10 times faster and reduce energy use by up to five times. Highway works on many different types of computers and is easy to use, making it a good choice for developers who want to improve their software's performance.
https://github.com/google/highway
Highway is a C++ library that helps make software run faster and use less energy. It does this by using SIMD (Single Instruction, Multiple Data) instructions, which let the CPU perform the same operation on many pieces of data at once. This can make programs up to 10 times faster and reduce energy use by up to five times. Highway works on many different types of computers and is easy to use, making it a good choice for developers who want to improve their software's performance.
https://github.com/google/highway
GitHub
GitHub - google/highway: Performance-portable, length-agnostic SIMD with runtime dispatch
Performance-portable, length-agnostic SIMD with runtime dispatch - google/highway
#typescript #3d #browser_based #cad #geometry #occ #occt #opencascade #three #threejs #wasm #webassembly #webcad
Chili3D is a free, open-source 3D CAD application that you can use directly in your web browser. It allows you to create and edit 3D models without needing to install any software on your computer. You can make basic shapes like boxes and spheres, draw 2D sketches, and perform advanced operations like combining shapes. It also includes tools for precise alignment and measurement. This makes it easy for anyone to design and edit 3D models online, which is helpful for both beginners and experienced users.
https://github.com/xiangechen/chili3d
Chili3D is a free, open-source 3D CAD application that you can use directly in your web browser. It allows you to create and edit 3D models without needing to install any software on your computer. You can make basic shapes like boxes and spheres, draw 2D sketches, and perform advanced operations like combining shapes. It also includes tools for precise alignment and measurement. This makes it easy for anyone to design and edit 3D models online, which is helpful for both beginners and experienced users.
https://github.com/xiangechen/chili3d
GitHub
GitHub - xiangechen/chili3d: A web-based 3D CAD application for online model design and editing
A web-based 3D CAD application for online model design and editing - xiangechen/chili3d
#javascript #cheerp #cheerpx #cpp #lwip #repl #tailscale #vm #wasm #webassembly #webvm #xterm_js
WebVM lets you run a full Linux system directly in your web browser without needing a server. It uses a special engine called CheerpX to safely run unmodified Linux programs by converting x86 code to WebAssembly. You get a real Debian Linux environment with many tools, and it supports networking through Tailscale VPN, so your browser VM can connect securely to the internet. You can also customize and deploy your own WebVM easily using GitHub, making it great for development, testing, or learning Linux without installing anything. This means you can have a powerful, private Linux machine anytime, anywhere, just in your browser[1][2][3].
https://github.com/leaningtech/webvm
WebVM lets you run a full Linux system directly in your web browser without needing a server. It uses a special engine called CheerpX to safely run unmodified Linux programs by converting x86 code to WebAssembly. You get a real Debian Linux environment with many tools, and it supports networking through Tailscale VPN, so your browser VM can connect securely to the internet. You can also customize and deploy your own WebVM easily using GitHub, making it great for development, testing, or learning Linux without installing anything. This means you can have a powerful, private Linux machine anytime, anywhere, just in your browser[1][2][3].
https://github.com/leaningtech/webvm
GitHub
GitHub - leaningtech/webvm: Virtual Machine for the Web
Virtual Machine for the Web. Contribute to leaningtech/webvm development by creating an account on GitHub.
#cplusplus #artificial_intelligence #cloud #cloud_native #cncf #container #docker #edge_computing #ewasm #hacktoberfest #hacktoberfest2023 #kubernetes #rust_lang #serverless #wasm #webassembly
WasmEdge is a fast, lightweight, and secure WebAssembly runtime that lets you run programs safely on your devices, servers, or the cloud. It supports many programming languages like C++, Rust, and JavaScript, and can run AI models, microservices, and smart contracts efficiently. WasmEdge offers strong security by isolating programs, making it great for extending software safely. It works well on edge devices, smart devices, and cloud environments, and supports easy integration with tools like Kubernetes and Docker. Using WasmEdge helps you run powerful applications faster, safer, and more flexibly on various platforms[1][2][3][4][5].
https://github.com/WasmEdge/WasmEdge
WasmEdge is a fast, lightweight, and secure WebAssembly runtime that lets you run programs safely on your devices, servers, or the cloud. It supports many programming languages like C++, Rust, and JavaScript, and can run AI models, microservices, and smart contracts efficiently. WasmEdge offers strong security by isolating programs, making it great for extending software safely. It works well on edge devices, smart devices, and cloud environments, and supports easy integration with tools like Kubernetes and Docker. Using WasmEdge helps you run powerful applications faster, safer, and more flexibly on various platforms[1][2][3][4][5].
https://github.com/WasmEdge/WasmEdge
GitHub
GitHub - WasmEdge/WasmEdge: WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge…
WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices,...