Skip to content

Instantly share code, notes, and snippets.

View neuged's full-sized avatar

David Neugebauer neuged

View GitHub Profile
import {
ApplicationRef, ComponentRef,
createComponent,
EnvironmentInjector,
Injectable,
Injector, Type
} from '@angular/core';
import { Maybe } from 'src/app/core/api/generated/schema';
import { MapMarkerComponent } from '../components/marker/map-marker.component';
import { MapPopupComponent } from '../components/popup/map-popup.component';
@neuged
neuged / Nexus.Dockerfile
Last active August 10, 2023 14:33
A build of the Nexus software used to create compressed, streamable 3d model files
# Built according to: https://github.com/cnr-isti-vclab/nexus/blob/master/INSTALL.md
FROM ubuntu:20.04
ARG VERSION_NEXUS=93ee0c0
ARG VERSION_VCG=2020.09
ARG VERSION_CORTO=0540d33
ARG VERSION_GLEW=glew-2.2.0
##
# Dockerfile that downloads Heideltime and a TreeTagger dependendency
#
# - https://github.com/HeidelTime/heideltime
# - https://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger
#
# on a Ubuntu 18.04, and builds/configures them together.
#
# Before using this, be sure to review the TreeTagger and Heideltime Licenses,
# as they are not the most permissive ones.