Skip to content

A level editor capable of saving a graph to a pickle file which a programmer can easily rebuild in their custom format. It has the ability of undo/redo. No longer is there a need to procedurally position a Node through trial and error. Currently only positioning Models and Actors on the render graph is supported. In the future, this will become …

jkcavin1/barebones

Repository files navigation

barebones

A level editor capable of saving a graph to a pickle file which a programmer can easily rebuild in their custom format. It has the ability of undo/redo. No longer is there a need to procedurally position a Node through trial and error. Currently only positioning, rotating, and scaling Models and Actors on the render graph are supported. It's purely Panda with no other libraries used, except Python's of course.

Here's a demo of my widget plus undo/redo: https://www.youtube.com/watch?v=CEyCf2z-qrc

About

A level editor capable of saving a graph to a pickle file which a programmer can easily rebuild in their custom format. It has the ability of undo/redo. No longer is there a need to procedurally position a Node through trial and error. Currently only positioning Models and Actors on the render graph is supported. In the future, this will become …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages