Relaunch


New game engine

After all this time (2 years lmao) I decided to rewrite this project from Java and LWJGL to my game engine in C++ and pure OpenGL. The new engine will allow me to implement more features. For example, I gave up texture atlas with 2 versions of each block: enabled and not. Now I have atlas with only 15 images with transparent body. That is, it will be possible to change the color of the blocks. And the glow is realized by the post effect Bloom in real time shader. It won't affect performance much, but it will greatly improve picture quality. In the future I will be able to add more beautiful rendering


New UI concept

I refused to create a custom UI in the game because of the complexity and beauty. Now all the UI in the game will be implemented through ImGui with few exceptions, which will allow me to make updates more often. The current UI looks pretty good


What awaits the game?

  1. Improved performance
  2. New blocks
  3. Multiplayer
  4. Undo/Redo
  5. block Drag n drop

That's it, the next update is coming soon. Sorry if I drop the game lol

Files

LogicalSystem 1.0.1 Relauch pre-alpha 809 kB
Apr 21, 2023

Get Logical System

Leave a comment

Log in with itch.io to leave a comment.