SFML

Simple and Fast Multimedia Library (by PupperGump)

SFML Alternatives

Similar projects and alternatives to SFML

  • conan

    111 SFML VS conan

    Conan - The open-source C and C++ package manager

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better SFML alternative or higher similarity.

SFML reviews and mentions

Posts with mentions or reviews of SFML. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-19.
  • Questions about how cmake is used
    2 projects | /r/cmake | 19 May 2023
    cmake_minimum_required(VERSION 3.21) project(gui LANGUAGES CXX) include(FetchContent) FetchContent_Declare(SFML GIT_REPOSITORY https://github.com/PupperGump/SFML.git GIT_TAG puppergump_master) FetchContent_MakeAvailable(SFML) add_executable(${PROJECT_NAME} ${CMAKE_SOURCE_DIR}/main.cpp ${CMAKE_SOURCE_DIR}/include/gui.hpp ${CMAKE_SOURCE_DIR}/src/gui.cpp) target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17) target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/include) target_link_libraries(${PROJECT_NAME} PRIVATE sfml-graphics sfml-window) if (WIN32 AND BUILD_SHARED_LIBS) add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy $ $ COMMAND_EXPAND_LISTS) endif() install(TARGETS ${PROJECT_NAME})

Stats

Basic SFML repo stats
1
0
6.4
about 1 year ago

PupperGump/SFML is an open source project licensed under zlib License which is an OSI approved license.

The primary programming language of SFML is C++.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com