# Rajawali/Rajawali

Android OpenGL ES 2.0/3.0 Engine

Repository: https://github.com/Rajawali/Rajawali
Canonical: https://ross.abutalabs.com/products/rajawali
Homepage: https://rajawali.github.io/Rajawali/
Language: Java
License: NOASSERTION
License Family: other
Last push: 2023-04-13T21:01:47+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5536, "days_push": 1238, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2415, forks 701 (observed 2026-08-28T04:06:50.229653+00:00)

## What it is
Rajawali is a 3D rendering engine for Android built on OpenGL ES 2.0/3.0 and written in Java. It provides a scene graph, cameras, materials and shaders, model loaders (FBX, MD5, AWD), animation, post-processing effects, and support for regular apps, live wallpapers, VR, and Wear.

## Use cases
- render 3D graphics inside a native Android app
- create an animated 3D live wallpaper on Android
- load and display 3D models like FBX or MD5 on Android
- write custom GLSL shaders and materials for Android scenes
- add post-processing effects to Android OpenGL scenes
- build a simple VR/cardboard viewer on Android

## When to choose
- You need 3D rendering in an Android app or live wallpaper without writing NDK/C++ code
- You want a pure-Java OpenGL ES engine with scene graph, materials, and model loaders out of the box
- Your project targets Android only and can work with OpenGL ES 2.0/3.0 capabilities

## When to avoid
- You're building a full game that needs physics, audio, and complete tooling — a full game engine like Unity or libGDX fits better
- You need a rapidly evolving feature set — the 1.x line receives minimal fixes while 2.0 is a long-running rewrite
- You target platforms other than Android — Rajawali is Android-specific

## Facets
- artifact type: framework
- maturity: maintenance
- function: game-engine, graphics, animation
- domain: graphics, mobile-development, android-tools
- platform: -
- tags: opengl-es, 3d-rendering, scene-graph, shaders, post-processing, live-wallpaper, model-loading, java, game-development, android, mobile

## Member repositories
- Rajawali/Rajawali (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:50.229653+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:33:10.571493+00:00, confidence not recorded.
  - readme: https://github.com/Rajawali/Rajawali (fetched 2026-08-28T04:06:50.229653+00:00, sha 8a858399d385)
  - homepage: https://rajawali.github.io/Rajawali/ (fetched 2026-08-29T10:13:45.919522+00:00, sha 27fedc3d92c7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
