SDfmL/README.md

2.2 KiB

bitch

SDLflixel

"It's flixel, but in cpp, get gud noob"

What the shit is this

A wrapper build around SDL2, some of its libraries, and BASS to make a lot of stuff more easier to use.

Stuff like:

  • Rendering functions
  • Object system
  • Sound
  • and most possibly, more.... idk.

How the shit to use it den

Currently, it only supports MSVC, but you could probably tweak CMakeLists.txt to be able to use MingW, or GCC.

To use it (in windows atleast),

  • Get SDL2, SDL_image 2.0, and SDL_ttf 2.0, and put em on the respective x86 and x64 folders. You know how to place them. It's fucking common sense.
  • BASS and BASS_fx. BASS_fx is an addon. Do same step as above.
  • Clone the dam repo somewhere on ur machine.
  • Go to where you cloned it, and run cmake -B build -DCMAKE_BUILD_TYPE=Release
  • After successfully making the build files, run cmake --build --config Release to build it without the use of VStudio.
  • If everything worked well, congratulations! You have just compiled a shitty program.

Licensing

The sole libraries themselves (SDL and BASS) are under different licenses ofc, so you'll have to deal with that

SDLflixel license

MIT License

Copyright 2022 haya3218

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.