Git Product home page Git Product logo

icarus's Introduction

Icarus

Version control web platform for 3D models. Making collaborating in 3D design easier. It was made for a couple of computer science competitions and conferences back in 2018 with big aspirations for the future, especially after receiving an overwhelmingly positive feedback there.

Features

  • You can upload 3D models (currently supporting obj and mtl for now, but adding blender support shouldn't be hard).

  • You can view each one of them in the respective user's profile.

  • You can fork different projects.

  • You can contribute to other 3D projects. (By sending "pull requests" and awaiting approval from the creator)

  • You can visualize the difference between two different versions.

  • Features an optimized viewport written with the help of three.js. Running on any device supporting WebGL.

  • Features a Home and Trending page where people post reviews of different models.

  • Features a Profile page for each user containing statistics about their commits, models and interests.

Currently hosted at: {contact me to send you the link as it is in closed alpha}

Notes before trying to use it.

It is WIP so bugs are pretty common

  • Diff and Revision control is acting pretty sketchy.

How to run on your machine

It is wrapped in a docker container. Requires a build first and a lot of tweaks regarding allowed hosts, CORS, secrets + minio config, so I do not recommend trying. (Yes I know I should rewrite the docker configs and make it easier to run, but oh well.)

If you want to run everything in developer mode.

Docker stack:

    git clone https://github.com/VikVelev/CiD-Platform
    cd CiD-Platform/cid-api-django
    sudo docker-compose up --build

Frontend:

    #After cloning the repository
    cd CiD-Platform/cid-spa
    yarn install
    yarn start

Used techonologies:

Django, DRF, React, Three.js, Docker, Minio, Postgres

API

cid-api-django folder contains the REST API for the app. The architecture is as following:

storage(filesystem/s3)) ---> db(postgres) ---(django orm)---> Django Backend ---(nginx serving SPA)---> React frontend
                                                                    |                                    |                 
                                                                    ^------(AJAX Requests)<----(Redux)<---

If you encounter a bug please submit an issue. Thanks.

icarus's People

Contributors

alex4o avatar vikvelev avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.