Giter VIP home page Giter VIP logo

safe's Introduction

SAFE

Simple C++ 2D game engine built over SDL.

Aiming for flexibility by using an Entity-Component-System architecture with Lua scripting support.

Prerequisites

(Note: Currently tested under Ubuntu with the GCC compiler.)

A C++14 compatible compiler.

It requires the following libraries to be installed:

  • SDL2
  • SDL2_image
  • SDL2_ttf
  • SDL2_gfx
  • Box2D
  • Lua5.2 (it would probably also work with Lua5.1)

The following libraries are already provided within this repository or at build time:

Also, download this folder into the project folder. It contains some graphic assets.

Usage

Run CMake to generate build files and compile:

cmake .
make

Generate documentation files with Doxygen:

doxygen Doxyfile

Acknowledgments

safe's People

Contributors

jgbarcos avatar

Stargazers

Eduardo Pereira avatar Gustavo Pezzi avatar Jacob G avatar Guilherme Recchi Cardozo avatar Pathomporn Niamraksa avatar ThiagoCunhaTCB avatar

Watchers

Jacob G avatar Gustavo Pezzi avatar  avatar

Forkers

meowboy326

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.