Skip to content

Simple 2D game engine built with SDL2 and following the lines of GameMaker software

License

Notifications You must be signed in to change notification settings

MikiLoz92/SDL2Me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  _________________   ____    ________    _____
 /   _____/\______ \ |    |   \_____  \  /     \   ____
 \_____  \  |    |  \|    |    /  ____/ /  \ /  \_/ __ \
 /        \ |    `   \    |___/       \/    Y    \  ___/
/_______  //_______  /_______ \_______ \____|__  /\___ \
        \/         \/        \/       \/       \/     \/

Copyright © 2013 Miguel Vera Belmonte AKA MikiLoz92.

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, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

COMPILATION

Use 'make' to compile S2M into two nice libraries within the lib folder. One is a static library and the other is a shared one.

Use 'make clean' to clean everything up.

EXAMPLES

Examples are provided in the 'test' folder. To compile one, just run the 'make' command within each subfolder.

About

Simple 2D game engine built with SDL2 and following the lines of GameMaker software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published