Commit graph

210 commits

Author SHA1 Message Date
nathan 56a4f252d6 added flag for fps display 2020-12-07 21:19:53 -08:00
nathan e9372475c9 fixed an issue prevent label positions from updating properly 2020-12-07 16:30:49 -08:00
nmatsuda d29a1e04e4
Added link to 3D printable case, still trying to make the GIF play more smoothly 2020-11-18 21:39:56 -08:00
nathan e3563f49e7 trying to fix readme bullet indentation 2020-08-31 10:45:18 -07:00
nathan 532d174362 trying to fix readme bullet indentation 2020-08-31 10:44:22 -07:00
nathan 4b976a273b readme depencies and WSL 2 options from @hhrhhr 2020-08-31 10:43:08 -07:00
nathan ddb9019194 removing accidentally commited binary files 2020-06-26 20:44:04 -07:00
nathan 3762585202 removed all thick and filled sdl_gfx operations to speed things up a little 2020-06-26 20:40:03 -07:00
nathan 831f4f672a spellcheck 2020-06-22 23:28:14 -07:00
nathan dc4c63aeff turned off fps debugging (may add as flag late) 2020-06-22 23:23:16 -07:00
nmatsuda 3fdc00b49d
another try at fixing gif 2020-06-22 23:21:13 -07:00
nathan cdb10b3d00 trying to embed gif in readme 2020-06-22 23:12:45 -07:00
nathan 85ded9d60c moved new fiona-based mapconverter for airports and names into mapconverter.py. updated readme 2020-06-22 23:10:09 -07:00
nathan 9c46dcbd58 fixed some drawTrail double line issues, cleaning up color assignments 2020-06-22 22:21:47 -07:00
nathan 80e776d470 working runway drawing and airport names with conversion 2020-06-20 21:44:30 -07:00
nathan ab1dce1d15 testing loading with fiona instead of geopandas (eliminates dependencies not available for raspberry pi) and tested loading place names 2020-06-19 22:04:57 -07:00
nathan 9c284a8460 carried over license from dump1090 per license terms 2020-06-18 20:03:38 -07:00
nathan f953b46f8e Merge branch 'natural_earth_maps' into main 2020-06-18 19:49:55 -07:00
nathan 1115280ba4 changed getmap.sh to new natural earth data source 2020-06-18 19:49:18 -07:00
nathan 352a06c80c testing cartopy instead of geopandas 2020-06-18 19:35:49 -07:00
nathan 5afa90b2dc working natural earth mapconverter 2020-06-18 19:29:45 -07:00
nathan a580fbbba1 working on shapefile conversion. now using geopandas to do it entirely in python. something is still wrong with the quadtree loader, need to debug 2020-06-17 23:42:39 -07:00
nathan ac5e777d78 removing shp and geojson files
Former-commit-id: ade3e41af34923766613364cc193d2dc95e0184a
2020-06-17 22:23:33 -07:00
nathan 5d6aa0e398 removed profiling files and changed gitignore for shp and geojson files
Former-commit-id: 80e12805b0dc79841b0996f11f28b53e50a590f7
Former-commit-id: 21a1e822e1596cecb779edbb0b788732c1d5131a
2020-06-17 22:12:23 -07:00
nathan 40f8edca66 removing profiling files
Former-commit-id: cef240e6ac16d1f361a6a6ef922d4ab6b0b979cc
2020-06-17 22:09:53 -07:00
nathan 6b219b43e7 load geojson files from ogr2ogr convert of shapefile
Former-commit-id: ad655164cf995c553ba491eb340c0ac75d92c9fe
2020-06-17 22:04:16 -07:00
nathan 14f0e15c76 moved drawtrails into map redraw logic for faster refresh when trails are long
Former-commit-id: 526374dcda6c078f3b58720b48c62edc16824903
2020-06-17 22:01:18 -07:00
nathan e8cf66ebb9 added resolution argument to mapconverter
Former-commit-id: 0f330b65175f27f4662c8eb56ff7eef105f97ac0
2020-06-16 21:50:58 -07:00
nathan eaf6bc70a8 fixed more warnings and Makefile issues. Should compile on mac now
Former-commit-id: cc10ac99b35ae34ba128642da32f0c9a223cfe31
2020-06-16 21:50:41 -07:00
nathan 83f2d6aa30 fixing c++ string literal and narrowing warnings
Former-commit-id: e92f153b516ab0fce55a9695ba91a2398f5ff719
2020-06-16 21:50:30 -07:00
nathan e198fffbd3 reenabled map texture shift reuse for improved speed. Added logic to redraw during big animated zooms or shifts
Former-commit-id: e135b9e4f4a0537a2de90c81a0f7ec8c6896f8fa
2020-06-16 21:49:53 -07:00
nathan 626a8fafbd plane animation tweaks
Former-commit-id: f102c7fb2e61b5b26d4d6ed78df7ac4d568b84fc
2020-06-16 21:46:51 -07:00
nathan 92d4bf928e fixed std:chrono issues
Former-commit-id: 2461384e0f6e6c638c2fadd8eb0263fc6d8d5dac
2020-06-14 15:26:26 -07:00
nathan df2ea21cde fixed ms clock issue using steady_clock -> high_resolution_clock. Changed line drawing to recursive instead of building line list in Map.cpp, seems to be a lot faster.
Former-commit-id: 81ff8167845869b8cf4fdc4ff3158aac84b24ce9
2020-06-13 22:15:47 -07:00
nathan 6caca48666 testing hard coded multipliers for latlon conversion and different quadtree filling logic
Former-commit-id: eee50502c57870a95890f85711286f3138da7ec7
2020-06-13 20:54:21 -07:00
nathan cd1ce278c1 changed map representation to lines instead of polys. tried some speedups by drawing around edges of previous map texture, but need to move to tiles
Former-commit-id: 48a929dea6e2eb94785fa4e38afb1aba357c372f
2020-06-12 20:32:42 -07:00
nathan b8dd741165 fixed mapconvert issue that eliminated horizontal and vertical lines
Former-commit-id: 88370ea8c775bc7b7cc03aae6193776df6783061
2020-06-11 22:55:59 -07:00
nathan def7ee20e1 map convert precision change. fixed map load issue. changed time functions to std::chrono
Former-commit-id: a774a5bdbcf9e1c643e56277dbeedcedacb54905
2020-06-11 21:55:04 -07:00
nathan bc88c0ba5d std::list -> vector for performance. Working on mapconverter precision to merge points. Broken with lower precision levels, something wrong with QTInsert
Former-commit-id: c40d67cd1346a723dd8a3440b7eb845575c05f0b
2020-06-11 00:11:52 -07:00
nathan c45c788cae readme table formatting
Former-commit-id: 6180e9e508a5212d3792b8729466f92e33c8c41c
2020-06-10 11:30:27 -07:00
nathan ca8610758f Merge branch 'master' of https://github.com/nmatsuda/viz1090
Former-commit-id: 37e64373825a5ee30b2dd66a805bae641607b477
2020-06-10 11:29:10 -07:00
nathan 2f8ce3447d misc cleanup
Former-commit-id: 747cd4fac34c15f1c7d404abb90a37ccdda8d208
2020-06-10 11:28:52 -07:00
nathan 5234e9aa12 misc comment and readme cleanup
Former-commit-id: 8a1bced26e178b09faeaaed2555d5ac5af558f28
2020-06-10 11:27:51 -07:00
nathan 01bf0bc396 rename map1090.cpp
Former-commit-id: 3c9b73e78c36033a45da363ad93fb21cdd90a50c
2020-06-09 20:36:10 -07:00
nathan dba4babbd2 more Readme edits and file cleanup
Former-commit-id: 6953975a19bc00dd58b4ec8881df6f8788a374d4
Former-commit-id: 81667ba89b5356b649b7e74b07636fe49b19814e
2020-06-08 15:57:11 -07:00
nathan bf3e7d42d7 updating readme for WSL support
Former-commit-id: 42ae8363f4c8d96f4facb2a3db12dffff69b0644
Former-commit-id: a187a458b7a86cbd972fd4de2ffbf7a27cbdb5d3
2020-06-08 11:49:58 -07:00
nathan 07429b75c3 fixed double tap registered during pinch gesture, mouse cursor
Former-commit-id: 58fa2af1042fa4ecb906a41ae5b1deba84886c5b
Former-commit-id: 2411214bb4b74323f7dbef5817659c08461e4473
2020-03-21 20:30:23 -07:00
nathan 2a0f6e01eb view1090.h only used in aircraftlist and appdata now
Former-commit-id: 6363362a52bb693ec01d8bb683d6a43065e71d9a
Former-commit-id: 924f30949e039d9c7ee4cde6bac7606069024075
2020-03-20 22:12:45 -07:00
nathan e78f3c4e0f more c cleanup and label physics adjustments
Former-commit-id: 0915c6c04f958bbf233b02981320be626aae7d31
Former-commit-id: d63cf3baf92d2b35e462b324ce47bea8225ed39a
2020-03-20 22:08:40 -07:00
nathan 9b5cab173e removed defs.h and structs.h
Former-commit-id: 63229bbc5bf3fb105b945f7b3e3025e624324193
Former-commit-id: f37adedb0101d03a37bfe83f09165dc83adf12cd
2020-03-18 22:38:00 -07:00