help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
cpp-shape-drawer
RSK World
cpp-shape-drawer
C++ Shape Drawer - Advanced Graphics Application + Raylib + OOP Design + Shape Tools + Transformation + Export + Educational Design
cpp-shape-drawer
  • include
  • src
  • CMakeLists.txt1.2 KB
  • LICENSE1.3 KB
  • README.md2.7 KB
  • RELEASE_NOTES.md3.1 KB
  • demo.html25.8 KB
  • index.html32.1 KB
  • release_note.html4.8 KB
CMakeLists.txt
CMakeLists.txt
Raw Download
Find: Go to:
# CMake configuration for C++ Shape Drawer
# Part of the C++ Shape Drawer Project.
# Author: Molla Samser (Founder of RSK World)
# Website: https://rskworld.in
# Year: 2026

cmake_minimum_required(VERSION 3.10)
project(CPPShapeDrawer VERSION 1.0)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# Source files
set(SOURCES
    src/main.cpp
)

# Header directories
include_directories(include)

# Find Raylib
# Note: You need to have raylib installed on your system.
# For Windows, you might need to point to the raylib source or binary distribution.
find_package(raylib REQUIRED)

add_executable(CPPShapeDrawer ${SOURCES})

# Link raylib
target_link_libraries(CPPShapeDrawer raylib)

# User info in terminal after build
add_custom_command(TARGET CPPShapeDrawer POST_BUILD
    COMMAND ${CMAKE_COMMAND} -E echo "----------------------------------------------------"
    COMMAND ${CMAKE_COMMAND} -E echo "C++ Shape Drawer Built Successfully!"
    COMMAND ${CMAKE_COMMAND} -E echo "Author: Molla Samser (rskworld.in)"
    COMMAND ${CMAKE_COMMAND} -E echo "Project Year: 2026"
    COMMAND ${CMAKE_COMMAND} -E echo "----------------------------------------------------"
)
39 lines•1.2 KB
text

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer