All Projects → afterthat97 → Ashengine

afterthat97 / Ashengine

Licence: mit
A cross-platform 3D engine based on Qt 5.9.7, OpenGL 3.3 and Assimp 4.1.

Projects that are alternatives of or similar to Ashengine

Shaderworkshop
Interactive GLSL fragment shaders editor made with Qt
Stars: ✭ 43 (+22.86%)
Mutual labels:  opengl, graphics, qt
Possumwood
Possumwood is a graph-based procedural authoring tool, in concept not dissimilar to popular CG packages like Houdini, Blender or Maya. It is intended to serve as a sandbox for computer graphics algorithms and libraries, providing a user-friendly and coding-free UI for libraries that would otherwise be inaccessible for an average user.
Stars: ✭ 197 (+462.86%)
Mutual labels:  opengl, graphics, qt
Overload
3D Game engine with editor
Stars: ✭ 335 (+857.14%)
Mutual labels:  opengl, graphics, 3d-engine
Silk.net
The high-speed OpenAL, OpenGL, Vulkan, and GLFW bindings library your mother warned you about.
Stars: ✭ 534 (+1425.71%)
Mutual labels:  opengl, graphics
Gfx
[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
Stars: ✭ 5,045 (+14314.29%)
Mutual labels:  opengl, graphics
Worldwindjava
The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
Stars: ✭ 526 (+1402.86%)
Mutual labels:  opengl, graphics
Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+11588.57%)
Mutual labels:  opengl, qt
Fauxgl
Software-only 3D renderer written in Go.
Stars: ✭ 658 (+1780%)
Mutual labels:  opengl, graphics
Hybridrenderingengine
Clustered Forward/Deferred renderer with Physically Based Shading, Image Based Lighting and a whole lot of OpenGL.
Stars: ✭ 563 (+1508.57%)
Mutual labels:  opengl, graphics
Pbr
An implementation of physically based shading & image based lighting in D3D11, D3D12, Vulkan, and OpenGL 4.
Stars: ✭ 722 (+1962.86%)
Mutual labels:  opengl, graphics
Bonzomatic
Live shader coding tool and Shader Showdown workhorse
Stars: ✭ 829 (+2268.57%)
Mutual labels:  opengl, graphics
Renderhelp
⚡️ 可编程渲染管线实现,帮助初学者学习渲染
Stars: ✭ 494 (+1311.43%)
Mutual labels:  opengl, graphics
Tprpix
a Cross-Platform, 2D Survival Sandbox Game Project. Based on C++17/cmake/OpenGL/SQLite3.
Stars: ✭ 448 (+1180%)
Mutual labels:  opengl, graphics
Olive
Free open-source non-linear video editor
Stars: ✭ 5,682 (+16134.29%)
Mutual labels:  opengl, qt
Lume
Create CSS3D/WebGL applications declaratively with HTML. Give regular DOM elements shadow and lighting.
Stars: ✭ 445 (+1171.43%)
Mutual labels:  graphics, 3d-engine
Renderdoc
RenderDoc is a stand-alone graphics debugging tool.
Stars: ✭ 5,969 (+16954.29%)
Mutual labels:  opengl, graphics
Sfml
Simple and Fast Multimedia Library
Stars: ✭ 7,316 (+20802.86%)
Mutual labels:  opengl, graphics
Mlt
MLT Multimedia Framework
Stars: ✭ 836 (+2288.57%)
Mutual labels:  opengl, qt
Gli
jvm gli
Stars: ✭ 21 (-40%)
Mutual labels:  opengl, graphics
Quickviewer
A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
Stars: ✭ 394 (+1025.71%)
Mutual labels:  opengl, qt

Ash Engine

Ash Engine is a cross-platform 3D engine (only for learning purpose) based on Qt, OpenGL and Assimp.

Screenshots

Requirements

  • Windows 7 x64 or newer, macOS 10.12 or newer, or Ubuntu 16.04
  • A graphics card that supports OpenGL 3.3+

Features

  • Friendly, simple and convenient GUI.
  • Readable, clear code structure which is easy to expand.
  • Supports reading and saving 3D model files in 40+ formats, including FBX, DXF, Collada, Obj, X, PLY, 3DS, etc.
  • Supports reading and saving the entire project (using the file type *.aeproj defined by this engine)
  • Uses tree structure to describe the scene, supports basic transformation (translation, rotation, scaling) on model and mesh.
  • Supports diffuse maps, specular maps, and normal maps.
  • Supports ambient light, directional light, point light, and spotlight. You can create not more than 8 lights of each type. For each light, you can adjust its color, position, and many other properties.

User Manual

Basic User Manuals

The basic user manuals describe the structure and usage of Ash Engine.

Basic User Manual (English)

Basic User Manual (Chinese)

Advanced User Manuals

The advanced user manuals cover the implementation of custom functions using API provided by Ash Engine. This requires the user to be familiar with C++ object-oriented programming and some Qt classes (such as QVector3D).

Note: Read the basic manuals first before you start to read any advanced manual.

For English Users

Advanced User Manual 1: Scene Structure (English)

Advanced User Manual 2: Create a window (English)

Advanced User Manual 3: Model Loading (English)

Advanced User Manual 4: Multiple Lights (English)

Advanced User Manual 5: Basic Transformation (English)

Advanced User Manual 6: Custom Rendering Loop (English)

For Chinese Users

Advanced User Manual 1: Scene Structure (Chinese)

Advanced User Manual 2: Create a window (Chinese)

Advanced User Manual 3: Model Loading (Chinese)

Advanced User Manual 4: Multiple Lights (Chinese)

Advanced User Manual 5: Basic Transformation (Chinese)

Advanced User Manual 6: Custom Rendering Loop (Chinese)

Build from source

Note: This project was built under Qt 5.9.7. No matter which platform or IDE you use, you must install Qt first.

Three main platforms are supported:

  • Windows 7 x64 or newer
  • macOS 10.14 (Older versions may work too)
  • Ubuntu 16.04 LTS (Only tested on 16.04, other versions may work too)

It takes about 3 minutes to build on a laptop with Intel Core i5-5257U (single thread).

Build Instructions (English)

Build Instructions (Chinese)

Future Work

Rendering

  • DirectX 12
  • Real-time shadow based on depth map
  • Real-time ray tracing using DirectX 12 DXR
  • Deferred rendering
  • SSAO
  • Displacement mapping
  • PBR

Others

  • More detailed documents for both English and Chinese
  • Implement unit tests using Google Test

Welcome to contact or join me!

Email: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].