Skip to content

agustinsdfx/Platform-Windows-SDFX-Engine-Raylib

Repository files navigation

Platform Windows SDFX Engine 2D & 3D Raylib

Badge en Desarollo License: GPL v3 C C++ CMake NMake Visual Studio Architecture Open Source

An Open Source 2D Game Engine

👨‍💻 Developers group

SDFX Grupe

⚖️ LICENSE

Platform Copyright (C) 2025 agustinsdfx

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

📖 ABOUT

Platform is a 2D game engine that allows you to customize the source code and port it to different platforms using CMake and NMAKE, with the Raylib graphics library and the C programming language.

By default, the game comes ported to the latest official version for Windows x64 devices from the GitHub repository: https://github.com/agustinsdfx/Platform-Windows-SDFX-Engine-Raylib

⚙ Supported Systems

  • Windows x64 platforms

Windows 7, 8, 8.1, 10, 11 and later.

👥 Credits

  • -Toby Fox (the original creator of the Undertale music; I don't have the licenses, but the songs are optional and you can replace them with others)
  • -Creators of Raylib (creators of the graphics library, sound, etc.)
  • -Creator of Inno Setup
  • -Messiah sound creators (The original "oof" death sound in my game was taken from the game Messiah. I don't own the rights to it, but having that sound is optional; you can replace it with one of your choice.)

My engine/game is only licensed for the code and its own sprites that come by default when you download the code or the compiled build.

🛠️ Tools used

  • Nmake & Visual Studio 2026

  • Notepad ++

  • Raylib

  • C lang & C++

  • Git & Github Desktop

  • CMake x64 4.2.1

  • .bat & .sh files

  • Libresprite / Aseprite

📦 How to build it

cmake -S . -B ./build
cmake --build ./build

📜 Changelog

You can see the changes and versions in the file CHANGELOG.md.

🎨 Community and mods

Visit Platform DB (PL.DB) to download mods, games, textures, and more, as well as view the community forum.

Check it out: https://agustinsdfx.github.io/PlatformDB/

End of README.md

Thank you for reading this and learning about my platform game and its features.