opendns / dataviz

OpenDNS Data Visualization Framework
263 stars 45 forks source link

Stuck on - [CANVAS] Creating FrameBuffer Object 1436x855 ... #11

Closed unixneo closed 2 years ago

unixneo commented 7 years ago

Hello! Amazing project! Thanks. I'm trying your project on some data visualization tasks. Install went well on my MacBook Air; the only small hitch was that I had reboot into recovery mode and run csrutil disable from a terminal window before I could pip the libs in. However, after that, all when well.

Then I ran the binary to run a demo, but it shows there are no resources (see below). There were no errors during the install or compilation.


Tims-MacBook-Air-2:graphiti Tim$ find * | grep json
Tims-MacBook-Air-2:graphiti Tim$ ./graphiti
[CLOCK] Clock created at (1479005294 s, 877268 us).
[CLOCK] Clock created at (1479005294 s, 877307 us).
[CLOCK] Clock created at (1479005294 s, 877326 us).
--- Welcome in OpenGraphiti (Alpha) ---
[API] create(1, 0x7fff5540cbf0)
[__INIT__]

Usage: ./graphiti <view>
   Available views : dashboard demo diff leap world

[RESOURCE]
    Total : 0 resources, 0 bytes.
Tims-MacBook-Air-2:graphiti Tim$ 

```'

What did I do wrong?   Thanks!