10
Celes
7y

ECS-Concept - a Entity Component System library in C++17/C++20, for learning purposes.

Project Type
Existing open source project
Summary

ECS-Concept - a Entity Component System library in C++17/C++20, for learning purposes.

Description
I'm learning C++ (well it will always be the case but let's say I don't have a lot of practice) and I'm training using a side project : Entity Component System Library. If you don't know what is this take a look on Wikipedia ;) (I don't know why link don't work here sorry) I'm using metaprogramming, C++17. I wanted to use C++ Concepts too but GCC(#G++) had too much internals errors . So this is a lot of new stuff and I tried to keep the library really minimal. You won't find a lot of code. It's only a generic storage creator atm in fact x) So if you have some time, and want to give me any advices, feedbacks, suggestions... Or if you want to learn too. Please do it :D
Tech Stack
C++17, Boost Hana
Current Team Size
1
URL
Comments
  • 0
    @Lahsen2016 do you mean why not g++? Well that's the same software and it's called gcc :p if you're speaking of clang, I needed some features that it did not support. But I'm trying to use it too now.
  • 1
    @Lahsen2016 so yeah don't worry I'm using g++. Won't be able to compile with the c compiler anyway. I'll precise it in an edit.
  • 2
    @Lahsen2016 I believe gcc stands for gnu compiler collection, so he was referring to all of the compilers, even though you type gcc on the cmd line
Add Comment