Skip to content

Barsay/PointzAlive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PointzAlive

A simple particle game, made for fun.
This project is a Work in progress (probably it will be forever).

installation

Windows

Download a windows build from Here

Build on Linux using CMake (not tested yet)

  • Download and install vcpkg. Then:
    git clone <this project>
    cd PointzAlive
    mkdir build
    cmake -DCMAKE_TOOLCHAIN_FILE=C:\Users\Thoma\dev\vcpkg\scripts\buildsystems\vcpkg.cmake ..
    make
    cd ..

When building is complete, to run it:

    make run

Thanks

The initial template for this repository was downloaded from Alberto Foti's excellent Imgui template