Search Unity

I have started an ECS blog

Discussion in 'Entity Component System' started by 5argon, Mar 28, 2019.

  1. 5argon

    5argon

    Joined:
    Jun 10, 2013
    Posts:
    1,555
    https://gametorrahod.com/tag/unity-ecs/

    Actually the blog has been around for a while but I just escaped from Medium to my own self-hosted Ghost instance.

    Ghost allows C# code syntax highlighting, real Markdown, and saner inline code (the ` character) and the most importantly no unrelated blogs on the bottom. Medium is rather a place for those feel-smart/fun to read/digest blogs, not for technical/research blog like this. Unfortunately Ghost's comment/user system is in developement so to leave message currently I am using Disqus.

    There are other junk stuff in the blog but with the tag feature all ECS articles are collected in one tag page. RSS is also working per tag. For example : https://gametorrahod.com/tag/unity-ecs/rss to receive notification from only new Unity ECS articles.

    I have also obliterated all articles that contains deprecated content and bad practices (like [Inject], CDA, etc.), and also went back to the one that wasn't quite deprecated but got added new features. (Like batched EntityManager which now could be speed up by ComponentGroup) So, finally I think everything there are now safe to read! Enjoy.
     
  2. siggigg

    siggigg

    Joined:
    Apr 11, 2018
    Posts:
    247
    I've read a lot of your blogs already, and love it! Keep going please :)
     
    5argon likes this.
  3. eizenhorn

    eizenhorn

    Joined:
    Oct 17, 2016
    Posts:
    2,684
    Hey @5argon small suggestion :) On hover text become very blurry :)
    upload_2019-3-28_15-13-15.png

    Maybe only transform: scale(1.2); enough, without translate3d
    upload_2019-3-28_15-24-3.png
     
    Last edited: Mar 28, 2019
    5argon likes this.
  4. 5argon

    5argon

    Joined:
    Jun 10, 2013
    Posts:
    1,555
    I actually have no idea what they are doing in their default Casper theme. Have to find some time to learn Ghost theming system.. : P
     
  5. T-Zee

    T-Zee

    Joined:
    Oct 23, 2017
    Posts:
    31
    I found them while googling a problem i was having recently, they are fantastic thank you very much :D
     
    5argon likes this.
  6. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    You do it so the world doesn't have to :) nice of you to share your findings!

    I see you "went nuts and did the website content from the ground up"!
     
    5argon likes this.
  7. arielsan

    arielsan

    Joined:
    Dec 3, 2013
    Posts:
    47
    5argon likes this.
  8. Sylmerria

    Sylmerria

    Joined:
    Jul 2, 2012
    Posts:
    369
    Your article on burst and optimization was very great ! Learn a lot, thanks
     
    5argon likes this.