Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzxEngineGL

This is my home made graphics engine library.

How to use

Just add it in your project library like this.

cmake_minimum_required(VERSION 4.0)
project(Example)

set(CMAKE_CXX_STANDARD 20)

add_subdirectory(AzxEngineGL)

target_link_libraries(Example PRIVATE AzxEngineGL)

Current support

  • Multiple lights
  • Lighing: Point and Spot
  • Normal mapping
  • Parallax mapping
  • Shadows
  • Using Framebuffers
  • Bloom effect
  • Motion Blur effect
  • Fresnel effect
  • SSAO
  • Grid floor
  • Particle system

My Projects using this

This is the project where I develop and test it. OpenGL Playground Image

An endless runner game. CGA Image

About

This is my home made "game" engine library with OpenGL.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages