dominion-ecs-java
Insanely fast ECS (Entity Component System) for Java
File Explorer
Download Latest Version (.zip)- cd-maven-ea.yml
- cd-maven-rc.yml
- cd-maven-release.yml
- ci-maven.yml
- codeql-analysis.yml
- Composition.java
- Dominion.java
- Entity.java
- Results.java
- Scheduler.java
- module-info.java
- DominionTest.java
- module-info.java
- pom.xml
- README.md
- ChunkedPool.java
- IntStack.java
- ClassIndex.java
- Config.java
- IndexKey.java
- Logging.java
- UncheckedUpdater.java
- UnsafeFactory.java
- CompositionRepository.java
- DataComposition.java
- EntityRepository.java
- IntEntity.java
- PreparedComposition.java
- ResultSet.java
- SystemScheduler.java
- module-info.java
- ChunkedPoolTest.java
- IntStackTest.java
- ClassIndexTest.java
- UncheckedUpdaterTest.java
- CompositionRepositoryTest.java
- DataCompositionTest.java
- EntityRepositoryTest.java
- IntEntityTest.java
- SystemSchedulerTest.java
- module-info.java
- pom.xml
- ChunkedPoolBenchmark.java
- AddingComponentBenchmark.java
- CreatingEntityBenchmark.java
- DeletingEntityBenchmark.java
- IteratingComponentBenchmark.java
- OthersBenchmark.java
- RemovingComponentBenchmark.java
- ClassIndexBenchmark.java
- IndexKeyBenchmark.java
- LoggingBenchmark.java
- DataCompositionBenchmark.java
- DominionBenchmark.java
- EntityBenchmark.java
- EntityRepositoryBenchmark.java
- module-info.java
- OTHERS.md
- pom.xml
- README.md
- DarkEntities.java
- MapModelBuilder.java
- Screen.java
- HelloDominion.java
- module-info.java
- dark-entities-01.gif
- pom.xml
- README.md
- .gitignore
- CODE_OF_CONDUCT.md
- dominion-logo-square.png
- LIC_HEADER
- LICENSE
- pom.xml
- README.md
- SECURITY.md
๐ Installation Guide
1. Get the code
git clone https://github.com/dominion-dev/dominion-ecs-java
Downloads the entire project code from GitHub to your computer.
cd dominion-ecs-java
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
cd dominion-ecs-api
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
