並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 160 件 / 1983件

新着順 人気順

cross-platformの検索結果121 - 160 件 / 1983件

  • Gamedev in Lisp. Part 1: ECS and Metalinguistic Abstraction - cl-fast-ecs by Andrew

    Gamedev in Lisp. Part 1: ECS and Metalinguistic Abstraction In this series of tutorials, we will delve into creating simple 2D games in Common Lisp. The result of the first part will be a development environment setup and a basic simulation displaying a 2D scene with a large number of physical objects. It is assumed that the reader is familiar with some high-level programming language, has a gener

      Gamedev in Lisp. Part 1: ECS and Metalinguistic Abstraction - cl-fast-ecs by Andrew
    • スマホのキャプチャを扱いやすくするCLI「pbssc」を作った - メモ2ブログ

      久しぶりの更新です。 コードレビューや動作確認などでスマホ画面のキャプチャを貼り付けたくなることがあります。 そういう時に、シュッとキャプチャをとってClipboardに貼り付けられるツールを作りました。 github.com インストールはHomebrew経由で行えます。 $ brew tap sakebook/tap && brew install pbssc オプションをつけてOSを指定して実行できます。 // Android $ pbssc -a // iOS $ pbssc -i READMEにdemo動画があります。 実装のコアは既存ツールに依存 実際にキャプチャを撮る部分はadbとlibimobiledeviceに依存しています。 adb、つまりAndroid端末だと次のようにキャプチャを取れます。 $ adb exec-out screencap -p > example.

        スマホのキャプチャを扱いやすくするCLI「pbssc」を作った - メモ2ブログ
      • Flutter vs Native vs React-Native: Examining performance

        Today some of the most popular solutions to build mobile apps are native or cross-platform approaches using React Native or Flutter. While native development is positioned as AAA technical solution, it has some disadvantages that create market space for cross-platform apps to come in. In general, native development requires more effort from the development team to accomplish the project but…

          Flutter vs Native vs React-Native: Examining performance
        • Why Rust is the Future of Game Development | thefuntastic

          Rust, not related to the video game also called Rust, is a promising systems programming language with novel features ideally suited for game development. Exposure and awareness within the game developer community, however, remains limited. In this post, I provide a gentle introduction to Rust and attempt to justify its place on your radar. A Short History Lesson​What is Rust, and where did it com

          • ドラッグ&ドロップで画像ファイルのExif情報をサクッと削除できる無料アプリ「ExifCleaner」レビュー

            写真ファイルには、撮影したカメラの情報や位置情報などを含むExif情報が含まれています。Exif情報は画像の管理に役立つものですが、他人と写真を共有する際にはプライバシーの漏えいにつながる可能性もあります。ドラッグ&ドロップだけでExif情報を簡単に削除できる無料アプリ「ExifCleaner」を見つけたので、実際に使ってみました。 ExifCleaner - FREE Desktop app to clean image metadata https://exifcleaner.com/ ExifCleanerを使うには、まず配付ページにアクセスして実行ファイルをダウンロードします。ExifCleanerにはWindows版の他にmacOS版やLinux版が存在。今回はWindowsで使いたいので「ExifCleaner-3.6.0.exe」をクリックしてダウンロードしました。ファイルサ

              ドラッグ&ドロップで画像ファイルのExif情報をサクッと削除できる無料アプリ「ExifCleaner」レビュー
            • Tauri Mobile - Develop mobile apps with JavaScript and Rust

              2/28/2023Tauri Mobile - Develop mobile apps with JavaScript and Rust#code#vue#rust Studio Terabyte is a full stack web development studio who finds and builds solutions that fit your project What is TauriTauri describes itself as a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS

              • Introducing Swift on Windows

                The Swift project is introducing new downloadable Swift toolchain images for Windows! These images contain development components needed to build and run Swift code on Windows. For over a year now, there has been a significant endeavour to port Swift to Windows in conjunction with the developer community at swift.org. The Windows support is now at a point where early adopters can start using Swift

                  Introducing Swift on Windows
                • Introducing React Spectrum

                  We’re excited to announce React Spectrum, a collection of libraries and tools that help you build adaptive, accessible, and robust user experiences. Check it out on Github! React Spectrum includes three libraries: React Spectrum — A React implementation of Spectrum, Adobe’s design system. React Aria — A library of React Hooks that provides accessible UI primitives for your design system. React Sta

                    Introducing React Spectrum
                  • Introducing .NET Multi-platform App UI - .NET Blog

                    You can build anything with .NET. It’s one of the main reasons millions of developers choose .NET as the platform for their careers, and companies invest for their businesses. With .NET 5 we begin our journey of unifying the .NET platform, bringing .NET Core and Mono/Xamarin together in one base class library (BCL) and toolchain (SDK). As we consider what building device applications will look lik

                      Introducing .NET Multi-platform App UI - .NET Blog
                    • Announcing Coinbase’s successful transition to React Native | by Coinbase | The Coinbase Blog

                      As of January 2021, the Coinbase iOS and Android apps have transitioned away from native development to React Native, and all mobile engineers are now collaborating in a single codebase. The transition from native to React Native did not happen overnight, and in the interest of helping those contemplating such a decision, we want to tell the story of how we got here. Specifically, we want to share

                        Announcing Coinbase’s successful transition to React Native | by Coinbase | The Coinbase Blog
                      • 「JavaScript」はここから始まった、1995年のJavaScriptリリースはこんな感じ

                        現代のウェブサイトに欠かせないプログラミング言語「JavaScript」は、当初はJavaを補完する言語としてリリースされましたが、今ではその地位にとどまらずウェブクライアントやサーバー、デスクトップアプリに至るまで、さまざまな製品で利用されています。そんなJavaScriptが初めて世に現れた、1995年のネットスケープコミュニケーションズとサン・マイクロシステムズによるリリースが、インターネットアーカイブに保存されています。 NETSCAPE AND SUN ANNOUNCE JAVASCRIPT, THE OPEN, CROSS-PLATFORM OBJECT SCRIPTING LANGUAGE FOR ENTERPRISE NETWORKS AND THE INTERNET https://web.archive.org/web/20070916144913/http://wp.

                          「JavaScript」はここから始まった、1995年のJavaScriptリリースはこんな感じ
                        • Using Zig in our incremental Turborepo migration from Go to Rust – Vercel

                          Using Zig in our incremental Turborepo migration from Go to RustLearn how we're cross-compiling a Rust-Go-Rust sandwich to six platforms. We’ve been porting Turborepo, the high-performance build system for JavaScript and TypeScript, from Go to Rust. We talked about how we started the porting process, so now let’s talk about how we began porting our two main commands: run and prune. Since last time

                            Using Zig in our incremental Turborepo migration from Go to Rust – Vercel
                          • 無料のデータレプリケーション・ELTツールを使って、 SaaSのデータをDBに複製してみる:CData Sync - CData Software Blog

                            こんにちは。CData Software Japanリードエンジニアの杉本です。 以下の記事でも紹介されている通り、データレプリケーション・ELTツール「CDataSync」の Starter ライセンスで全データソース(現在約200種類以上)の利用が可能になりました! www.cdatablog.jp 試しにデータソースの一覧のフルページキャプチャをしてみたところ、壮観ですねー! www.cdata.com 通常SaaSなどのクラウドサービス上のデータはExcel・CSVエクスポート機能やAPI連携の開発を行わなければ、データをまるっと取ってくることができませんが、このCDataSyncを使うことで手軽にRDBやDWHにデータを複製して活用することができるようになります。 今回の記事ではCDataSync 無償版ライセンスの取得方法から簡単な使い方まで、ざっくりとお伝えしたいと思います。

                              無料のデータレプリケーション・ELTツールを使って、 SaaSのデータをDBに複製してみる:CData Sync - CData Software Blog
                            • Announcing TypeScript 4.9 - TypeScript

                              Today we are excited to announce the availability of TypeScript 4.9! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding types and type-checking. Types can describe things like the shapes of our objects, how functions can be called, and whether a property can be null or undefined. TypeScript can check these types to make sure we’re not making mistakes in our

                                Announcing TypeScript 4.9 - TypeScript
                              • Announcing TypeScript 4.9 Beta - TypeScript

                                Today we’re announcing our beta release of TypeScript 4.9! To get started using the beta, you can get it through NuGet, or- use npm with the following command: npm install -D typescript@beta You can also get editor support by Downloading for Visual Studio 2022/2019 Following directions for Visual Studio Code. Here’s a quick list of what’s new in TypeScript 4.9! The satisfies Operator Unlisted Prop

                                  Announcing TypeScript 4.9 Beta - TypeScript
                                • Photino: Native, Cross-Platform Web UI Desktop Apps

                                  Build native, cross-platform desktop apps that are lighter than light. Photino is a lightweight open-source framework for building native, cross-platform desktop applications with Web UI technology. Native Applications Photino enables developers to use fast, natively compiled languages like C#, C++, Java and more. Use your favorite development frameworks like .NET. Cross-Platform UI Build desktop

                                    Photino: Native, Cross-Platform Web UI Desktop Apps
                                  • Decker

                                    Decker Decker is a multimedia platform for creating and sharing interactive documents, with sound, images, hypertext, and scripted behavior. You can try it in your web browser right now. Decker builds on the legacy of HyperCard and the visual aesthetic of classic MacOS. It retains the simplicity and ease of learning that HyperCard provided, while adding many subtle and overt quality-of-life improv

                                    • GitHub - XuehaiPan/nvitop: An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management.

                                      Informative and fancy output: show more information than nvidia-smi with colorized fancy box drawing. Monitor mode: can run as a resource monitor, rather than print the results only once. bar charts and history graphs process sorting process filtering send signals to processes with a keystroke tree-view screen for GPU processes and their parent processes environment variable screen help screen mou

                                        GitHub - XuehaiPan/nvitop: An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management.
                                      • Onyx, a new programming language powered by WebAssembly

                                        Back to articlesOnyx, a new programming language powered by WebAssemblyLearn about Onyx, a new imperative programming language that leverages WebAssembly and Wasmer for seamless cross-platform support What is Onyx? Onyx is a new programming language featuring a modern, expressive syntax, strict type safety, blazingly-fast build times, and out-of-the-box cross platform support thanks to WebAssembly

                                          Onyx, a new programming language powered by WebAssembly
                                        • GitHub - cesanta/elk: A low footprint JavaScript engine for embedded systems

                                          Elk is a tiny embeddable JavaScript engine that implements a small but usable subset of ES6. It is designed for microcontroller development. Instead of writing firmware code entirely in C/C++, Elk allows to add JavaScript customisations to the firmware developed in C - which is a great way to let customers to extend/customise device functionality. Elk features include: Cross platform. Works anywhe

                                            GitHub - cesanta/elk: A low footprint JavaScript engine for embedded systems
                                          • GitHub - Immediate-Mode-UI/Nuklear: A single-header ANSI C immediate mode cross-platform GUI library

                                            This is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, a default render backend or OS window/input handling but instead provides a highly modular, library-based approach, with simple input state for input and draw commands d

                                              GitHub - Immediate-Mode-UI/Nuklear: A single-header ANSI C immediate mode cross-platform GUI library
                                            • GitHub - go-graphics/go-gui-projects: A list of Go GUI projects

                                              dlgs is a cross-platform library for displaying dialogs and input boxes. gamen is cross-platform GUI window creation and management library in Go. gform is an easy to use Windows GUI toolkit for Go. winc is a common library for Go GUI apps on Windows (based on gform). glfw is a Go bindings for GLFW 3. go-fltk is a simple wrapper around FLTK 1.4 library, which is a lightweight GUI library which all

                                                GitHub - go-graphics/go-gui-projects: A list of Go GUI projects
                                              • 刮目せよ!! 2023年秋、TS連携もファイルサイズもUIもイケるようになった最近のScala.js事情の紹介 - Lambdaカクテル

                                                最近Scala.jsの話をすると結構な人がRTしてくれる。TypeScriptの他にAltJSには今どんなのがあるのかな、という話に引用RTでScala.js今アツいですよという話をしたら結構ウケた。世間的にはTypeScript alternativeに興味がある人も多いようだ。一方、ネットに残っているScala.js情報は数年前のものが多いようで、あまり積極的に日本語での情報発信がなされていない様子。そこで、ここ最近Scala.jsはどういう感じなのか、そしてどうすれば始められるのかという情報をまとめると需要があるかもしれないと思い、書くことにした。 Scala.jsは数年前まではオモチャみたいな感じだったんですが最近はTSのライブラリから自動で型が生える仕組みがあったりめちゃバンドル小さくなったりとめちゃくちゃ進化してます!! https://t.co/c06IZGWhYF— Win

                                                  刮目せよ!! 2023年秋、TS連携もファイルサイズもUIもイケるようになった最近のScala.js事情の紹介 - Lambdaカクテル
                                                • GitHub - mendel5/alternative-front-ends: Overview of alternative open source front-ends for popular internet platforms (e.g. YouTube, Twitter, etc.)

                                                  Invidious: Invidious is an alternative front-end to YouTube - Lightweight, no ads, no tracking, no JavaScript required Home page: https://invidious.io Invidious instances: https://docs.invidious.io/instances/ Invidious instances API: https://api.invidious.io Installation guide for self-hosting: https://docs.invidious.io/installation/ Piped: An alternative privacy-friendly YouTube frontend which is

                                                    GitHub - mendel5/alternative-front-ends: Overview of alternative open source front-ends for popular internet platforms (e.g. YouTube, Twitter, etc.)
                                                  • Dear Google Cloud: Your Deprecation Policy is Killing You

                                                    God dammit, I didn’t want to blog again. I have so much stuff to do. Blogging takes time and energy and creativity that I could be putting to good use: my novels, my music, my game, and so on. But you get me riled enough, and I have to blog. Let’s get this over with, then. I’ll begin with a small but enlightening story from my early days at Google. For the record, I know I’ve said some perhaps unk

                                                    • Why we’re writing machine learning infrastructure in Go, not Python

                                                      Source: Free Gopher PackAt this point, it should be a surprise to no one that Python is the most popular language for machine learning projects. While languages like R, C++, and Julia have their proponents—and use cases—Python remains the most universally embraced language, being used in every major machine learning framework. So, naturally, our codebase at Cortex—an open source platform for deplo

                                                        Why we’re writing machine learning infrastructure in Go, not Python
                                                      • Announcing .NET 5.0 - .NET Blog

                                                        We’re excited to release .NET 5.0 today and for you to start using it. It’s a major release — including C# 9 and F# 5 — with a broad set of new features and compelling improvements. It’s already in active use by teams at Microsoft and other companies, in production and for performance testing. Those teams are showing us great results that demonstrate performance gains and/or opportunities to reduc

                                                          Announcing .NET 5.0 - .NET Blog
                                                        • Why is building a UI in Rust so hard?

                                                          What Makes Rust Unique? Why is UI in Rust So Hard? Functional UI to the Rescue If you’ve read Hacker News recently, it’s hard to not think that Rust is the future: it’s being used in the Linux kernel and in the Android OS, by AWS for critical infrastructure, and in ChromeOS and Firefox. However, as wonderful as Rust is–it has yet to take off as a general language for building UI. In 2019, “GUI” wa

                                                            Why is building a UI in Rust so hard?
                                                          • Learn x86-64 assembly by writing a GUI from scratch

                                                            Published on 2023-05-31. Learn x86-64 assembly by writing a GUI from scratch Most people think assembly is only to be used to write toy programs for learning purposes, or to write a highly optimized version of a specific function inside a codebase written in a high-level language. Well, what if we wrote a whole program in assembly that opens a GUI window? It will be the hello world of the GUI worl

                                                            • Oracle、TPM 2.0をサポートした「VirtualBox v7.0」を正式にリリース。Mac版はAppleのHypervisorを採用し、Apple Silicon向けのDP版も公開。

                                                              OracleがWindows 11向けにTPM 2.0をサポートした「VirtualBox v7.0」を正式にリリースしています。詳細は以下から。 Oracleは現地時間2022年10月10日、WindowsやmacOS, Linux対応の仮想化ソフトウェアVirtualBoxのメジャーアップデートとなる「VirtualBox 7.0.0」を正式にリリースしたと発表しています。 New October 10th, 2022 VirtualBox 7.0.0 released!Oracle today released a significant new version of Oracle VM VirtualBox, its high performance, cross-platform virtualization software. Changelog for details. VM

                                                                Oracle、TPM 2.0をサポートした「VirtualBox v7.0」を正式にリリース。Mac版はAppleのHypervisorを採用し、Apple Silicon向けのDP版も公開。
                                                              • Ladybird: A new cross-platform browser project

                                                                This post describes the Ladybird browser, based on the LibWeb and LibJS engines from SerenityOS. Since starting the SerenityOS project in 2018, my goal has been “to build a complete desktop operating system to eventually use as my daily driver”. What started as a little therapy project for myself has blossomed into a huge OSS community with hundreds of people working on it all over the world. We’v

                                                                • Using Nix with Dockerfiles

                                                                  Nix is a powerful cross-platform package management tool. The benefits of Nix are far reaching, but one big benefit is that once you adopt Nix, you can get a consistent environment across development (on both Linux and Mac), CI, and production. I've been using Nix for many years and recently started building Docker images using a Dockerfile paired with Nix. This post will explain the benefits of t

                                                                  • How Spotify’s Design System Goes Beyond Platforms | Figma Blog

                                                                    Design Manager Juli Sombat sheds light on how a need for more cohesion led Spotify’s design systems team to take a cross-platform approach to components. In 2019, when our leadership at Spotify unveiled their ambition to make audio content available and consistent to anyone on any device, our design team faced a significant challenge: Spotify would now be available across 45 unique platforms, and

                                                                      How Spotify’s Design System Goes Beyond Platforms | Figma Blog
                                                                    • The Future of WebAssembly Through the Eyes of a Veteran Kubernetes Engineer | HackerNoon

                                                                      Too Long; Didn't ReadTaylor Thomas is the Head of Engineering at Cosmonic. He was a core maintainer of Helm for 4 years, and co-creator of Bindle and Krustlet. He is now a contributor to, and maintainer of, CNCF wasmCloud and is helping to bring the Cosmonic distributed application development platform to market. At the Pasadena leg of Kubernetes Community Days (co-located with SCaLE 20x), I had t

                                                                        The Future of WebAssembly Through the Eyes of a Veteran Kubernetes Engineer | HackerNoon
                                                                      • Why I don't miss React: a story about using the platform - Jack Franklin

                                                                        May 3, 2022Why I don't miss React: a story about using the platformJust over two years ago I left a role at a London based startup where I lead development of a large, React based e-commerce frontend to join Google to work on Chrome DevTools. My initial focus was to introduce Web Components as the new fundamental building block of all new DevTools features and UI. With the recently launched Record

                                                                          Why I don't miss React: a story about using the platform - Jack Franklin
                                                                        • Doggo

                                                                          Features Human-readable output with color-coded and tabular format JSON output support for easy scripting and parsing Multiple transport protocols: DNS over HTTPS (DoH) DNS over TLS (DoT) DNS over QUIC (DoQ) DNS over TCP DNS over UDP DNSCrypt Support for ndots and search configurations from resolv.conf or command-line arguments Multiple resolver support with customizable query strategies IPv4 and

                                                                          • Available today: Windows Dev Kit 2023 aka Project Volterra

                                                                            Windows Dev Kit 2023 is an Arm-powered device built by Windows developers for Windows developers. Everything you need to develop Windows apps for Arm, on Arm. Powerful AI. All on one device. We are excited to announce the launch of Windows Dev Kit 2023, which is built to help developers create Windows apps easily and efficiently for Arm. We unveiled this device as “Project Volterra” at Build in Ma

                                                                              Available today: Windows Dev Kit 2023 aka Project Volterra
                                                                            • IETFでeBPFの標準化の議論 - ASnoKaze blog

                                                                              先月行われたIETF 115において、eBPFの一部ドキュメントをIETFからRFCとして出すか?という議論が行われました。 まだ議論の段階で結論は出ていないが、簡単にメモとして残しておく。 なお、僕自身はKernel, eBPF方面に明るいわけではない... eBPF サイドミーティング IETFでは会期中に特定トピックについて議論するサイドミーティングが行われます。IETF 115において「eBPF standardization side meeting」が開催されました。 eBPF Foundationのほうからは、Dave Thaler氏らを中心にeBPF Steering Committeeから数名と、IETF参加者がサイドミーティングに出席したようです。 概要 eBPF Foundation は、eBPF クロスプラットフォーム ドキュメントをどこで公開するかについて検討して

                                                                                IETFでeBPFの標準化の議論 - ASnoKaze blog
                                                                              • TechCrunch

                                                                                Tree planting search engine Ecosia launched a new cross-platform browser today to increase its online footprint. The new browser, available for Mac, Windows, iOS, and Android, is built on top of Chrom

                                                                                  TechCrunch
                                                                                • Visual Studio Code October 2020

                                                                                  Version 1.89 is now available! Read about the new features and fixes from April. October 2020 (version 1.51) Update 1.51.1: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Intel | Linux: deb rpm tarball Arm snap Welcome to the October 2020 release of Visual Studio Code. As announced in the October iteration plan, we focused on housekeeping GitHub issues and pull requests as

                                                                                    Visual Studio Code October 2020