Giter Site home page Giter Site logo

stater's Introduction

stater

stater (statistic-er) is a useful tool for getting an overview over pieces of data.

float_example.mp4
pacman_example.mp4

Getting started

Packaging status

Linux

Arch-Linux (AUR)

yay -S stater-git

or

git clone https://aur.archlinux.org/stater-git.git && cd stater && makepkg -si

If you are not using Arch, you may want to take a look at the latest release, which contains install instructions. You can also build stater manually.

Builing stater

Requirements

  • git
  • gcc, make
  • alsa-lib, mesa, libx11, libxrandr, libxi, libxcursor, libxinerama

Cloning the repository

git clone https://github.com/tim-tm/stater && cd stater

Setting up libraries and the project

make setup

Building stater

make

Running an example

./build/stater examples/pacman.state

Installing stater system-wide

sudo make install

Windows

There is no installer for Windows, go ahead and build stater manually.

Requirements

w64devkit setup

  1. Download the latest zip from the w64devkit releases page
  2. Unzip w64devkit to a place you like (preferably C:/)
  3. Add (path-to-w64devkit)/bin to your PATH environment variable

Builing stater

Cloning the repository

git clone https://github.com/tim-tm/stater && cd stater

Setting up libraries and the project

make setup

Building stater

make

Running an example

./build/stater examples/pacman.state

Installing stater system-wide (this needs admin privileges because it copies stater to your System32 folder)

make install

More Makefile options

Cleaning the build directory without destroying it

make clean

Destroying the build directory and cleaning the raylib build

make destroy

Uninstalling stater from your system

sudo make uninstall

for Windows users in a admin terminal

make uninstall

Building stater with debug info

make BUILD_TYPE=DEBUG

Contribution

If you want to contribute, feel free to open a pull request.

License

This project is licensed under the MIT License

stater's People

Contributors

tim-tm avatar

Stargazers

Sinisa avatar CobbCoding avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.