1. Cool things done with Euphoria
- Posted by codepilot Oct 02, 2010
- 1408 views
I am curious, what are some of the cool things people have done with Euphoria?
Some examples of things I have done, are:
- Small 3d demos
- Simple mapping software
- Simple web server
2. Re: Cool things done with Euphoria
- Posted by Jerry_Story Oct 03, 2010
- 1363 views
I am curious, what are some of the cool things people have done with Euphoria?
Some examples of things I have done, are:
- Small 3d demos
- Simple mapping software
- Simple web server
The Euphoria Archive.
http://rapideuphoria.com/archive.htm
3. Re: Cool things done with Euphoria
- Posted by Spock Oct 04, 2010
- 1334 views
I am curious, what are some of the cool things people have done with Euphoria?
Some examples of things I have done, are:
- Small 3d demos
- Simple mapping software
- Simple web server
Hi codepilot,
I'm currently working on some mapping software and I was intrigued by your similar comment. Is there any chance we might get to see what you did?
When I finish my app I'll post it to the contributions page. Think of Google Maps except open license, but only for NZ, and the graphics won't be nearly so slick looking nor complete, eg, only roads, coastline.
Spock
4. Re: Cool things done with Euphoria
- Posted by codepilot Oct 04, 2010
- 1267 views
Mine has height map pulled from SRTM and DEM sources. Satellite imagery from lansat-6 I think. I also started working on pulling sat-imgs from Microsoft and Google, but they don't allow it in their license so I couldn't. I used road data from TIGER. And state/county/zipcode/census tract boundary files from TIGER. I also grabbed some road data from Clark county Nevada, and used it for routing.
I also was working on a real-time procedural terrain generator/engine for a game, but time didn't allow such hobbies for too long.