<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cross-Platform on jason grey</title><link>https://jason-grey.com/tags/cross-platform/</link><description>Recent content in Cross-Platform on jason grey</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 03 Nov 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://jason-grey.com/tags/cross-platform/index.xml" rel="self" type="application/rss+xml"/><item><title>Application Development - Enterprise Rust</title><link>https://jason-grey.com/posts/2023/enterprise-rust-4-application-development/</link><pubDate>Fri, 03 Nov 2023 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2023/enterprise-rust-4-application-development/</guid><description>&lt;h1 id="series-outline"&gt;
 Series Outline
 &lt;a class="heading-link" href="#series-outline"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-1-overview/" &gt;Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Framework analysis and selection:&lt;/strong&gt; Delving into the specifics of framework selection and application.
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-2-core-components/" &gt;Core Components&lt;/a&gt;: Database management, modularization, internal RPC, AMQP.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-3-web-api/" &gt;Web and API&lt;/a&gt;: Web Server, GraphQL API.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-4-application-development/" &gt;Application Development&lt;/a&gt;: Web, CLI, desktop, and mobile app development.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-5-miscellaneous-tools/" &gt;Miscellaneous Tools&lt;/a&gt;: Observability, logging, machine learning.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Boilerplate project:&lt;/strong&gt; A comprehensive guide including setup instructions for selected frameworks, architectural diagrams, and development environment configurations.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id="web"&gt;
 Web
 &lt;a class="heading-link" href="#web"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Crate&lt;/th&gt;
 &lt;th&gt;Downloads&lt;/th&gt;
 &lt;th&gt;Dependents&lt;/th&gt;
 &lt;th&gt;Github Stars&lt;/th&gt;
 &lt;th&gt;Github Contributors&lt;/th&gt;
 &lt;th&gt;Github Used By&lt;/th&gt;
 &lt;th&gt;Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;dioxus&lt;/td&gt;
 &lt;td&gt;100k&lt;/td&gt;
 &lt;td&gt;66&lt;/td&gt;
 &lt;td&gt;14.5k&lt;/td&gt;
 &lt;td&gt;169&lt;/td&gt;
 &lt;td&gt;1.2k&lt;/td&gt;
 &lt;td&gt;A virtual DOM for rust. Part of opencollective, has a large and growing community, and used by numerous startups, etc.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;tauri&lt;/td&gt;
 &lt;td&gt;1.1M&lt;/td&gt;
 &lt;td&gt;69&lt;/td&gt;
 &lt;td&gt;70k&lt;/td&gt;
 &lt;td&gt;302&lt;/td&gt;
 &lt;td&gt;518&lt;/td&gt;
 &lt;td&gt;Very robust, but only desktop (and soon to be mobile)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;yew&lt;/td&gt;
 &lt;td&gt;800k&lt;/td&gt;
 &lt;td&gt;186&lt;/td&gt;
 &lt;td&gt;28.8k&lt;/td&gt;
 &lt;td&gt;402&lt;/td&gt;
 &lt;td&gt;10.3k&lt;/td&gt;
 &lt;td&gt;Also open collective!. This is great, but web only.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;egui&lt;/td&gt;
 &lt;td&gt;1.4M&lt;/td&gt;
 &lt;td&gt;240&lt;/td&gt;
 &lt;td&gt;17.1k&lt;/td&gt;
 &lt;td&gt;320&lt;/td&gt;
 &lt;td&gt;10.2k&lt;/td&gt;
 &lt;td&gt;Very opinionated, web+native. pre-built GUI components, could build an entire OS out of it. Ugly, and not very web-friendly though&amp;hellip; for an admin tool though, this would be awesome (which is really what it&amp;rsquo;s made for)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Other Resources:&lt;/p&gt;</description></item><item><title>Learn objective-c/Cocoa (Mac OSX) development on the PC…</title><link>https://jason-grey.com/posts/2008/objective-c-on-windows/</link><pubDate>Tue, 01 Apr 2008 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2008/objective-c-on-windows/</guid><description>&lt;p&gt;So, I got interested in developing an application for the iPhone, but I don’t have a decent Mac to develop on. I found that the iPhone development is based on a subset of the Mac Cocoa framework. OSX came from NeXTStep. Cocoa is mostly NeXTStep libraries… hummm… how can I learn Objective-C/Cocoa on a PC… let me think…&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download and install &lt;a href="http://www.gnustep.org/experience/Windows.html" class="external-link" target="_blank" rel="noopener"&gt;GNUStep System and Core&lt;/a&gt; for windows.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.gnustep.org/resources/ObjCFun.html" class="external-link" target="_blank" rel="noopener"&gt;Learn&lt;/a&gt; &amp;amp; write some objective-c code using some of the NS libraries&lt;/li&gt;
&lt;li&gt;Compile using gcc (comes with GNUStep). I use ant, my build file is attached - fiddle with it to work in your environment&lt;/li&gt;
&lt;li&gt;You may also have to have CygWin installed. I’m not actually sure which pieces are making this all work yet, so give that a try (install the base package, plus gcc, gdb, and whatever else you like)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Currently, I’ve got this all working, and I’m using the Foundation library in the attached example. Going to try getting some UI stuff to work next.&lt;/p&gt;</description></item></channel></rss>