Skip to content

texel-sensei/eversim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eversim

eversim is a 2D game engine written in modern C++. Its goal is to support games which depend on different systems to simulate a living and breathing world and to create emergent gameplay. See the videos of GMTK about immersive sims and systemic games for reference.

It runs on Windows and support for Linux is in work.

Available modules

The engine is divided into multiple modules, each performing one part of simulating and running a game.

Right now, the following modules are implemented:

  • Basic rendering
  • Physics
  • Input handling

Compiling

To build eversim, you need a modern C++ compiler and CMake. Additionally the following libraries are required:

  • OpenGL
  • SDL2
  • GLEW
  • GLM

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages