Jugendhackt / paketmagie

Magische Pakete, 100% biologisch und gentechnikfrei geroutet
http://hackdash.org/projects/557bf10f3f8689f158e0f371
GNU General Public License v3.0
4 stars 0 forks source link

User interface #7

Open sternenseemann opened 9 years ago

sternenseemann commented 9 years ago

Some kind of frontend, probably handled by python?

fkarg commented 9 years ago

What kind of?

fkarg commented 9 years ago

I've been looking for a way of including Haskell code in python, and there seem to be some ways, and I'll write sth about it tomorrow when I've looked into it further

It seems you need to either make it as a server or I include it with some kind of FFI modules or sth. well, I'll find sth

froozen commented 9 years ago

I'd propose some sort of web-frontend, using leaflet.js. Going along with the python vibe of the project, it'd probably make sense to use flask for that, but whoever does it is free to use whatever tool they like the best.

Also, @blueburningcoder just we'll just compile the haskell code into an executable (as soon as it works :P) and call it via the subprocess module in python.

fkarg commented 9 years ago

sounds good. I'm going to sleep now but tomorrow I'll look further into it

sternenseemann commented 9 years ago

subprocess is the way to go IMO :+1:

Am 15.06.2015 um 22:43 schrieb blueburningcoder notifications@github.com:

sounds good. I'm going to sleep now but tomorrow I'll look further into it

— Reply to this email directly or view it on GitHub.

sternenseemann commented 9 years ago

Web Interface would probably be the best idea.