The G3D API Layer is a project designed to provide a robust and flexible API layer for 3D graphics applications. This layer abstracts the complexities of underlying graphics libraries and provides a simplified interface for developers. This project currently supports Vulkan, but is expected to support DirectX12 in the near future.
- Simplified API for 3D graphics
- Cross-platform support
- High performance
- Extensible and modular design
To install the G3D API Layer, clone the repository and follow the build instructions:
git clone https://github.com/yourusername/g3d-api-layer.git
cd g3d-api-layer
# TODO: add build instructions