Git Product home page Git Product logo

neco-arc-dvdlogo's Introduction

Neco-Arc-DVDLogo

DVD Logo but it's Neco-Arc done using C++ and SFML.

output

Hotkeys

Press S

Build Yourself

Debian

Must have g++.

sudo apt install libsfml-dev make

Go into the root project directory. Then do

make

that's all.

Fedora

sudo dnf install SFML-devel make

Go into the root project directory. Then do

make

CMake

NOTE: This also builds SFML from source.

For Debian and it's variants, do

sudo apt install \
   libxrandr-dev \
   libxcursor-dev \
   libudev-dev \
   libfreetype-dev \
   libopenal-dev \
   libflac-dev \
   libvorbis-dev \
   libgl1-mesa-dev \
   libegl1-mesa-dev \
   cmake \
   make

For Fedora, do

sudo dnf install \
    libXrandr-devel \
    libXcursor-devel \
    freetype-devel \
    openal-soft-devel \
    flac-devel \
    libvorbis-devel \
    libudev-devel \
    mesa-libGL-devel \
    cmake \
    make

Then from the project root directory, do

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release

This will create a build/ directory in the project root.

Now, run,

cmake --build build -- -j 2

-j - specifies how many cpu core threads you want to use to build.

I used 2 because I have a 2 core CPU. Use whatever you have.

This will build both SFML and the project. The end executable is stored in buid/bin/

Run it by doing ./build/bin/Neco-Arc-DVD-Logo

Windows

You should already have the compiler and CMake.

From the root directory, do

cmake -S . -B build

Then,

cmake --build build --config Release -- j -2

Executable is at build/bin/

neco-arc-dvdlogo's People

Contributors

advnpzn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

neco-arc-dvdlogo's Issues

neco.hpp:3:10: fatal error: SFML/Graphics.hpp: No such file or directory

Heya! I am trying to compile this repository for Fedora 38 with kde plasma, but I get an error:

[fily@hp Neco-Arc-DVDLogo]$ make g++ -std=c++17 -c main.cpp In file included from main.cpp:1: neco.hpp:3:10: fatal error: SFML/Graphics.hpp: No such file or directory 3 | #include <SFML/Graphics.hpp> | ^~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [makefile:11: main.o] Error 1

I have installed SFML package and it still gave me this error.

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.