Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 701 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 701 Bytes

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