Shape Engine 1.0 Release
Initially, I just wanted to overhaul the input and audio system of Shape Engine. This turned into a year long complete rework. I think there is almost no area of Shape Engine that did not get changed or removed. I took some inspiration from other frameworks (Monogame mostly) on how to setup the basic framework or gameloop. I simplified it and made it more user friendly in general, and removed unnecessary steps.
One other big part was the new shape and collision system. Now Shape Engine supports a lot of shapes (Segment, Circle, Triangle, Rect, Quad, Polygon, Polyline) and collisions/ intersections work between all of them. The different shapes are all encapsulated in there own struct and I added a lot of helpful functions to them. You can intersect shapes and get all there intersection points with normals, or just overlap them, check if one shape contains the other, or even project shapes along a vector.
Reworking the UI system was really hard. I think it took me 3 iterations to get to the point where it is now. I used Godot’s Control Node system as inspiration for my system and works great now. It is simple enough and it still can do everything I need it to. The UI system now consists of three main parts:
- Control Node (a button for instance)
- Control Node Container (can contain any number of control nodes (even containers) and updates & draws them and can also neatly align them in various ways)
- Control Node Navigator (Navigates through all active & visible control nodes via input)
There is a lot more that has changed since the alpha version of Shape Engine (over 600 commits) and too much to write it down here but I think it gives you a good glance at the changes.
I think I got relatively close to my goal and once I use Shape Engine for my next game I will find out really quick what areas still need some work.
Changed / Overhauled
- Input System
- Audio System
- Savegame System
- Collision System
- Color System
- UI System
- Text & Font System
- Gameloop
- Drawing System
- Screen System
- Randomization System
New
- Pathfinding System
- Color Palettes
- Shapes
Files
Get Shape Engine
Shape Engine
Simple 2d Engine focused on drawing shapes rather than using textures/sprites.
Status | In development |
Category | Tool |
Author | Dave Green |
Tags | 2D, Colorful, Game engine, Pixel Art, shapes, Singleplayer, Top-Down |
Languages | English |
More posts
- v2.1.0 Release69 days ago
- 2.0 Release79 days ago
- Dev Update 11 - Gapped Outline & Scaled LineAug 08, 2024
- Dev Update #10 - UI 2.0May 23, 2024
- Dev News - Word Emphasis 2.0May 17, 2024
- Dev News - Helldivers vs AsteroidsMay 01, 2024
- Dev News - Shape ProjectionApr 17, 2024
- Dev News - Pathfinding 3Apr 03, 2024
- Dev Update #9 - Pathfinding 2Mar 20, 2024
Leave a comment
Log in with itch.io to leave a comment.