/corange-rs

Primary LanguageCApache License 2.0Apache-2.0

CORANGE-RS

This crate provides an interface to the Corange game engine, written in Pure C, SDL and OpenGL by Daniel Holden.

Features include: deferred rendering, UI rendering, text rendering, multiple lights, post-processing effects, SSAO, shadow mapping, color correction, skeletal animation, inverse kinematics, collision detection, OpenCL support, asset management, entity management, terrain, file loaders including .dds, .wav, .bmp, .obj, .smd, 3D math.

[dependencies]
corange-rs = { git = "https://github.com/lucidscape/corange-rs.git" }

ScreenShot