About Monkey 2 › Forums › General Programming Discussion › Who is using Pyro and why ( or why not ) ?
Tagged: pyro
This topic contains 10 replies, has 10 voices, and was last updated by
jondecker76
1 year, 2 months ago.
-
AuthorPosts
-
September 22, 2017 at 9:21 am #10689
As the title says…
September 22, 2017 at 6:39 pm #10714I am not using pyro. I do not think there is anything in it I would want to use. Also I think I would want my projects to stay as standalone as possible(No extra installations/work required).
If it had more game engines in it I would probably consider it more. (rpg/rts/turn based/strategy etc) More of those bigger things that take a longer time to create. It took me 10 days to create a barebones turn based game. If I could just jump in something and get somewhere it would be a lot more fun.
If there was a morrowind like of minecraft engine in it I would jump on it
September 23, 2017 at 2:48 am #10729I don’t create games yet. Apps only.
October 10, 2017 at 6:38 am #11054I use Pyro because I like the simple ‘Screen’ handling and also the great but simple to use GUI.
I also worked on a simple Space Invaders clone with the scenegraph module that works also fine and helped a lot to reduce the developing time.So I’m very happy with your module and thank you a lot for your work!
October 10, 2017 at 7:18 am #11055I shall use it when I’ll start creating my next game. (Mid December)
Too bad it’s not on Github though. I’m pretty sure I’ll want to fork it and customise some stuff.October 10, 2017 at 3:57 pm #11059I don’t use it now, but I think I will after I finish few few programs.
October 16, 2017 at 8:02 am #11118I’m still in early stages on the first mini-project (oh someone give me more free time!), but I’m using Pyro2 for convenience. It comes with a lot of useful stuff for general use. Contrary to a comment further up I’m not looking for a too specific game engine, more for general modules and utils/helpers for development as I see Pyro 2. Anything that’s too specific I’d rather write myself, otherwise I think any framework that tries to cover too many specifics and game types out of the box will in the end be too limiting and require bandaids and workarounds to make things behave the way I want. The general approach works better for me.
So far I’m mainly using the scene graph “basics”: virtual resolution, layers, sprites, camera, etc. I’m not using much of the framework yet, but I’m sure this will come in handy sooner or later, i.e. object pool, collision, pathfinder, screen manager, and also TexturePacker support. I think it can save quite some time to have these modules available.
+1 for a Github repo, just for the ease of updating (and possibly customisation, but I’m hesitant about that). But (I guess) I understand why it’s on Itch.io, it just makes it more obvious that you can donate.
Oh, and btw, is there a reason why the Pyro framework is split up into smaller modules but GUI and Scenegraph each are one long file? Not that it makes a big difference, but I find it quicker to find the source when it’s split up.
Thanks for Pyro2, Playniax! I think it’s an awesome addition to Monkey2.
October 18, 2017 at 6:45 am #11163Thanks guys! I will continue to work on Pyro as long as Monkey2 is activly developed.
is there a reason why the Pyro framework is split up into smaller modules but GUI and Scenegraph each are one long file?
I just prefer to start modules that way and split them up later. Time sometimes just gets in the way. One day probably I will split the files up.
December 6, 2017 at 8:15 pm #12183I would love to try out Pyro! So I’d say I’m going to try it out. There is quite some lacking documentation though – as far as I’m aware. Please do correct me if I’m wrong :). I’ve found some info on an old post for pyro1 here http://wasted.nz/posts.php?topic=209833 (old site). Hopefully most of the information there is still semi-relevant. The Itch.io page has a post for documentation, but that seems to be more of a M2 doc than a Pyro2 doc.
December 7, 2017 at 3:49 pm #12193Been messing with it for a while and here’s my opinion if it’s of any value.
TLDR;
I like how fast it is. It’s very Game Maker-like in terms of the Events “OnXXXX()”
Personally, I’d prefer it to be more integrated with the Mojo stack but that’s just nitpicking.I honestly can’t think of anything else, it’s a very true-to-form framework that doesn’t have much of a learning curve.
Props. 5/5February 9, 2018 at 6:53 pm #13583I’m sure I will use pyro at some point once I get my feet wet. Just now finally getting to check things out a bit
-
AuthorPosts
You must be logged in to reply to this topic.