Hi guys. I've started writing my procedural node-based game engine. Yesterday I've finished first demo for my dynamic lighting system. Hope You find it interesting. Any feedback would be appreciated! Youtube demo: https://www.youtube.com/watch?v=7wXb2qDPRzw
Hi Guys. 3Vial Engine is free for download for anyone interested in trying it out Gumroad download link: https://gumroad.com/l/mijAE Itch.io download link: https://rayterex.itch.io/3vial-engine
Hey guys. Here is the preview for the 3Vial Engine version 0.5: Hope You find it interesting. I will build and release new version in the next couple of days.
Are you planning to make a complete game engine (path finding, physics, event triggers, etc.)? Always find it impressive seeing people building their own game engine, it's such a massive undertaking. Also curious; Is this all being written in Python?
Yes, I would like to make a game engine that also has functionality of Maya/Houdini/Substance Designer/Photoshop/SpeeTree/WorldMachine. Yeah, it is written in Python. It is pretty fast because I do all the math in NumPy, python library for math written in C