LogoLogo
  • Welcome
  • Installation
    • Installing Fiji
    • Installing the sciview plugin for Fiji
    • Installing the development version of the sciview plugin for Fiji
  • Demo Gallery & Recipes
    • Published Examples
    • Feature Demos
    • Recipes
  • Basics
    • First Scene
    • Volumetric Data
    • Mesh Processing
  • Image Analysis
    • Creating and Exporting Isosurfaces
    • Image Registration
    • Voxelization
  • Complex Data
    • Point Clouds
    • 3D Segmentations
  • Scripting
    • First scripts
    • Animations
    • Find and Count Cells
  • VR & AR
    • VR & AR
  • Development
    • First Demo Command
    • Customizing the Inspector
    • Update sites
    • Benchmarking
  • Workshops
    • HIP 2021
    • I2K 2020
  • Surveys
    • I2K 2020
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Development

First Demo Command

PreviousVR & ARNextCustomizing the Inspector

Last updated 1 year ago

Was this helpful?

Let's start by creating a new repository on Github. In this case we suggest using an existing repository as a template:

Go to: https://github.com/scenerygraphics/minimal-sciview-example-project

And click "Use this template" (shown as a green button in the image below)

Now give your repository a name

Once you click "Create repository from template" and wait for it to complete, you will have a page like this

Now open up IntelliJ and create your new project

Click on "Get from Version Control" (or "Open or Import" if you have already downloaded/cloned the repository)

You can find this URL in your browser from the Github page of your repository

Almost there! Now expand the directories with your code inside IntelliJ

Open "MyDemo" and you will see the code for this command

Tips for making your command

IntelliJ provides many additional features that can speed up your coding process, such as autocompletion of commands. Try typing sciView. and see the menu that shows up: