Skip to content

xcasadio/casaengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

casaengine

Casa Engine is a cross platform game engine written in C++.

3rd parties used:

  • Graphics : bgfx
  • Physics : bullet3
  • UI : dear imgui
  • Serialization : JSON for Modern C++
  • Windows management : SFML 2

Platform:

  • Windows
  • Android (to do)

I developed this engine in order to migrate all my projects on the same engine.

A small RPG action (originally developed in C on the PSP) :

image

A fighting game (originally developed in C# with XNA) :

image image