XGamerGuide Posted May 23, 2021 Posted May 23, 2021 Hey, I plan to program the following program myself: https://store.steampowered.com/app/665300/Stream_Avatars/ But I don't know which method works best and which method works the most smoothly. I thought about putting several pictures in an invisible GUI and swapping and moving them, but I don't think that works well.
Xandy Posted May 23, 2021 Posted May 23, 2021 (edited) I would use SDL. You'll setup an SDL environment. I'll help if you're interested. Then you'll be able to create a screen surface attached to a GUI. Then load image files to SDL_Surfaces and blit (draw) them to the screen surface or other surfaces. Once the images are loaded into a SDL_Surface just redrawn at different positions or even animated by drawing a different surface at position. The UDF by AdmiralAlkex! Click [ MapIt ] in my signature for quick example of complex script using SDL (with pictures) Idk if the scripts currently work, but I do know I can help you with something and get you started. Scroll a little bit and you'll find a short video. Idk man good luck! Edited May 23, 2021 by Xandy TheDcoder 1 Human Male Programmer (-_-) Xandy About (^o^) Discord - Xandy Programmer MapIt (Tile world editor, Image Tile Extractor, and Game Maker)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now