- Notifications
You must be signed in to change notification settings - Fork5
Ceffa/Ryno-Engine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TheRyno Engine is an open source 3D game engine I've been developing in C++ since 2014. During the development I kept an online diary, updated daily with every change made to the engine along with a screenshot.
Th engine main feature is therendering engine, based on OpenGL 4.0 and structured around the deferred rendering technique. The Ryno Engine also include a simplenetwork engine based on the Winsock api. Finally, I'm working on a impulse-basedphysics engine, but the project is still work in progress.
The development diary is availableHere.
An in-depth description of the features of the engine is availableHere.