Cordex is an open-source, local-only, and feature rich map for The Isle using map assets from other popular mapping sites such as VulnonaMAP and islemaps to provide a great experience.
Note
The initial scaffolding for this project was created with assistance from several LLMs.
- Multiple map images from various sources
- Path/Session saving and management
- Clipboard Monitoring similar to Vulnona's "Quick Search" feature
- An experimental OCR location tracker that updates location live whenever it appears on screen.
- Simple and clean reacive UI
Because this is open source, we highly encourage anyone familliar with React to contribute to Cordex! How to contribute:
- Fork the Development Branch to your local machine, and run
npm install. - Implement changes/features. (dev server is started with
npm run dev) - Make a Pull Request TO THE DEVELOPMENT BRANCH with an explanitory title.
- Please include pictures of your changes in the description
- Outline any changes to the code that you think are not self explanitory
At some point, if the feature is accepted, the branch will be merged!