Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Zalaz Engine: Particle Lab  (Read 1991 times)

0 Members and 1 Guest are viewing this topic.

DarkRoku12

  • Full Member
  • ***
  • Posts: 203
  • Lua coder.
    • View Profile
    • Email
Zalaz Engine: Particle Lab
« on: October 27, 2016, 02:44:27 am »
Hello SFML users, long time ago i started a game engine with SFML as it core.
Its only can be scripted with Lua.

The engine have been developed to work with the Lua C-API and the Luajit's FFI (the user can switch APIs at runtime -if wanted- without change any code or logic). So games can achieve native speed with Luajit's ffi.

I need to finish the docs, and finish the others editors.

Later i will make a post of the engine with all its features (it have a LOT of them).

But in this one i want to show the ParticleLab, a tool made using only the engine (entirely in Lua) that will help you in the development of the Particle System you want for your game. (Yes, is done with the engine, for the engine).

I have made so far only one demo video of the ParticleLab:
http://youtu.be/paCmjLWCCXA

The power of the Particle System of the engine is great, you can emulate the great Thor example of Fireworks.
http://youtu.be/IkOu6HypfSY

Or even a moving galaxy for a space shooter game:
http://youtu.be/tiIrnuyWAZs

You only code in Lua, and the editor is for make your the life easier in the process of modify-update the script.
« Last Edit: October 27, 2016, 02:51:15 am by DarkRoku »
I would like a spanish/latin community...
Problems building for Android? Look here

 

anything