Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Try Google Cloud Risk-Free With $300 in Credit
No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
The Blackspirit Game Engine is a Java implementation of an extendable 2d game engine. Most functionality is added as extensions (e.g. Graphics, Physics, Audio, Scripting, Input, AI).
Blackspirit Graphics is used for rendering (hosted on sourceforge)
It uses two different solutions:
- placing of circles closest to the center from the largest to smallest, see brianshaler on github https://github.com/brianshaler/Circle-Packing-in-Processing
- simulation "real" world with use of a Java Physics Engine JBox2D, see http://www.jbox2d.org
Top down driving sim built upon WorldWind Java and JBox2D
Combines WorldWindJava's satellite imagery visualization with JBox2D's physics to create a driving sim with real world imagery.
Pre-alpha stage, source code only for the moment. Project development IDE is Eclipse Juno.
The project has only been tested in Windows 7 (64-bit) with an AMD-based CPU.
See the wiki page for more information.
- java 1.6.0_17
- windows 7 x64
- netbeans 7.0
- jbox2d 2.0.1-b250 full
- TUIO java 1.4 lib
Java based snake game using jbox2d physics library, partially using TUIO and processing library for graphics.