craftablescience / ChiraEngine

A customizable MIT-licensed game engine.
https://craftablescience.info/ChiraEngine/
MIT License
33 stars 6 forks source link

draft: Editor #38

Closed ashifolfi closed 1 year ago

ashifolfi commented 1 year ago

Improves the editor massively. Implementing a lot of functions that make it an actual editor instead of just a simple model viewer.

this description is going to be updated properly with a final list of things that need to be done. all related issues with task lists will be closed when that's done.

ashifolfi commented 1 year ago

so Frame.h just doesn't work now for some reason because the thing it was overriding was probably removed

ashifolfi commented 1 year ago

yep removed the override and it seems like it actually builds now

ashifolfi commented 1 year ago

definitely need to investigate what exactly that was supposed to override and why it didn't work

ashifolfi commented 1 year ago

time to try and remerge main

ashifolfi commented 1 year ago

don't try and blindly implement things kids. I made like 5 typos in the implementation of the entities panel

ashifolfi commented 1 year ago

Most likely going to perform a complete rebase back onto main and port over the most important changes from this branch into a new one. Get a fresh base to work off of.