[05:53:33] *** Quits: NavitLogger (~NavitLogg@pizarro.uberspace.de) (Will I dream?) [05:55:03] *** Joins: NavitLogger (~NavitLogg@pizarro.uberspace.de) [05:55:03] *** Server sets mode: +nrtz [09:32:22] *** Quits: extor (~extor@unaffiliated/extor) (Remote host closed the connection) [09:32:41] *** Joins: extor (~extor@unaffiliated/extor) [12:56:12] Hi Number6, was the gps not valid? [12:56:23] hi all :-) [12:57:16] kazer: do you know for what atom.[ch] was used? fo me it looks like its not used anymore, because atom_lookup never seems to be used [13:00:34] only ./navit/font/freetype/font_freetype.c seems to use atom(..) to get font uniq font ids [15:19:55] *** Quits: genesis (~genesis@unaffiliated/genesis) (Ping timeout: 272 seconds) [16:49:08] *** Joins: genesis (~genesis@unaffiliated/genesis) [16:49:08] *** ChanServ sets mode: +v genesis [20:31:26] kazer, ilovekiruna: Got Navit Compiled with emscripten for webassemby (normal webbrowser) :-) Still some things to do, but already got this: "error:navit:int main_real(int, char *const *):No config file navit.xml, navit.xml.local found" [20:31:32] within the javascript console [20:32:23] jkoan, cool [20:35:09] needed some pretty nasty hacks, but it seems to be working so far [20:35:36] jkoan, despite it is pretty cool, can you tell me the final goal? [20:37:22] the idea is to have navit as webapp, with support to search for a route online without the need to download a map. but also with the posibility to do so, so when its a full webapp it can be downloaded to every device which has wasm support and position support [20:38:19] so app.navit-project.org could be a complead application to be used online and offline depending on your needs [20:38:25] (only a idea) [20:39:32] sorry, but i am a bit sceptical [20:39:47] you may, but why? :D [20:40:14] one reason is that right now that things are offline are quite obvius [20:40:23] but webapps make this less visible [20:40:59] plus we always need another runtime [20:41:31] i would guess it would mean that for example tomtom and other weaker devices need to be developed more separate [20:42:28] yes, thats quite true. The main idea wasnt to have the webapp to be used offline, but its possible. The main idea is to have it as a demo, for users to try before actual download [20:43:09] we dont need two code basis, becuse emscripten take our c code and compiles it into js and wasm, so not problem with different code basis [20:43:42] i mean in general a kind of online google maps from us would be great [20:45:20] yes, thats the idea [20:47:54] how is the status of tomtom? [20:49:25] i did some tests with serial console active, but so far i didn't managed to get the framebuffer right. Probably the dts is not good enough