Voxel game for the Gamecube, Wii, Dreamcast, and PC.

About Meese Engine


Get ready for Meese Engine on the Gamecube -- a version that, against all odds, outshines even the official Minecraft ports in some ways. With a jaw-dropping render distance surpassing Minecraft's, you'll see those blocky horizons stretch farther than you thought possible on Nintendo's little cube. Somehow, this console is pushing polygons and chunks out into the distance like it was born to do it.

Read more
Filters

Recent Activity

&meeseengine for the Gamecube, Wii, Dreamcast, and PC.

I've been mostly working on the engine's internals lately. The PC port gave me the debugging tools I needed to improve complex systems like the memory manager.

  • Audio is now working on the Dreamcast version
  • Renderer runs 20% faster on the Dreamcast
  • Heap allocation is 300% faster on average and 200% faster on worst case. While this had minimal impact on performance for the Gamecube and PC versions, it was a significant bottleneck on the Dreamcast.
  • Increased real-time heap defragmentation throughput by using a new multi-regional heap structure, which also sets the foundation for DRAM bank-aware memory allocation.
    This video showcases the Dreamcast version of my voxel engine.
View original message on Discord

&meeseengine
Flying at 3 times the speed of sound (3690 km/h), hitting nearly 60 FPS, with a 64-chunk render distance.

View original message on Discord

I ported &meeseengine to the PC, and even in its unoptimized state, it runs at 60 FPS with a minimum render distance of 64 chunks on my laptop -- double the maximum render distance of Minecraft: Java Edition. Powerful hardware won't be necessary for the game to run smoothly at long render distances.

The PC port will streamline the debugging process, allowing for faster improvements across all platforms, including the Gamecube, Dreamcast, and Wii.

View original message on Discord

I ported &meeseengine to the Wii with a render distance of 17 chunks, now surpassing the render distance of Minecraft on the PS4 and Xbox One.

View original message on Discord

The Gamecube version of &meeseengine now boasts a render distance of 13 chunks, surpassing the render distance of Minecraft on the Switch (docked). Cloud shadows have been enhanced to distort as they move, with a softening effect during sunrise and sunset.

View original message on Discord

&meeseengine New features are in the works. In the meantime, here are a few cool places I've found.

View original message on Discord

&meeseengine on the Gamecube
This update introduces a range of new features, including a new entity system and model animations. Block digging now takes time, with items dropping upon destruction. Background music playback has also been added, efficiently decoding compressed audio data with minimal CPU usage. Over 10,000 objects are allocated on the heap without performance degradation.

View original message on Discord

&meeseengine

Optimized my game engine to fit 25 million blocks within 24 MB of RAM, achieving a new render distance of 12 chunks (192 blocks) on the Gamecube. This now surpasses the render distance of Minecraft on the Xbox 360, PlayStation 3, and Wii U, and matches that of the Nintendo Switch when docked. This accomplishment is the result of extensive optimization effort over the past month.

View original message on Discord

&meeseengine

Testing the new particle system in my Minecraft-inspired engine for the Gamecube and Dreamcast. Taking a break from optimization work to concentrate on gameplay features.

View original message on Discord

&meeseengine

On the Dreamcast version, the game runs nearly smoothly at draw distance = 10 chunks (same as in Minecraft multiplayer) and move speed = 8, though it’s still far from the Gamecube version shown in https://discord.com/channels/239737791225790464/404399251276169217/1267828654814265447, which ran flawlessly at 30 FPS. There are occasional small stutters when moving around. Terrain noise generation has been optimized to run twice as fast, reducing its share of the total world, lightmap, and mesh generation time from 26% to just 14%. Numerous smaller optimizations have also been made, slowly chipping away chunk generation time.

How it runs at speed = 16: https://discord.com/channels/239737791225790464/1181724575084593153/1268219356504916080

View original message on Discord

&meeseengine

This stress test on the Gamecube shows that mesh and lightmap generation have been successfully optimized, though world generation still needs improvement. Thanks to real-time heap defragmentation, the game never runs out of memory, even when moving at high speeds.

In case you're wondering, the Dreamcast's performance lags behind significantly, with mesh and lightmap generation running 30x slower. On the Dreamcast, the game maintains a smooth 30 FPS when standing still or walking within a small area, but rapid movement induces noticeable lag. Substantial optimization efforts are required to bring the Dreamcast's performance on par with the Gamecube.

Previous update: https://discord.com/channels/239737791225790464/404399251276169217/1259864487998259240

View original message on Discord