Home

Awesome

Fireblade ECS Demo

license macOS Linux

<p align="center"> <img height="315" src="./asteroids.gif"/> <img height="315" src="./particles.gif" /> </p>

A minimal demo App for the Fireblade Entity-Component-System. This App demonstrates handling of Entities and Components and provides a live Performance Test for the framework.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

Installing

  1. Clone the repository
  2. Either open Package.swift with Xcode and run one of the executable schemes
    -or-
  3. From Terminal run make runAsteroids or make runParticles to run either demo.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details