Saturday, July 10, 2021

ZetScript

ZetScript

  1. ZetScript Programming Language
  2. ZetScript is a programming language with an API that allows to bind C++ code in script side. ZetScript includes the following features:

    1. Virtual Machine
    2. Language syntax close to JavaScript
    3. MSVC++ 32/64 bits MSVC 2015/2017 or build tools v141
    4. Linux/MinGW 32/64 bits, g++ 4.8 or above
    5. Save/Load state support
    6. Dynamic Garbage collector
    7. Straightforward way to bind C++ variables, functions, classes and its members
    8. The library size is 1Mb on gnu toolchain and 372KB on MSVC++
    9. Override operators through metamethods

  3. Game Engine using SDL2 and ZetScript
  4. This article aims to show how easily you can build a simple game engine in C++ application with SDL2 and ZetScript script engine. The engine will have a few set of functions for paint graphics, read input keys and play sounds using Simple DirectMedia Layer(SDL). Later, we will show some pieces of script code about how to make a demo of Invader game.

  5. ZetJsonCpp - Deserialize/Serialize from/to JSON Strings or Files
  6. This article will show how to deserialize from JSON string or JSON file into C structure in one single line with ZetJsonCpp. Also, it will show how to perform some operations and serialize reflecting the changes..

  7. This is a paragraph.

  8. This is a paragraph.

  9. This is a paragraph.

  10. This is a paragraph.

  11. This is a paragraph.

  12. This is a paragraph.

  13. This is a paragraph.

  14. This is a paragraph.

  15. This is a paragraph.

  16. This is a paragraph.

  17. This is a paragraph.

  18. This is a paragraph.

  19. This is a paragraph.

  20. This is a paragraph.

  21. This is a paragraph.

No comments:

Post a Comment