All Projects → eqela → jkop

eqela / jkop

Licence: other
A universal software development framework

Projects that are alternatives of or similar to jkop

Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+12536.36%)
Mutual labels:  universal
CorePartition
Universal Cooperative Multithread Lib with real time Scheduler that was designed to work, virtually, into any modern micro controller or Microchip and, also, for user space applications for modern OS (Mac, Linux, Windows) or on FreeRTOS as well. Supports C and C++
Stars: ✭ 18 (-18.18%)
Mutual labels:  universal
CtrlUI
CtrlUI (Controller User Interface) is a Windows application, game and emulator launcher for your game controller, DirectXInput converts your game controller to a Xbox (XInput) controller, Fps Overlayer is a tool that shows the frames per second and the cpu, gpu and memory information.
Stars: ✭ 39 (+77.27%)
Mutual labels:  universal
React Isomorphic Video Game Search
An Isomorphic application demo powered by React, reflux, react-router-component, express, superagent and the Giant Bomb API.
Stars: ✭ 253 (+1050%)
Mutual labels:  universal
antonybudianto-web-old
Personal website
Stars: ✭ 14 (-36.36%)
Mutual labels:  universal
we-js-logger
Universal logger with transports to Rollbar and Logentries. Uses bunyan under the hood.
Stars: ✭ 14 (-36.36%)
Mutual labels:  universal
Xamarinuniversallibrary
This is a universal library that contains everything we need to know about the Xamarin universe. This is an open-source project from the community to the community.
Stars: ✭ 235 (+968.18%)
Mutual labels:  universal
ozark-react
A ViewEngine for ReactJS templates for the Java EE MVC 1.0 reference implementation Ozark.
Stars: ✭ 43 (+95.45%)
Mutual labels:  universal
react-universal-app
Library for building a single-page application with Universal React component(s) and React Router.
Stars: ✭ 14 (-36.36%)
Mutual labels:  universal
udhr
Universal declaration of human rights
Stars: ✭ 17 (-22.73%)
Mutual labels:  universal
Next.js
The React Framework
Stars: ✭ 78,384 (+356190.91%)
Mutual labels:  universal
makeuniversal
Tool to create a Universal Binary version of a Qt distribution.
Stars: ✭ 40 (+81.82%)
Mutual labels:  universal
universal
A counterpart to common package to be used with Angular Universal
Stars: ✭ 115 (+422.73%)
Mutual labels:  universal
Beidou
🌌 Isomorphic framework for server-rendered React apps
Stars: ✭ 2,726 (+12290.91%)
Mutual labels:  universal
pwa
An opinionated progressive web app boilerplate
Stars: ✭ 355 (+1513.64%)
Mutual labels:  universal
Universal React
A universal react starter, with routing, meta, title, and data features
Stars: ✭ 247 (+1022.73%)
Mutual labels:  universal
grand central
State-management and action-dispatching for Ruby apps
Stars: ✭ 20 (-9.09%)
Mutual labels:  universal
Helium.js
Automating Universal React Applications
Stars: ✭ 63 (+186.36%)
Mutual labels:  universal
universal-hot-reload
Hot reload client and server webpack bundles for the ultimate development experience
Stars: ✭ 79 (+259.09%)
Mutual labels:  universal
universal-react-relay-starter-kit
A starter kit for React in combination with Relay including a GraphQL server, server side rendering, code splitting, i18n, SEO.
Stars: ✭ 14 (-36.36%)
Mutual labels:  universal

Jkop - A generic and comprehensive framework for software application development

Jkop is a multi-platform, multi-language application development framework and API, intended to support the development of different kinds of applications on multiple programming languages and operating systems. Fully developed in the Sling programming language, the code is translated upon compilation to different programming languages to support the different platforms. Currently Jkop fully supports development in Sling, Java, C#, Objective-C and JavaScript, and is actively tested on Android, iOS, macOS / Mac OS X, Windows, Linux and the web.

Jkop is fully written in the Sling Programming Language, and also serves as the default application development framework for Sling applications. Jkop is also an integral part of the Eqela development framework.

Compiling Jkop

The Sling compiler is distributed in Javascript format through NPM. To compile Jkop, you will therefore need to install Node.JS (v16 or higher), which includes NPM. Then run the following commands:

npm install
npm run build

This performs a full build of all modules of Jkop, and produces Javascript code as the output. The compiled version of the library is then found in the "dist" subdirectory.

More information:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].