conreality_icons

Icon assets for Conreality live-action games.


Keywords
android, conreality, flutter, ios
License
Unlicense

Documentation

Conreality Widgets

Project license Travis CI build status

https://wiki.conreality.org/Widgets


Requirements


Overview

Widget Summary Status
conreality_camera Augmented-reality camera widget. Functional but barebones
conreality_chat Team chat widgets. Planning
conreality_compass Compass widget. Functional but barebones
conreality_countdown Countdown timer widget. Development
conreality_detector Anomaly and artifact detector widgets. Planning
conreality_dosimeter Personal radiation dosimeter (Geiger counter) widget. Functional but barebones
conreality_fonts Conreality font assets. Stable
conreality_gamepad Gamepad widget for robot control. Planning
conreality_icons Conreality icon assets. Stable
conreality_joystick Joystick widget for robot control. Development
conreality_login Login form widgets. Planning
conreality_logo Conreality logo assets. Functional
conreality_map Game map and marker widgets. Functional
conreality_replay Game history replay widgets. Planning
conreality_scene 3D polygon mesh rendering widget. Planning
conreality_tracker Directional and distance tracker widgets. Functional but barebones

conreality_camera

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_camera
  conreality_camera:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_camera
import 'package:conreality_camera/conreality_camera.dart';

conreality_chat

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_chat
  conreality_chat:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_chat
import 'package:conreality_chat/conreality_chat.dart';

conreality_compass

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_compass
  conreality_compass:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_compass
import 'package:conreality_compass/conreality_compass.dart';

conreality_countdown

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_countdown
  conreality_countdown:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_countdown
import 'package:conreality_countdown/conreality_countdown.dart';

conreality_detector

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_detector
  conreality_detector:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_detector
import 'package:conreality_detector/conreality_detector.dart';

conreality_dosimeter

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_dosimeter
  conreality_dosimeter:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_dosimeter
import 'package:conreality_dosimeter/conreality_dosimeter.dart';

conreality_fonts

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_fonts
  conreality_fonts:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_fonts
import 'package:conreality_fonts/conreality_fonts.dart';

conreality_gamepad

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_gamepad
  conreality_gamepad:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_gamepad
import 'package:conreality_gamepad/conreality_gamepad.dart';

conreality_icons

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_icons
  conreality_icons:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_icons
import 'package:conreality_icons/conreality_icons.dart';

conreality_joystick

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_joystick
  conreality_joystick:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_joystick
import 'package:conreality_joystick/conreality_joystick.dart';

conreality_login

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_login
  conreality_login:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_login
import 'package:conreality_login/conreality_login.dart';

conreality_logo

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_logo
  conreality_logo:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_logo
import 'package:conreality_logo/conreality_logo.dart';

conreality_map

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_map
  conreality_map:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_map
import 'package:conreality_map/conreality_map.dart';

conreality_replay

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_replay
  conreality_replay:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_replay
import 'package:conreality_replay/conreality_replay.dart';

conreality_scene

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_scene
  conreality_scene:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_scene
import 'package:conreality_scene/conreality_scene.dart';

conreality_tracker

dependencies:
  # See: https://github.com/conreality/conreality-widgets/tree/master/conreality_tracker
  conreality_tracker:
    git:
      url: https://github.com/conreality/conreality-widgets.git
      path: conreality_tracker
import 'package:conreality_tracker/conreality_tracker.dart';

See Also

Follow @ConrealityCode and @ConrealityGame on Twitter for project updates.