NpEx is a lightweight 3D engine written in Java, built on the LWJGL (Lightweight Java Game Library). This engine is specifically designed to serve as the foundation for creating custom FPS (First-Person Shooter) games.
- 3D Rendering: Optimized for rendering 3D objects and environments.
- FPS Game Mechanics: In the future FPS mechanics will be easy to implement
- Shader Customization: Experiment with GLSL shaders for advanced graphics effects.
- Java: Version 8 or higher
- LWJGL: Version 3.3.0 or higher
- GLSL: For custom shaders
Cloning or redistributing this repository is strictly prohibited.
The project is available for viewing and reference only.
This project is licensed under All Rights Reserved.
Unauthorized copying, reproduction, or redistribution of any part of this project is strictly prohibited.
- LWJGL (Lightweight Java Game Library): The backbone of the graphics functionality.
- GLSL: For shader development.
