|
|
|
|
|
by joshuafcole
4946 days ago
|
|
Just to clarify a few points about it from poking around: 1. It is _not_ windows only, but the setup.py _is_. Ensure you have the requirements listed along with pyscintilla2 and then execute Stellar.pyw directly (python Stellar.pyw). 2. Very little is currently functional. This appears to mostly be a QT GUI inspired by Gamemaker. Certain aspects of the UI are also currently nonfunctional (e.g. right click menus on folders). 2a. There appear to be some small issues with windowing (e.g. opening a sub-window fullscreen (in this case a sprite) and then opening a new window (in this case an object) leads to the new subwindow being minimized by default. So, I didn't spend a lot of time reading the code (just enough to get it running actually), but this is definitely more of a call for assistance than a call for beta testers. When finals have wound down I'd like to spend more time with the code and see if this would be a good project for my Christmas pull requests. As some of the other commenters have mentioned, Game Maker was a great product, but it certainly showing its age. I'd love to see something that improves on what we've learned from Game Maker to help train the next generation. |
|