Skip to content

danielrs/DwarfEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dwarf Engine

A game engine written in C++ It aims to provide a simple set of tools for casual game development (in fact is more similar to a framework than an engine)

What's done until now?

The engine is very simple at this time, it includes the following functionalities:

  • OpenGL wrappers (Shaders, Textures, etc)
  • Utility classes for graphics (SpriteBatch, Camera, Post effects, Image loading, etc)
  • Multi-platform input support
  • Math classes (Matrix, Vector, Random numbers)
  • Resource Manager

All the code can be found inside src/ folder, it should be easy to learn from it.


TODO

  1. Write a better README.md
  2. Upload some examples

About

A simple and lightweight game-engine, made for the sake of learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages