Giter Site home page Giter Site logo

adiuvo's Introduction

adiuvo

About the app

Adiuvo is a prototype to test the implementation of HMI for autonomous cars. The objective is to have a quick interface to test with users. It is made of three part, Omniscient to display the information in the field of view, Windvision to augment that information and Act up for the controls.

WIP


Run the app

Clone repo and launch meteor cd windvision ; meteor

Code norms

  • All English.
  • Always space statements. Ex : a = b + 1, not a=b+1
  • CamelCase for all javascript classes, hyphens for css classes and underscores for filenames.
  • Comment every new implementation as possible.

Style

This app uses Less as a pre-processor and semantic_ui as framework. Any changes the semantic_ui theme should be made inside the site folder in : client/stylesheets/lib/semantic-ui/site/

###Workflow

  • The 'mixins.less' file loads the semantic theme file and adds custom variables and mixins.
  • The 'style.less' file contains the global graphic styles and fixes.

Structure

client/
    helpers/ # All the global js helpers client side
    stylesheets/ # Global styles and layouts
    templates/ # The app views, main pages and modules
      application/  # The global layouts
      includes/  # The internal dependancies
      logical_module_name/ # One folder for each logical module, containing html,js and possibly css
lib/
  collections/ # The mongoDb collections
  router # All the app routes
public/ # All public assets, images, fonts, videos...
server/  
  fixtures #Content placeholder

see meteor documentation

adiuvo's People

Contributors

essenlive avatar bkgoksel avatar

Stargazers

 avatar

Watchers

James Cloos avatar Peter Wang avatar

Forkers

marquisg bkgoksel

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.