Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Incomplete Index Component System (ICS) #2

Merged
merged 21 commits into from
Nov 8, 2020
Merged

Incomplete Index Component System (ICS) #2

merged 21 commits into from
Nov 8, 2020

Conversation

joeltio
Copy link
Collaborator

@joeltio joeltio commented Nov 7, 2020

I have created the basic implementation of indexes and components along with their tests in this PR.

The CMakeLists file has also been split up. Each subdirectory of sim/src will have its own CMakeLists file. Each subdirectory represents a library that is supposed to be independent of any other adjacent directories. Currently I have ics which stores the core ics concepts and structs and util which stores utility types.

Each subdirectory is interpreted as a library in the main CMakeLists file.

sim/CMakeLists.txt Outdated Show resolved Hide resolved
sim/CMakeLists.txt Outdated Show resolved Hide resolved
sim/src/Manager.h Outdated Show resolved Hide resolved
sim/src/ics/compVec.test.cpp Outdated Show resolved Hide resolved
sim/src/Manager.h Outdated Show resolved Hide resolved
@mrzzy
Copy link
Collaborator

mrzzy commented Nov 8, 2020

LGTM 👍 . Merge at will

@joeltio joeltio merged commit 68eb24a into master Nov 8, 2020
@joeltio joeltio deleted the sim/ics branch November 8, 2020 03:47
@mrzzy mrzzy added the feature New feature or request label Nov 8, 2020
@mrzzy mrzzy added this to the v0.1 milestone Feb 5, 2021
@mrzzy mrzzy added the invalid This doesn't seem right label Feb 10, 2021
@mrzzy mrzzy removed the invalid This doesn't seem right label Feb 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants