Showcase Entry Template

A template showing what a community showcase entry looks like for jGibbonEngine projects.

This is a template entry — replace the placeholder content below with your own project details when submitting via GitHub issues.

Project: Prototype Valley

Category: 3D Action Platformer Demo
Author: Your Name
jGibbonEngine version: 0.1.0
Links: GitHub · Itch.io


Description

Prototype Valley is a third-person platformer demo exploring jGibbonEngine’s character controller, PBR materials, and dynamic lighting features.

The prototype showcases:

  • Character controller with jump, run, and slide actions
  • Dynamic point lights on collectible items
  • Shadow-casting directional sunlight
  • Particle effects on player landing

Screenshots

Screenshot placeholder — replace with a real screenshot


Technical notes

Feature Details
Renderer OpenGL 4.5 core profile
Scene objects ~1,200 draw calls
Lighting 1 directional + 8 point lights
Physics jGibbonEngine built-in physics plugin
Platform Windows 11, macOS 14, Ubuntu 22.04

How to build

1
2
3
git clone https://github.com/example/prototype-valley.git
cd prototype-valley
./gradlew :run

Submitted by Your Name · Edit this entry