Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.
/ xEngine Public archive

Multiplatform graphical engine. It uses Direct3D 10 and OpenGL 3.4 as the rendering API

Notifications You must be signed in to change notification settings

BorMor/xEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xEngine

[xEngine] is "wheel-invent" attempt to write multi-platform 3D game engine in C++, which supports modern graphical API, like DirectX 10 and OpenGL 3.4.

Generate project files with Premake

Graphical API

  • DirectX 10
  • OpenGL 3.4

Multi Platform

  • Windows
  • Linux

Dependencies

pcre Perl Compatible Regular Expressions

Bad solutions

  • Using pImpl idiom wasn't good idea
  • Selfmaded containers, test-system is fun to write, usefull for learning, but useless in fact

About

Multiplatform graphical engine. It uses Direct3D 10 and OpenGL 3.4 as the rendering API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published