jedwards1211 / dewalls

A C++/Qt parser for the Walls .srv cave survey data format
MIT License
4 stars 4 forks source link

Fixes to multiple build related issues and memory leak fix #10

Closed vpicaver closed 4 years ago

jedwards1211 commented 4 years ago

Cool, let me add you as an owner, since only Cavewhere is using this right now and you know more about Qt proj maintenance than I do

jedwards1211 commented 4 years ago

Is this ready to be merged now? Thinking back there are multiple issues I've fixed in my Java walls parser that I need to Port to this one soon Eventually I want to write a JS walls parser with a cleaner, simpler architecture...it would be possible to call that in-process with Qt right?

vpicaver commented 4 years ago

Yea, it supports JS, specifically pure ECMAScript. It would be really cool if we could share code bases. Here are the scripting options: https://doc.qt.io/qt-5/topics-scripting.html. Here's the engine documentation: https://doc.qt.io/qt-5/qjsengine.html

jedwards1211 commented 4 years ago

Cool, yeah I've started building various JS cave data infrastructure here: https://github.com/speleotica (in TypeScript technically, but compiles to pure ECMAScript)

vpicaver commented 4 years ago

Cool! I'll have to check it out.