Commit graph

13 commits

Author SHA1 Message Date
9bf6f84d45 Update README
Add information about how to use library with DUB package manager
2023-01-18 15:09:25 +01:00
fa0c196c60 -code cleanup
-some documentation improvements
-README update
2021-03-06 22:02:49 +01:00
34a1066cfb -fixed README formating 2021-03-02 21:35:25 +01:00
3b954b732b -update README code example (to one that compile)
-remove Entity.instance and gEM, global manager is now gEntityManager
2021-03-02 19:44:18 +01:00
56f870bac6 -updated README.md
-fixed shaders for GL2
-added Entity selection tool
-throw out tools from "Demo" window to "Tools" window
-change ComboBox to Tabs for Tools
-Added more verbose tips
-Improved and fixed BrickBreaker collisions
-fixed simple DUB issue
2021-03-01 12:16:02 +01:00
5411e97cb1 Move ECS to Bubel module 2020-05-05 16:56:51 +02:00
109775af87 Update README.md 2020-05-04 10:33:54 +00:00
7bc07666d0 Initial release README.md 2020-05-02 21:11:22 +00:00
b434d851ed CIUpdate
- added build test
 - probably fixed some trash
- coverage test should only wait for test_dmd_debug
2020-04-25 11:09:35 +00:00
72617bc2a5 Added pipeline status indicator to README.md 2020-04-14 18:37:00 +00:00
6217aec6be -changed README
-license changed to BSD (maybe temporary)
-added configurations to dub.json
-initial ECS implementation (WIP):
	-Manager, System, Entity, Component
	-registering components
	-registering systems
	-calling update
2018-09-07 20:54:29 +02:00
a984824ec5 Design 2018-09-07 10:48:03 +02:00
f851e3c2ec Initial commit 2018-09-07 08:39:13 +00:00