Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Bigdecimal.js | 208 | 69 | 35 | 10 years ago | 2 | November 06, 2011 | 15 | apache-2.0 | Ruby | |
Arbitrary-precision Javascript BigInteger and BigDecimal real numbers | ||||||||||
Incubator Retired Wave | 183 | 4 years ago | 2 | apache-2.0 | Java | |||||
Apache Wave is now retired | ||||||||||
Opus | 21 | 7 years ago | 1 | apache-2.0 | Python | |||||
Self-service deployment system to auto-deploy Django projects | ||||||||||
Gwt Commons Lang3 | 16 | 5 years ago | apache-2.0 | Java | ||||||
A compatible GWT port of the apache commons lang3, which provides most of the functionality also on client (browser) side. | ||||||||||
Sensormix | 12 | 9 years ago | 5 | apache-2.0 | Java | |||||
Demo of an architecture based on OSGi, Camel, Spring and GWT | ||||||||||
Libgdx Jbullet | 9 | 5 years ago | apache-2.0 | Java | ||||||
A fork of the Bullet physics library java port by Jezek2, ported to LibGdx library to allow GWT support under Apache 2.0 license. | ||||||||||
Gwt Titanium | 8 | 3 | 11 years ago | 3 | September 19, 2011 | apache-2.0 | Java | |||
A GWT module for Appcelerator's Titanium Platform | ||||||||||
Ahome Phonegap | 8 | 8 years ago | Java | |||||||
Java(GWT) API for PhoneGap | ||||||||||
Gwt Commons Codec | 6 | 5 years ago | other | Java | ||||||
A compatible GWT port of the apache commons codec, which provides most of the functionality also on client (browser) side. | ||||||||||
Secret Ninja | 5 | 8 years ago | ||||||||
A Collection of Markdown files containing useful links and information. |
A fork of the Bullet physics library java port by Jezek2 to LibGdx library, to allow GWT support under Apache 2.0 license.
This is a fork of GBullet, a GWT port of JBullet which is a port of the Bullet Physics engine using the VecMath library. All these libraries are under ZLib license except Vecmath which is GPL 2. That's the reason I made this fork ; it frees you from the vecmath dependency and use the math classes from LibGdx which is under Apache License 2.0, hence allowing commercial use.
This is the first, pre-alpha release, largely under tested, without any support, likely full of bugs and such,... Think twice before using !
You can see this library in action in this published game on the Play Store.
This library was developped for the following reasons :
The counterparts are the following :
A side benefit of this library is that it is full java so you don't have to go through the native memory management.
The work is too preliminary for a jar library. Just fork this repository and include the provided src folder in your build.
Copyright 2015
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.