Lexi · @AlexiWolf
106 followers · 1177 posts · Server meow.social

I'm refactoring code today, and Wolf Engine's main `Engine` type just evaporated into `(EventLoop, Context<Data>)`.

RIP, `Engine`, you will be missed.

#wolfengine #lexisdevlogs

Last updated 1 year ago

Lexi · @AlexiWolf
58 followers · 303 posts · Server meow.social

Got the the high-level Window API merged! It's a good step towards making the engine usable. I'm planning to implement an integration crate for Winit to push along-side release v0.26.

It's very exciting to have things coming together!

github.com/AlexiWolf/wolf_engi

#enginedev #gamedev #wolfengine

Last updated 2 years ago

Lexi · @AlexiWolf
46 followers · 263 posts · Server meow.social

Released Wolf Engine v0.25 today!

This one is a small update. Just some new helper functions, and some changes to the event system in preparation for some bigger features I'll be working on soon. Window system, inputs, and 2d graphics are the next steps I think.

github.com/AlexiWolf/wolf_engi

#wolfengine #gametools #enginedev #gamedev

Last updated 2 years ago

Lexi · @AlexiWolf
40 followers · 218 posts · Server meow.social

Yay! Finally got v0.24 published!

crates.io/crates/wolf_engine

#wolfengine

Last updated 2 years ago

Lexi · @AlexiWolf
40 followers · 218 posts · Server meow.social

Looks like failed to publish last night. I guess the bin-style of internal dependencies doesn't work for libraries, and everything needs to be published.
Oops.

Hopefully the fix will work just fine.

#wolfengine

Last updated 2 years ago

Lexi · @AlexiWolf
40 followers · 218 posts · Server meow.social

Kinda feels weird to be staging v0.24, and this is all there is. lol

This release was all about going back to basics, ig.

#wolfengine

Last updated 2 years ago

Lexi · @AlexiWolf
40 followers · 218 posts · Server meow.social

is getting some pretty major reworks this week. I was unhappy with how a lot of things were (not) coming together, so I decided to start fresh with new design. Essentially, I'm splitting the core, and framework stuff into separate packages, and greatly simplifying everything.

Good news is, the base engine is MUCH better now, and that's just the basic stuff. The old design was to over-engineered, and was difficult to manage. I think it's real easy to forget the KISS rule sometimes.

#wolfengine

Last updated 2 years ago

Lexi · @AlexiWolf
40 followers · 218 posts · Server meow.social

I've been doing some experimentation with , a custom game engine I'm building, on today. Finally got an Android dev environment set up, and made a simple "Hello, World" style program. As a pleasant surprise, the engine just builds and runs on Android as-is. I was expecting to have to put in much more work. Now I just have to figure out how to get windowing and graphics working on here. Wish me luck.

github.com/AlexiWolf/wolf_engi

#android #wolfengine

Last updated 2 years ago