Holographics is an application for Windows & Mac that enables you to quickly create live graphics like lower-thirds, messages, ticker tapes, clocks, logos etc. It can be easily added to projects of all sizes. Styling is done with CSS-based themes and operation is simple and quick.
Our API and open-source NodeJS SDK allow you to integrate Holographics with just about anything. You don't even need the full version, the API is fully functional with the free version.
NodeJS SDKAPI Documentationconst sdk = require('holographics-client-sdk')
let Holographics = new sdk.Socket('http://localhost:3000')
Holographics.state.get().then((response) => {
console.log(response)
})
Excl. VAT
Excl. VAT
Enterprise-level support
We offer company-wide licenses with 24-hour support.
Custom development
Need to integrate a widget for a custom project? Want Holographics to support a custom inbound or outbound API? Want us to prioritize building out that special feature you need?
We can build your custom widgets or API functionality.
Starting at € 1000Custom themes
Your own branding in Holographics? Don’t want to learn CSS? We offer a custom theme building service. We work with you to match your branding as closely as we can.
Starting at € 300Cloud integrations
The core of Holographics can be run as a NodeJS server, even containerized. Contact us if you can benefit from this workflow.
Contact usDoes it really support 8K?
Well, we didn’t test it. But since it’s all just a browser window it should just work. If it crashes it’s Floris’ fault. @florisporro on Twitter.
How can I use it with my professional video switcher?
Please see the documentation section on using Holographics in production.
How can I create a custom theme or widget?
You need knowledge of HTML and JavaScript to create a custom widget, and knowledge of CSS to create a custom theme.
Can I create a theme or widget from photoshop?
Nope. It's all vectors here, which has it's advantages, but if it's pixel-perfect bitmap graphics you're looking for, Holographics is not for you.
Can I control Holographics remotely?
Whilst it's not a use case we support officially, many have been succesful using a VPN or even forwarding ports to the control interface (3000 by default).
How easy is it to use Holographics, can I do x or y?
Honestly, the best way to find out is to just give our free version a try. Or see our 2-minute getting started with Holographics video.
Can I use it to create graphics for toe wrestling?
Whilst you could create graphics for any sport using custom widgets, Holographics is designed to do basic graphics really well. Other applications out there are more suitable for sports.
What technologies were used to build Holographics?
We use a NodeJS web server, Electron for app packaging and updates. VueJS is used to drive both the render engine and the client side. HTML is pre-processed with Pug and CSS is pre-processed with Stylus.
What limitations are in the free version?
You can access all the same widgets and themes as in the pro version and there’s no watermark. The limitations are you can have a maximum of 1 widget active at once, and data-driven widgets (such as lower-thirds) are limited to 10 data entries. Outputs via hardware devices are also limited to the pro version.
Theme (insertthemename) is ugly!
Floris’ fault. @florisporro on Twitter.
Does Holographics have OSC / Companion support?
Yes! Check out our section on integrations in the docs
How do I use it with Key & Fill?
Currently you need to use an external app to generate key & fill signals. This is possible with V-Mix, OBS, CasparCG and Wirecast.
Can I integrate Holographics with my own projects?
Yes! Holographics has a full HTTP REST, Socket.io and OSC API. Documentation is available here, and a full Node SDK is available here.
I’m confused! Is it Hologfx or Holographics?
Holographics.com was taken so we went with this instead. Besides it sounds techy and cool. Feel free to use either.
How many machines can I activate on 1 license?
2 machines. You can deactivate your other machines remotely if you’re short a license. Machine-hopping licenses is very much supported.
Can I activate Holographics offline?
Unfortunately not, an internet connection is currently required to activate Holographics. If you buy Holographics V1 it will remain activated forever. Subscription-based licenses need to check-in every month.
I need to install Holographics in a fixed installation with no internet!
Buying Holographics V1 is probably your best option, once activated it will keep working even if it doesn’t get a connection to the internet.
Will Holographics work on an M1 Mac?
we haven't yet tested Holographics on an M1 Mac so I really can't say that it will work. If it works, it will probably have significantly degraded performance compared to an intel-based architecture. Unfortunately there is not much we can do about this now as we rely heavily on third-party technologies and services that don't have support for M1. This may change in the future, but it's likely to take quite a while.