lucidscape / corange-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:C 77.4%Language:Rust 14.5%Language:GLSL 7.5%Language:C++ 0.5%Language:Makefile 0.2%