Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 792 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 792 Bytes

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