Stories by senchainc
0
Creating Installable Desktop Applications with Ext JS and Electron www.sencha.comban site
In short, Electron is a runtime which is used to create desktop HTML5 applications. Under the hood, it’s running Chromium Content Module and Node.js runtimes. If your Ext JS webapp works in Chromium, it will also work within Electron web app. The impact of your Ext JS web app working in Chromium is that there is no need to test your applications on older versions of Internet Explorer, which lack modern HTML5 capabilities. Electron’s website lists numerous popular desktop applications you have probably used without realizing they are in fact an HTML5 application.
0
Rapidly Build Cross-Platform Enterprise Apps With JavaScript And Electron www.sencha.comban site
How can I create an executable file for my Electron application architecture? So far, we have seen how to create an Electron app using the Sencha Ext JS application framework. Using this basic starting point, you can build to create a much more meaningful and usable app for your use case. You can package your Electron app into an executable file using the npm command below. After developing the app, you will need to create its executable file to run it as a desktop application. You can package your Electron app into an executable file using the npm command below.
0
Upscale Images Via Machine Learning With Javascript Super Resolution API www.sencha.comban site
Enter DeepAI’s Super Resolution API. It uses machine learning (ML) and AI techniques to upscale images into higher resolutions without compromising their quality or losing their content. DeepAI’s Super Resolution AI can generate an upscaled version of an image within seconds. If this sounds useful, let’s take a look at how you can quickly build a Sencha Ext JS app that upscales any image you input by calling the DeepAI Super Resolution API.
0
5 Examples Of Successful ExtJS Tutorials For Beginners www.sencha.comban site
So are you aiming to build high-performing web and mobile UIs using ExtJS? Then go through the following five examples of a successful Ext js tutorial for beginners. Ext Js is a robust Javascript framework that enables developers to build applications with modern UI designs. This article describes five Sencha extjs examples tutorials for beginners, from generating an Ext Js application to adding a Chart component to the application.Develop high-performing grids using Ext Js Grid Library!