KorGE

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    ECS and Shaders

    General
    2
    2
    117
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      ilum last edited by

      Hi. I'm new to the engine and pretty new to game development as well. I just wanted to satisfy my curiosity about stuff mentioned in the title. So my first question would be, are there any examples on how to write 2d shaders in korge ? Will an entity component system framework be developed for korge ?
      Great engine btw. Keep up the good work!

      1 Reply Last reply Reply Quote 0
      • soywiz
        soywiz last edited by

        I think we discussed that on slack/discord already.
        No ECS provided by the engine, but some people talked about that stuff via chat, so not sure if someone will work on a ECS engine.
        Regarding to shaders: Shaders on KorGE are usually applied via filters, and created using a DSL for that. Please, check this link: https://github.com/korlibs/korge/blob/16aac42d6cf0e4eed19e088e12b73282661cf0f4/korge/src/commonMain/kotlin/com/soywiz/korge/view/filter/WaveFilter.kt#L31-L40

        1 Reply Last reply Reply Quote 1
        • First post
          Last post