Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make all code in repository cross platform #204

Open
5 tasks
pauldendulk opened this issue Jan 18, 2023 · 0 comments
Open
5 tasks

Make all code in repository cross platform #204

pauldendulk opened this issue Jan 18, 2023 · 0 comments

Comments

@pauldendulk
Copy link
Contributor

pauldendulk commented Jan 18, 2023

Advantages

  • This will allow Mac and Linux users to make use of all projects
  • We can use linux github actions which (from my experience) are faster.

Projects that are windows only

  • EpsgAccessDatabaseTests (uses OleDb)
  • BruTile.Demo (WPF)
  • BruTile.Samples.MbTiles (Windows.Forms)
  • BruTile.Samples.SimpleStaticMap (Windows.Forms)

Todo:

  • EpsgAccessDatabaseTests uses tests to generate the data we use in BruTile. Some of the tests are regular tests, they should be moved to a BruTile test project.
  • EpsgAccessDatabaseTests and the remaining tests should be moved to a separate repository within the BruTile github project.
  • Port BruTile.Demo Avalonia
  • Port BruTile.Samples.MbTiles to Eto (or Avalonia)
  • Port BruTile.Samples.SimpleStaticMap to Eto (or Avalonia)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant