sEngine

Started by
1 comment, last by Star_AD 11 years, 10 months ago

sEngine is a graphics engine for real-time 3D applications that it's under development since few years ago. It is completely developed in C++ and independent from both the API graphics (DirectX or OpenGL) and the OS (Windows or Linux). The main features of this engine are the following: Light Pre-Pass render, Edge antialiasing, Post-processing techniques, Shaders support, Scene graph, Maths library, Procedural textures library, Mesh converter and User interface.

In the image you can see these features: 250 ligths (Light Pre-Pass), SSAO and Antialiasing.

This Project is under development and in a near future some functionalities such as HDR, scene spatial subdivision, collision detection, animated meshes, 3DSmax exporter, etc. will be also included.

You can see more images of this project and other works in my webpage:[font=Arial, Helvetica, sans-serif]

http://www.cgstarad.com[/font]

[font=arial,helvetica,sans-serif]

Hope you like!


=) [/font]

Click here to view the iotd

http://www.cgstarad.com
Advertisement
independent from both APIs means you implemented an abstraction layer?
and what about the performance?
Yes, i implemented an abstraction layer. I know this abstraction layer has a little overhead, but
I prefer to have this little overhead than reimplement the renderer every time a new DirectX version appears.
http://www.cgstarad.com

This topic is closed to new replies.

Advertisement