Skip to content

Minimal demo App for the Fireblade Entity-Component System (ECS)

License

Notifications You must be signed in to change notification settings

fireblade-engine/ecs-demo

Repository files navigation

Fireblade ECS Demo

license macOS Linux

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