https://github.com/mattdrivendev/isoblockeditorthing
Found some isometric block tile assets - thought I'd make a kind of editor thing with SDL3
https://github.com/mattdrivendev/isoblockeditorthing
Last synced: about 1 year ago
JSON representation
Found some isometric block tile assets - thought I'd make a kind of editor thing with SDL3
- Host: GitHub
- URL: https://github.com/mattdrivendev/isoblockeditorthing
- Owner: MattDrivenDev
- License: unlicense
- Created: 2023-10-06T20:55:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T22:14:39.000Z (over 1 year ago)
- Last Synced: 2025-03-08T23:19:11.777Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 652 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iso Block Editor Thing
This time in C++ using SDL3.
## Vector2
I'm just going to use an `array` to represent the vectors and implement the small vector math operations I require myself. It's lightweight and simple to think about. By convention `[0]` will represent the `x` and `y` will be represented by `[1]`.
## MonoGame Version
This is a rebuild of a [C#/MonoGame version that I've already done](https://github.com/MattDrivenDev/IsoBlockEditorThing/tree/csharp-monogame), so that I can continue to learn me some C++. You can see the "goal" app/game here:
[](https://www.youtube.com/watch?v=FF7-CFqMzLo)
## Dinos
https://arks.itch.io/dino-characters