Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinj045/svre3d
https://github.com/kevinj045/svre3d
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinj045/svre3d
- Owner: kevinJ045
- License: mit
- Created: 2024-04-07T17:17:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T18:02:15.000Z (6 months ago)
- Last Synced: 2024-05-29T06:56:43.622Z (6 months ago)
- Language: TypeScript
- Size: 16.5 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iovie Prototype
A web based prototype for my iovie game, with custom data definition systems and coffeescript scripting.To know fully what things are done and what are missing check `todo.txt` and if you want to see what things i am currently going to do open `doing.txt`.
To contribute just contribute, just pr and i'll accept.
Here's a list of things i am using incase u want to check it:
+ `mongodb`
+ `node`
+ `three`
+ `vite`
+ `coffeescript`To run this, you will need a mongodb database, here's how i did it:
```bash
podman run --detach --name mongodb -p 27017:27017 -v /home/[user]/db-mongo docker.io/mongodb/mongodb-community-server:latest
```
and simply:
```bash
podman start mongodb
```YOU NEED BUN FOR THIS, but if u have bun, then just do this.
```bash
node server.js
```There are some fucked up stuff, and i might fix them, but for now if it runs it runs.