Glavin001 / open-world

Multiplayer world generated from Open data. GTA Clone using open data, such as OpenStreetMaps.
http://society.cs.smu.ca:8081/game.html
30 stars 8 forks source link

Restarting Project #28

Open Q2Flc2Fy opened 6 years ago

Q2Flc2Fy commented 6 years ago

Currently, I am downloading xcode_6.1.1.dmg so that I can use Homebrew to compile it and the dependencies, (had to delete xCode before due to space issues) This project interested me a lot, and I will help in any way that I can. Generally, I thought that the three "future" points (Physics, Vehicles, and Players) would be interesting to start, with and possibly in the future, weapons, and other things. One of the things that I noticed when checking out he repository for three.js, was that in the examples directory they already had an example for a car. https://github.com/mrdoob/three.js/blob/dev/examples/js/Car.js I also found a plugin for three.js for Physics. http://chandlerprall.github.io/Physijs/ I don't know how easy to implement until xCode is done downloading and I can compile it, but it seems doable. Also, for a demo, can we host it on github pages?

EDIT: just finished compiling it and it is running at http://localhost:8081/game.html. Though for some reason it just shows a black screen. So I checked inspect elements and the console said this: "Refused to execute script from 'http://clay.io/api/api.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled." following the link I got I got a 404.

Q2Flc2Fy commented 6 years ago

I forked the repo and fixed the issue with clay.io.

Glavin001 commented 6 years ago

I would like the cities to render looking like https://github.com/mauriciopoppe/Three.js-City Car model they used is from https://www.blendswap.com/blends/view/67462

1 2

Q2Flc2Fy commented 6 years ago

For car models, can't we use free3d? https://free3d.com/free-3d-models/blender-vehicles
EDIT: I tested the car demo, ran at about 1FPS and failed to load the world / road, only thing that loaded properly was the car, wasn't a problem with the demo, just my computer.

jamesdeantv commented 6 years ago

Is there a working version of this repo? I tried both the source from this repo as well as the one of the latest pull request. Both, simply show the bear claw logo. Would really like to see what this project contains.