Managed Projects

jogl

  Analyzed about 1 month ago

The JOGL project hosts the development version of the Java™ Binding for the OpenGL® API, and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3, ≥ 4.0, ES 1.x and ES 2.x specification as ... [More] well as nearly all vendor extensions. OpenGL Evolution & JOGL (UML) gives you a brief overview of OpenGL, it's profiles and how we map them to JOGL. JOGL integrates with the AWT and Swing widget sets, as well with custom windowing toolkits using the NativeWindow API. JOGL also provides it's own native windowing toolkit, NEWT. [Less]

757K lines of code

3 current contributors

12 months since last commit

22 users on Open Hub

Activity Not Available
5.0
 
I Use This

GlueGen

  Analyzed about 1 month ago

GlueGen is a compiler for function and data-structure declarations, generating Java™ and JNI C code offline at compile time and allows using native libraries within your Java™ application and provides a comprehensive runtime library. It reads ANSI C header files and separate configuration files ... [More] which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. Hence it can produce native foreign function bindings to Java™ as well as map native data structures to be fully accessible from Java™ including embedded function pointer and Java callbacks. [Less]

139K lines of code

1 current contributors

9 months since last commit

4 users on Open Hub

Activity Not Available
0.0
 
I Use This

Java Bindings for OpenAL

  Analyzed about 1 month ago

The JOAL Project hosts a reference implementation of the Java bindings for OpenAL API, and is designed to provide hardware-supported 3D spatialized audio for games written in Java. This project also hosts the Sound3D Toolkit, a high level API for spatialized audio built on top of the OpenAL ... [More] bindings. This toolkit is designed to provide access to all the features of OpenAL through an intuitive, easy to use, object-oriented interface. [Less]

26.9K lines of code

1 current contributors

over 1 year since last commit

4 users on Open Hub

Activity Not Available
0.0
 
I Use This

jogamp.org

  Analyzed about 1 month ago

JogAmp is the home of high performance Java libraries for 3D Graphics, Multimedia and Processing. The projects JOGL, JOCL and JOAL provide cross platform language bindings to the OpenGL, OpenCL, OpenAL and OpenMAX APIs.

644K lines of code

1 current contributors

about 1 year since last commit

3 users on Open Hub

Activity Not Available
0.0
 
I Use This

gfxbox2

  Analyzed 10 months ago

C++ Computer Graphics Sandbox This project provides a C++ sandbox for computer graphics for our computer science class. Its examples demonstrate basic usage and physics simulations. C++20 and better where the SDL2 library and SFML library is supported.

19K lines of code

0 current contributors

about 1 year since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

IcedTea-Web (Applet3 w/o AWT)

  Analyzed 11 months ago

Experimental Applet without AWT (Applet3) DISCLAIMER: - Only new Applet3 applets are supported under X11 for now - Applet3 code path does not invoke any AWT function - JNLP code path still utilizes AWT/Swing (UIs, ..) Applet3: - New AWT-less Applet3 interfaces are: - ... [More] com.jogamp.plugin.applet.Applet3 - User implements - com.jogamp.plugin.applet.Applet3Context - Plugin implements - com.jogamp.plugin.ui.NativeWindowUpstream - Plugin window, aka browser parent of Applet3 - com.jogamp.plugin.ui.NativeWindowDownstream - Applet3 user window - User interfaces are exported as: - plugin3-public.jar - plugin3-public-src.zip [Less]

84.6K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Licenses: No declared licenses

Jaulib

  Analyzed 10 months ago

Jau Support Library (C++, Java, ...) This project aims to provide general C++ and Java collections, algorithms and utilities - as well as basic concepts to support a Java JNI binding. This project was extracted from Direct-BT to enable general use and enforce better encapsulation. Status ... [More] Build and clang-tidy clean on C++17 and C++20, passing all unit tests. [Less]

181K lines of code

0 current contributors

11 months since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

Cipherpack

  Analyzed 11 months ago

Cipherpack, a secure stream processor utilizing public-key signatures to authenticate the sender and public-key encryption of a symmetric-key for multiple receiver ensuring their privacy and high-performance message encryption. Cipherpack securely streams messages through any media, via file ... [More] using ByteInStream_File and via all libcurl network protocols using ByteInStream_URL are build-in and supported. Note: libcurl must be enabled via -DUSE_LIBCURL=ON at build. A user may use the media agnostic ByteInStream_Feed to produce the input stream by injecting data off-thread and a CipherpackListener to receive the processed output stream. Cipherpack is implemented using C++17 or C++20 and is accessible via C++ and Java. [Less]

307K lines of code

0 current contributors

11 months since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

Pacman_C++

  Analyzed 10 months ago

Pacman, a naive implementation of the classic game in C++ This project demonstrates a complex system written in modern C++ for our computer science class. We have chosen the classic game for our project to pay homage to Toru Iwatani's original Puckman. Besides management of animated sprite ... [More] graphics, maze environment and tile positioning, animation speed synchronization, the interesting part might be the ghost's state machine and their movements. [Less]

9.29K lines of code

0 current contributors

almost 3 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

ant-cpptasks

  Analyzed about 1 month ago

Extended ant-contrib's cpptasks from http://ant-contrib.sourceforge.net/ The cc task can compile various source languages and produce executables, shared libraries (aka DLL's) and static libraries. Compiler adaptors are currently available for C/C++, FORTRAN, MIDL and Windows Resource compilers.

28.3K lines of code

0 current contributors

about 2 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This