I just wanted to share a showcase of my tool (called “DemoMaker”, in reference to a very old tool that existed during the Amiga times) which can generate and package short non interactive animations.
This tool is an editor allowing someone to create an interactive animation without knowing anything in coding:
Import your assets
Place your objects (models - animated and/or with LoD, text, procedural models…) and assign to them a start time and a duration
Define your lights, cameras and fog
Put your music
…
Run it (and package it)
Its purpose is educational: for myself (learnt a lot) and for other people who may want to go deeper into the possibilities offered by Panda3D.
The tool is indeed based on P3D 1.10 and showcases some interesting features such as:
Panda3D-Kivy,
PBR/IBL,
Stacked post-processing effects,
PL shadows used with other light types shadows,
PSSM,
GPU particle system…
Some of these features were developped by community members such as cheaterman, flavio, eldee, moguri, epihaius, rdb and others…: thanks to all of you!
The code is not posted on github yet but it maybe in a near future (if there are interested people). The tool is far from being finished/polished/optimized/user friendly…so a lot of work would be needed to make it very usable.
Below are links to:
A video showing a brief overview of the tool itself:
A video showing an animation generated by it. Of course, absolute no offense is intended to other engines
This looks like a pretty neat tool, and potentially something fun to play with!
I’m reminded somewhat of an old animation-making tool/toy from back in the nineties (the name of which escapes me). Albeit that this looks more capable than I recall that being!
There are other tools already existing, which are more suited to re-create “oldschool” demos.
I decided to make it a kind of (limited) showcase of P3D. There are still plenty of works to make it a real “production” tool such as speed optimization (good news is that I run it from a 10-year+ computer), size (limiting the size of the produced executable + assets)…
I don’t think that that’s the one that I was thinking of–the one that I had in mind ran on Windows, as I recall, and would have come out later in the nineties, I think.
But that’s ultimately not important! It was just an old memory that was stirred up by this tool of yours.
If you would, what kind of performance does the demo tool provide?
A small nitpick – kdenlive makes it quite easy to crop the video to the windowed region in the editor, so that your UI isn’t presented along with the window. Since you’re already using kdenlive, you may want try that out.
It is cool that you seem to be using some more sophisticated rendering techniques like PSSM!