A GUI tool for converting Minecraft coordinates between the Overworld and Nether dimensions. Built with Odin and raylib.
- Real-time coordinate conversion
- Intuitive input handling
- Dimension toggle (Overworld/Nether)
- Responsive interface
- Debugging console
- State management and serialization with auto-save/load
- Input: Type coordinates in X/Z fields
- Navigation: Tab/Shift+Tab or mouse click
- Dimension Toggle: Arrow keys (left/right) or mouse click
- Clear Input: Type on field, press Backspace
- Debugging Toggle: F3
- Language: Odin
- GUI and Rendering Framework: raylib
- Suggested Font: Minecraft Ten (third party, not included in repository/release for fear of legal retribution)
- Platform: Windows
This whole project is ultimately an excuse to play with and learn programming and graphics rendering