Any expert in this game engine?
He was posting on old threads, maybe was a bot?
Sad, I don’t think he’s a spammer. More like a big fan of three.js. Sometimes he resurect old topics, or talk about his own project. But he’s just that passionate, always with very positive messages. Been around the place for years.
Sometimes he sounded like a weirdo, but in general, I’m not a big fan of punishment, removal or other stigmatization… but who knows, maybe it’s like you said and he was built only from verticies…
I believed he must have replaced himself with an A.I., thats very unfortunate
by the looks of the profile its clearly a bot answering account, it’s should be deleted.
All I require is removing the JQuery out of this, has anyone tried removing it, because when I removed it, the app is completely messed up.
I tried to remove the JQuery but some parts i couldn’t convert JQuery to pure JS, JQuery is causing errors its obsolete and no longer in used.
Maybe you can find some older versions. The starting point for this project was a demo world created by swifterik [YouTube account). There is a long thread where he [EDIT Jun 6: he = Umbawa Sarasong] regularly posted his progress on the project which may contain references to older versions.
If you are interested, I believe the swifterik demo is still online and is still fun to play.
And there are other developers in this forum who have been working on the same kind of project that might be worth a look. [ADD Jun 6 here is one example].
I managed to get a hold on him, he uploaded Burn City for me (JSQuery removed), but he no longer maintains this, does anyone else knows how this works?
Requirements
- Modern Browser
- Chrome
- Edge
- Firefox
- Visual Studio Code (Optional)
- Live Server Extension (Recommended)
Clone Repository
git clone https://github.com/your-username/burn-city.git
Open Project
cd burn-city
Open the project folder in Visual Studio Code.
Run Using Live Server
- Install the Live Server extension.
- Open
burn-city.html. - Right-click anywhere inside the file.
- Select Open with Live Server.
The experience will launch automatically in your browser.
Project Structure
Burn-City/
│
├── assets/
│ ├── models/
│ ├── textures/
│ ├── audio/
│ ├── hdr/
│ └── environments/
│
├── burn-city.html
├── main.js
└── README.md
