Show the work in the interface.
For example in the interface we have several elements:
-menu
-button
-box (html for example, use: list, div, span, ul, etc...)
-interface
-etc...
people can separate in to how many fragments they want.
What i did is convert it in to a object to avoid repetition:
int property_id;
int property_name;
int property_title;
int property_button;
int property_background_color;
int property_3d_model;
int property_padding;
int property_margin;
int property_pos_x;
int property_pos_y;
int property_pos_z;
int property_clickable;
int property_image;
to avoid :
button_image;
button_padding;
...
menu_image;
menu_padding;
...
We have only one element, because we are going to repeat our self's if we create a button, with background color, then a menu with background color, then a interface with background color and so on...
if it lather creates over complex syntax output on code we can always use snippets and leave our code unrepeated or with no repetitions.
Friday, March 1, 2024
Objects in procedural
Subscribe to:
Post Comments (Atom)
hi
DTR 1.x working version
DTR is live and running!! think can say in a solid way this is a 1.X working version of it. have all my data files in it now. this is ho...

-
Current Structure : Includes -> Stack_librarys_inc -> Header -> Macros -> External Includes -> Data -> Librarys ->...
-
The use of Chat GPT really speeds projects up you don't need to search for things you just type commands. Was informed about how really...
-
Found this tutorial on Space Invaders in Python pretty Cool. Alot of people are interested in game dev... so it may be interesting for some...
No comments:
Post a Comment