Overview
GreenLightGo Engine is a custom-built game engine developed using Go, leveraging the powerful go-gl and GLFW libraries. Designed to provide a robust and flexible foundation for 3D game development, this engine focuses on simplicity, performance, and ease of use. Built with modern Go programming practices, it showcases the potential of Go for high-performance graphics applications.

Engine Features
Cross-platform compatibility across Windows, macOS, and Linux
OpenGL integration using go-gl for efficient rendering
Lightweight and efficient architecture ideal for small and large-scale projects
Modular design allowing developers to add or modify components
Basic 3D rendering capabilities with room for expansion
Input handling system for keyboard and mouse events
Window management with GLFW for smooth performance
Optimized for high performance with minimal overhead