Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
SFML projects
»
Drawable group class
Print
Pages: [
1
]
Author
Topic: Drawable group class (Read 2940 times)
0 Members and 1 Guest are viewing this topic.
Flaze07
Jr. Member
Posts: 64
Drawable group class
«
on:
May 17, 2018, 03:26:36 pm »
I made a class that can store classes that is derived from drawables...I made two :
this one just makes it easier to draw multiple objects, it has a function that can make it so it won't draw one of them, or you can just make the group invisible, it is named ObserveGroup
https://github.com/Flaze07/useful-stuff/tree/master/for%20sfml/ObserveGroup
the second one has complete ownership over the objects, just like the ObserveGroup, this one can make one of the objects invisible, or itself invisible :
https://github.com/Flaze07/useful-stuff/tree/master/for%20sfml/OwnGroup
Logged
Print
Pages: [
1
]
SFML community forums
»
General
»
SFML projects
»
Drawable group class