• Stars
    star
    137
  • Rank 264,734 (Top 6 %)
  • Language Haxe
  • Created about 12 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WebView for mobile platforms on steroids

Croxit

WebView for mobile platforms on steroids

What is Croxit?

Croxit is a cross-platform Web View implementation for mobile and Dektop platforms for Haxe. It's intended to easily provide the deployment of rich interfaces in a cross-platform environment, like PhoneGap (Apache Cordova), but with plenty of advantages

Why should I use it?

If you need to create rich user interfaces that must work on a cross platform way with ease, your best bet is to use HTML5. Croxit provides the base for it. If you are a web developer, Croxit provides not only a familiar way to write applications (client/server based), but it provides a fully functional environment to be able to deploy the very same code in both a web server and a local mobile self-contained version.

What are the advantages?

Well, first of all, it's written in Haxe :-)

  • It's native: leverage native performances and be free to implement native interoperabilities without the hassle (and sometimes prohibitive cost) of object serialization.
  • Write application code just like you would write a website: Would you write a SQL query in a real world Web App in JavaScript? Or would you manipulate an image in wasteful base64 encoding just to write it to disk? Then don't do it on a mobile device! Croxit allows you, the developer, to write applications just like a website. In fact, did we say that you can compile to both a web server and to a mobile target with the SAME code base ?
  • NME integration: Okay, so you're writing your application in HTML5 because interface is so much easier there. But what if you need to leverage some cool graphics? What if you need to use the GPU's true power? Don't waste countless hours trying to optimize it in JavaScript! Use its NME integration, achieve native performances, and write it like you would in a normal webpage (with js/server/flash) !

Supported platforms

Right now, we are in early alpha, and the only supported mobile platform is iOs. An Android version is on the way using Haxe's Java target, and a desktop version with Webkit is on its way as well!

Read the code examples, and get coding! :)

This awesome lib is brought to you by http://www.braincorps.com.br and http://www.comtacti.com.br

Known issues

  • As a platform limitation of iOs WebView, there can't be any absolute paths in your code. The issue is that we're on file:// namespace, so absolute paths will refer to iOs' own root

More Repositories

1

linux-ios-toolchain

Compile ios programs on linux (fork of http://code.google.com/p/ios-toolchain-based-on-clang-for-linux/ )
C
159
star
2

mcli

mini cli : a simple library to easily create CLI applications
Haxe
85
star
3

systools

fork of neko-systools ( https://code.google.com/p/neko-systools ) for Haxe 3/Neko 2
C
48
star
4

HaxePlatformerGame

An Unreal.hx port of Unreal's `PlatformerGame` demo
C++
22
star
5

haxe-genc

Haxe
20
star
6

taurine-hx

Haxe standard API language extensions
Haxe
19
star
7

travis-hx

Helpers (and wikis) to easily test haxe code on travis
Shell
15
star
8

hxcross

cross-compilers support for hxcpp
14
star
9

geotools

Dependency-free Haxe geo tools
Haxe
11
star
10

hxffi

libffi bindings to cpp / neko
C
9
star
11

hxbuilds

simple haxe build server script
Haxe
8
star
12

hxkalman

Dependency-free implementation of Kalman Filter in Haxe
Haxe
8
star
13

openjail

A secure sandbox for linux
C
5
star
14

hx-javastd

Haxe/Java standard library
Haxe
5
star
15

hxneko

Hassle-free neko interpreter for Haxe
Haxe
5
star
16

croxit-camera

Provides camera access to croxit applications
Objective-C
5
star
17

structs

Cross-target structs implementation for Haxe
4
star
18

android_haxe

Set of tools to allow Haxe to be integrated with android studio projects
Haxe
4
star
19

codegen.ml

CSS
4
star
20

hxparser

Various programming languages parsers written in Haxe
2
star
21

net-lib-tests

Haxe feature -net-lib tests
Haxe
2
star
22

bloomfilter

A Haxe implementation of bloom filters
Haxe
2
star
23

indian

The gateway to the native world
Haxe
2
star
24

mweb

Haxe
2
star
25

cef-nme

test project
C
1
star
26

vimrc

Vim Script
1
star
27

rtop

remote top - simple lightweight server monitoring
Haxe
1
star
28

xunit

extended unit tests for Haxe
Haxe
1
star
29

ctrlp_haxelibs

CtrlP plugin to list all haxe libs in the current vaxe project
Vim Script
1
star
30

wwx-unity3d-haxe

WWX Presentation: Unity3D and Haxe
C#
1
star
31

hxclipper

Port of the Clipper library from C# to Haxe
Haxe
1
star
32

google-code-issues-importer

A google code issues importer... THAT WORKS
Haxe
1
star
33

croxit-geo

Location services plugin for Croxit library
Objective-C++
1
star