https://github.com/miou-zora/worm2
Recreation of WoRm with Engine²
https://github.com/miou-zora/worm2
cpp ecs engine-squared game-engine xmake
Last synced: about 1 year ago
JSON representation
Recreation of WoRm with Engine²
- Host: GitHub
- URL: https://github.com/miou-zora/worm2
- Owner: Miou-zora
- Created: 2025-02-21T10:12:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T11:48:22.000Z (over 1 year ago)
- Last Synced: 2025-03-12T02:55:49.161Z (over 1 year ago)
- Topics: cpp, ecs, engine-squared, game-engine, xmake
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WoRm2
Recreation of [WoRm](https://github.com/Miou-zora/WoRm) with [Engine²](https://github.com/EngineSquared/EngineSquared)
To make it work, you need to have the Engine² repository in local and setting the 7th line of the xmake.lua of this project to be the path to the Engine² repository.
It works using this commit of Engine²:
c678049b5a2cf606f8ee483ad706eb616a849503
This is mainly a test project to see how Engine² works at this time and how to use it.
