Game
fezEngine
2 years ago

Haven't posted in a while, I'm getting back to working on #fezEngine


A lot of stuff changed since the last time, mostly outside of the engine, I'm even thinking of starting from scratch, not because I forgot my code, it's because my code was bad, specifically:

  • Everything is in a single sprite, absolutely no incapsulation.

  • No temporary memory systems implemented, if I needed a temporary variable, I would create it as a variable, not as a cache list item that I can then remove.

  • The engine was not made with performance in mind, it was too late in development when performance issues arised.

  • A lot of the existing functionality is buggy, including bugs related with scratch compatibility.

I'm currently reworking selective formatting, on release it should have even more functionality and be less glitchy.



0 comments

Loading...

Next up

fezEngine's text formatting engine is now as advanced as ever

Scratch not being able to recognize capital letters ruins my text engine

Getting back to working on fezLang... Yeah, assembly is probably easier at memory juggling than whatever this is, I need to dig up my notebooks.

.... ... .

Soo fezEngine is kinda pointless now that extensions made scratch usable, it also is not very compatible with scratch because send/receive message blocks are laggy as all hell unless you're using turbowarp which 'mind you has extensions, oh well

Now would you look at that, it's fixed! That means that the 4th demo of #fezEngine is near, stay tuned!

Happy #WIPWednesday!

Are you working on a game?

Making some art?

Practicing a song?

Something else?

Tell us in the comments!

New advanced batch blocks and debug blocks coming soon!