https://github.com/vimichael/LWJGL-2D-Engine
https://github.com/vimichael/LWJGL-2D-Engine
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vimichael/LWJGL-2D-Engine
- Owner: vimichael
- Created: 2023-07-23T16:35:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T16:39:08.000Z (over 2 years ago)
- Last Synced: 2025-04-12T15:59:43.021Z (10 months ago)
- Language: Java
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LWJGL 2D Game Engine
Hi, this is a simple 2D engine I've been working on. Right now it has the following features:
- 2D Coordinate System
- Sprite Rendering
- Cropping/Subsurfacing
- Flipping Surfaces
- Scaling Surfaces
- Resizing Surfaces
- Rect Collision System
- Sprite Meta Class
- Font Rendering using a Font Glyph/Atlas
I plan to make this 100% free and open source!
Thanks for stopping by!