Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 318 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 318 Bytes

FunkECS

An entity-component-system based programming language.

Progress

  • Basic expressions
  • System declarations
  • System execution
  • Pipelines
    • Reduce operation
    • Query operation
    • Assignment operation
    • Print operation
    • Filter operation
    • Map operation