Jelajahi Sumber

doc: updated links

Michele Caini 6 tahun lalu
induk
melakukan
5d1802faf7
2 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 1 2
      TODO
  2. 2 0
      docs/md/links.md

+ 1 - 2
TODO

@@ -20,6 +20,5 @@
   - get -> all, exclude -> none
 
 * WIP: snapshot rework/deprecation
- - range-assign cannot return iterators (see #386)
- - range-assign should accept also an iterator from which to "copy" instances
  - remove snapshot/loader from registry, make them external (faster) tools
+ - deprecate snapshot classes, update documentation to describe alternatives

+ 2 - 0
docs/md/links.md

@@ -70,6 +70,8 @@ I hope this list can grow much more in the future:
     [demo code](https://github.com/Green-Sky/imgui_entt_entity_editor_demo)).
   * [SgOgl](https://github.com/stwe/SgOgl): a game engine library for OpenGL
     developed for educational purposes.
+  * [Lumos](https://github.com/jmorton06/Lumos): game engine written in C++
+    using OpenGL and Vulkan.
 
 * Articles and blog posts:
   * [Some posts](https://skypjack.github.io/tags/#entt) on my personal